C# 클래스 Mono.Embedding.NativeDelegateServices

Provides services to create native delegate handlers implemented in native code as internal calls.
파일 보기 프로젝트 열기: robert-j/Mono.Embedding

비공개 메소드들

메소드 설명
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