Свойство | Тип | Описание | |
---|---|---|---|
BoolMethod_Delegate | BoolMethod_Invoker | ||
ByteMethod_Delegate | ByteMethod_Invoker | ||
CharMethod_Delegate | CharMethod_Invoker | ||
ClassMethod_Delegate | ClassMethod_Invoker | ||
DoubleMethod_Delegate | DoubleMethod_Invoker | ||
EnumMethod_Delegate | EnumMethod_Invoker | ||
FloatMethod_Delegate | FloatMethod_Invoker | ||
IdMethod_Delegate | IdMethod_Invoker | ||
IntMethod_Delegate | IntMethod_Invoker | ||
LongMethod_Delegate | LongMethod_Invoker | ||
PointerMethod_Delegate | PointerMethod_Invoker | ||
ShortMethod_Delegate | ShortMethod_Invoker | ||
UintMethod_Delegate | UintMethod_Invoker | ||
UlongMethod_Delegate | UlongMethod_Invoker | ||
UshortMethod_Delegate | UshortMethod_Invoker | ||
WrapperMethod_Delegate | WrapperMethod_Invoker |
Метод | Описание | |
---|---|---|
BoolMethod ( |
||
ByteMethod ( |
||
CharMethod ( |
||
ClassMethod ( |
||
DoubleMethod ( |
||
EnumMethod ( |
||
FloatMethod ( |
||
IdMethod ( |
||
IntMethod ( |
||
LongMethod ( |
||
PointerMethod ( IntPtr receiver, IntPtr selector ) : IntPtr | ||
ShortMethod ( IntPtr receiver, IntPtr selector ) : short | ||
UintMethod ( IntPtr receiver, IntPtr selector ) : uint | ||
UlongMethod ( IntPtr receiver, IntPtr selector ) : ulong | ||
UshortMethod ( IntPtr receiver, IntPtr selector ) : ushort | ||
WrapperMethod ( IntPtr receiver, IntPtr selector ) : IntPtr |
public static BoolMethod ( |
||
receiver | ||
selector | ||
Результат | bool |
public static ByteMethod ( |
||
receiver | ||
selector | ||
Результат | byte |
public static CharMethod ( |
||
receiver | ||
selector | ||
Результат | char |
public static ClassMethod ( |
||
receiver | ||
selector | ||
Результат |
public static DoubleMethod ( |
||
receiver | ||
selector | ||
Результат | double |
public static EnumMethod ( |
||
receiver | ||
selector | ||
Результат | int |
public static FloatMethod ( |
||
receiver | ||
selector | ||
Результат | float |
public static IdMethod ( |
||
receiver | ||
selector | ||
Результат |
public static IntMethod ( |
||
receiver | ||
selector | ||
Результат | int |
public static LongMethod ( |
||
receiver | ||
selector | ||
Результат | long |
public static PointerMethod ( IntPtr receiver, IntPtr selector ) : IntPtr | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | IntPtr |
public static ShortMethod ( IntPtr receiver, IntPtr selector ) : short | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | short |
public static UintMethod ( IntPtr receiver, IntPtr selector ) : uint | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | uint |
public static UlongMethod ( IntPtr receiver, IntPtr selector ) : ulong | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | ulong |
public static UshortMethod ( IntPtr receiver, IntPtr selector ) : ushort | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | ushort |
public static WrapperMethod ( IntPtr receiver, IntPtr selector ) : IntPtr | ||
receiver | IntPtr | |
selector | IntPtr | |
Результат | IntPtr |
public static BoolMethod_Invoker BoolMethod_Delegate | ||
Результат | BoolMethod_Invoker |
public static ByteMethod_Invoker ByteMethod_Delegate | ||
Результат | ByteMethod_Invoker |
public static CharMethod_Invoker CharMethod_Delegate | ||
Результат | CharMethod_Invoker |
public static ClassMethod_Invoker ClassMethod_Delegate | ||
Результат | ClassMethod_Invoker |
public static DoubleMethod_Invoker DoubleMethod_Delegate | ||
Результат | DoubleMethod_Invoker |
public static EnumMethod_Invoker EnumMethod_Delegate | ||
Результат | EnumMethod_Invoker |
public static FloatMethod_Invoker FloatMethod_Delegate | ||
Результат | FloatMethod_Invoker |
public static IdMethod_Invoker IdMethod_Delegate | ||
Результат | IdMethod_Invoker |
public static IntMethod_Invoker IntMethod_Delegate | ||
Результат | IntMethod_Invoker |
public static LongMethod_Invoker LongMethod_Delegate | ||
Результат | LongMethod_Invoker |
public static PointerMethod_Invoker PointerMethod_Delegate | ||
Результат | PointerMethod_Invoker |
public static ShortMethod_Invoker ShortMethod_Delegate | ||
Результат | ShortMethod_Invoker |
public static UintMethod_Invoker UintMethod_Delegate | ||
Результат | UintMethod_Invoker |
public static UlongMethod_Invoker UlongMethod_Delegate | ||
Результат | UlongMethod_Invoker |
public static UshortMethod_Invoker UshortMethod_Delegate | ||
Результат | UshortMethod_Invoker |