C# Class Monobjc.Generators.DummyClassVariousReturnsVariableTypes32Bits_Proxy

显示文件 Open project: Monobjc/monobjc

Public Properties

Property Type Description
FloatMethod_Delegate FloatMethod_Invoker
IntegerMethod_Delegate IntegerMethod_Invoker
PointMethod_Delegate PointMethod_Invoker
RangeMethod_Delegate RangeMethod_Invoker
RectMethod_Delegate RectMethod_Invoker
UIntegerMethod_Delegate UIntegerMethod_Invoker
UnsignedEnumerationMethod_Delegate UnsignedEnumerationMethod_Invoker
WindingEnumerationMethod_Delegate WindingEnumerationMethod_Invoker

Public Methods

Method Description
FloatMethod ( IntPtr receiver, IntPtr selector ) : float
IntegerMethod ( IntPtr receiver, IntPtr selector ) : int
PointMethod ( IntPtr receiver, IntPtr selector ) : TSPoint
RangeMethod ( IntPtr receiver, IntPtr selector ) : TSRange
RectMethod ( IntPtr receiver, IntPtr selector ) : TSRect
UIntegerMethod ( IntPtr receiver, IntPtr selector ) : uint
UnsignedEnumerationMethod ( IntPtr receiver, IntPtr selector ) : uint
WindingEnumerationMethod ( IntPtr receiver, IntPtr selector ) : int

Method Details

FloatMethod() public static method

public static FloatMethod ( IntPtr receiver, IntPtr selector ) : float
receiver System.IntPtr
selector System.IntPtr
return float

IntegerMethod() public static method

public static IntegerMethod ( IntPtr receiver, IntPtr selector ) : int
receiver System.IntPtr
selector System.IntPtr
return int

PointMethod() public static method

public static PointMethod ( IntPtr receiver, IntPtr selector ) : TSPoint
receiver System.IntPtr
selector System.IntPtr
return Monobjc.Types.TSPoint

RangeMethod() public static method

public static RangeMethod ( IntPtr receiver, IntPtr selector ) : TSRange
receiver System.IntPtr
selector System.IntPtr
return Monobjc.Types.TSRange

RectMethod() public static method

public static RectMethod ( IntPtr receiver, IntPtr selector ) : TSRect
receiver System.IntPtr
selector System.IntPtr
return Monobjc.Types.TSRect

UIntegerMethod() public static method

public static UIntegerMethod ( IntPtr receiver, IntPtr selector ) : uint
receiver System.IntPtr
selector System.IntPtr
return uint

UnsignedEnumerationMethod() public static method

public static UnsignedEnumerationMethod ( IntPtr receiver, IntPtr selector ) : uint
receiver System.IntPtr
selector System.IntPtr
return uint

WindingEnumerationMethod() public static method

public static WindingEnumerationMethod ( IntPtr receiver, IntPtr selector ) : int
receiver System.IntPtr
selector System.IntPtr
return int

Property Details

FloatMethod_Delegate public_oe static_oe property

public static FloatMethod_Invoker FloatMethod_Delegate
return FloatMethod_Invoker

IntegerMethod_Delegate public_oe static_oe property

public static IntegerMethod_Invoker IntegerMethod_Delegate
return IntegerMethod_Invoker

PointMethod_Delegate public_oe static_oe property

public static PointMethod_Invoker PointMethod_Delegate
return PointMethod_Invoker

RangeMethod_Delegate public_oe static_oe property

public static RangeMethod_Invoker RangeMethod_Delegate
return RangeMethod_Invoker

RectMethod_Delegate public_oe static_oe property

public static RectMethod_Invoker RectMethod_Delegate
return RectMethod_Invoker

UIntegerMethod_Delegate public_oe static_oe property

public static UIntegerMethod_Invoker UIntegerMethod_Delegate
return UIntegerMethod_Invoker

UnsignedEnumerationMethod_Delegate public_oe static_oe property

public static UnsignedEnumerationMethod_Invoker UnsignedEnumerationMethod_Delegate
return UnsignedEnumerationMethod_Invoker

WindingEnumerationMethod_Delegate public_oe static_oe property

public static WindingEnumerationMethod_Invoker WindingEnumerationMethod_Delegate
return WindingEnumerationMethod_Invoker