C# Class Mono.Embedding.NativeDelegateServices

Provides services to create native delegate handlers implemented in native code as internal calls.
Datei anzeigen Open project: robert-j/Mono.Embedding

Private Methods

Method Description
Create ( Type delegateType, IntPtr icallAddr, IntPtr context, bool &created ) : NativeDelegateWrapper
EmitWrapper ( Type delegateType ) : Type

Emits a new NativeDelegate subclass for the specified delegateType. See also the comments at the bottom of the NativeDelegate class.

NativeDelegateServices ( ) : System