C# Class Monobjc.Generators.MethodTuple

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

Public Properties

Property Type Description
MethodInfo System.Reflection.MethodInfo
ProxyDelegate System.Type
ProxyDelegateConstructor System.Reflection.Emit.ConstructorBuilder
ProxyDelegateFieldInfo System.Reflection.FieldInfo
ProxyMethodInfo System.Reflection.MethodInfo
Selector String

Public Methods

Method Description
GetFunction ( Type type ) : IntPtr

Method Details

GetFunction() public method

public GetFunction ( Type type ) : IntPtr
type System.Type
return System.IntPtr

Property Details

MethodInfo public_oe property

public MethodInfo,System.Reflection MethodInfo
return System.Reflection.MethodInfo

ProxyDelegate public_oe property

public Type,System ProxyDelegate
return System.Type

ProxyDelegateConstructor public_oe property

public ConstructorBuilder,System.Reflection.Emit ProxyDelegateConstructor
return System.Reflection.Emit.ConstructorBuilder

ProxyDelegateFieldInfo public_oe property

public FieldInfo,System.Reflection ProxyDelegateFieldInfo
return System.Reflection.FieldInfo

ProxyMethodInfo public_oe property

public MethodInfo,System.Reflection ProxyMethodInfo
return System.Reflection.MethodInfo

Selector public_oe property

public String Selector
return String