C# Class Monobjc.Generators.MethodTuple

Holds the definition of a method (Mix of .NET/Objective-C).
Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
MethodInfo System.Reflection.MethodInfo
ProxyDelegate System.Type
ProxyDelegateConstructor System.Reflection.Emit.ConstructorBuilder
ProxyDelegateFieldInfo System.Reflection.FieldInfo
ProxyMethodInfo System.Reflection.MethodInfo
Selector String

Méthodes publiques

Méthode Description
GetFunction ( Type type ) : IntPtr

Method Details

GetFunction() public méthode

public GetFunction ( Type type ) : IntPtr
type System.Type
Résultat System.IntPtr

Property Details

MethodInfo public_oe property

public MethodInfo,System.Reflection MethodInfo
Résultat System.Reflection.MethodInfo

ProxyDelegate public_oe property

public Type,System ProxyDelegate
Résultat System.Type

ProxyDelegateConstructor public_oe property

public ConstructorBuilder,System.Reflection.Emit ProxyDelegateConstructor
Résultat System.Reflection.Emit.ConstructorBuilder

ProxyDelegateFieldInfo public_oe property

public FieldInfo,System.Reflection ProxyDelegateFieldInfo
Résultat System.Reflection.FieldInfo

ProxyMethodInfo public_oe property

public MethodInfo,System.Reflection ProxyMethodInfo
Résultat System.Reflection.MethodInfo

Selector public_oe property

public String Selector
Résultat String