C# (CSharp) Microsoft.Scripting.Runtime DynamicDelegateCreator.GetDelegate - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de Microsoft.Scripting.Runtime.DynamicDelegateCreator.GetDelegate extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Creates a delegate with a given signature that could be used to invoke this object from non-dynamic code (w/o code context). A stub is created that makes appropriate conversions/boxing and calls the object. The stub should be executed within a context of this object's language.
The object is either a subclass of Delegate but not the requested type or does not implement IDynamicMetaObjectProvider.