C# (CSharp) Microsoft.Scripting.Runtime DynamicDelegateCreator.GetDelegate - 2 examples found. These are the top rated real world C# (CSharp) examples of Microsoft.Scripting.Runtime.DynamicDelegateCreator.GetDelegate extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.