C# Class Mono.Embedding.NativeDelegateWrapper

Represents the base class of all NativeDelegateWrappers. Subclasses are automatically generated by NativeDelegateServices using using Reflection.Emit.
Show file Open project: robert-j/Mono.Embedding

Protected Properties

Property Type Description
context System.IntPtr
delegateType System.Type

Private Properties

Property Type Description
NativeDelegateWrapper System

Protected Methods

Method Description
NativeDelegateWrapper ( IntPtr context, Type delegateType ) : System

Private Methods

Method Description
NativeDelegateWrapper ( ) : System

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

Method Details

NativeDelegateWrapper() protected method

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

Property Details

context protected property

protected IntPtr,System context
return System.IntPtr

delegateType protected property

protected Type,System delegateType
return System.Type