C# Class MonoMac.ObjCRuntime.NativeImplementationBuilder

Mostrar archivo Open project: kangaroo/monomac

Private Properties

Property Type Description
CreateDelegate System.Delegate
MarshalerForType System.Type
NativeImplementationBuilder System
NeedsCustomMarshaler bool
SetupParameter void

Protected Methods

Method Description
CreateDelegateType ( Type return_type, Type argument_types ) : Type

Private Methods

Method Description
CreateDelegate ( ) : Delegate
MarshalerForType ( Type t ) : Type
NativeImplementationBuilder ( ) : System
NeedsCustomMarshaler ( Type t ) : bool
SetupParameter ( MethodBuilder builder, int index, Type t ) : void

Method Details

CreateDelegateType() protected method

protected CreateDelegateType ( Type return_type, Type argument_types ) : Type
return_type System.Type
argument_types System.Type
return System.Type