C# Class Mono.Embedding.NativeDelegateWrapper

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

Protected Properties

Свойство Type Description
context System.IntPtr
delegateType System.Type

Private Properties

Свойство Type Description
NativeDelegateWrapper System

Méthodes protégées

Méthode Description
NativeDelegateWrapper ( IntPtr context, Type delegateType ) : System

Private Methods

Méthode Description
NativeDelegateWrapper ( ) : System

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

Method Details

NativeDelegateWrapper() protected méthode

protected NativeDelegateWrapper ( IntPtr context, Type delegateType ) : System
context System.IntPtr
delegateType System.Type
Résultat System

Property Details

context protected_oe property

protected IntPtr,System context
Résultat System.IntPtr

delegateType protected_oe property

protected Type,System delegateType
Résultat System.Type