C# (CSharp) Microsoft.Scripting.Runtime DynamicDelegateCreator.GetDelegate - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Microsoft.Scripting.Runtime.DynamicDelegateCreator.GetDelegate, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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.