C# 클래스 Mono.Embedding.NativeDelegateWrapper

Represents the base class of all NativeDelegateWrappers. Subclasses are automatically generated by NativeDelegateServices using using Reflection.Emit.
파일 보기 프로젝트 열기: robert-j/Mono.Embedding

보호된 프로퍼티들

프로퍼티 타입 설명
context System.IntPtr
delegateType System.Type

Private Properties

프로퍼티 타입 설명
NativeDelegateWrapper System

보호된 메소드들

메소드 설명
NativeDelegateWrapper ( IntPtr context, Type delegateType ) : System

비공개 메소드들

메소드 설명
NativeDelegateWrapper ( ) : System

Initializes reflection info fields for NativeDelegateServices.EmitWrapper's usage.

메소드 상세

NativeDelegateWrapper() 보호된 메소드

protected NativeDelegateWrapper ( IntPtr context, Type delegateType ) : System
context System.IntPtr
delegateType System.Type
리턴 System

프로퍼티 상세

context 보호되어 있는 프로퍼티

protected IntPtr,System context
리턴 System.IntPtr

delegateType 보호되어 있는 프로퍼티

protected Type,System delegateType
리턴 System.Type