C# Class Monobjc.Generators.DummyClassStaticInstance_Proxy

ファイルを表示 Open project: Monobjc/monobjc

Public Properties

Property Type Description
MethodInstanceInt_System_Int32_Delegate MethodInstanceInt_System_Int32_Invoker
MethodStaticInt_System_Int32_Delegate MethodStaticInt_System_Int32_Invoker
ReturnInstanceInt_System_Int32_Delegate ReturnInstanceInt_System_Int32_Invoker
ReturnStaticInt_System_Int32_Delegate ReturnStaticInt_System_Int32_Invoker

Public Methods

Method Description
MethodInstanceInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : void
MethodStaticInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : void
ReturnInstanceInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : int
ReturnStaticInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : int

Method Details

MethodInstanceInt_System_Int32() public static method

public static MethodInstanceInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : void
receiver System.IntPtr
selector System.IntPtr
arg1 int
return void

MethodStaticInt_System_Int32() public static method

public static MethodStaticInt_System_Int32 ( IntPtr receiver, IntPtr selector, int arg1 ) : void
receiver System.IntPtr
selector System.IntPtr
arg1 int
return void

ReturnInstanceInt_System_Int32() public static method

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

ReturnStaticInt_System_Int32() public static method

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

Property Details

MethodInstanceInt_System_Int32_Delegate public_oe static_oe property

public static MethodInstanceInt_System_Int32_Invoker MethodInstanceInt_System_Int32_Delegate
return MethodInstanceInt_System_Int32_Invoker

MethodStaticInt_System_Int32_Delegate public_oe static_oe property

public static MethodStaticInt_System_Int32_Invoker MethodStaticInt_System_Int32_Delegate
return MethodStaticInt_System_Int32_Invoker

ReturnInstanceInt_System_Int32_Delegate public_oe static_oe property

public static ReturnInstanceInt_System_Int32_Invoker ReturnInstanceInt_System_Int32_Delegate
return ReturnInstanceInt_System_Int32_Invoker

ReturnStaticInt_System_Int32_Delegate public_oe static_oe property

public static ReturnStaticInt_System_Int32_Invoker ReturnStaticInt_System_Int32_Delegate
return ReturnStaticInt_System_Int32_Invoker