Method | Description | |
---|---|---|
CreateCallback ( bool cache ) : MyDelegate, | ||
CreateSimpleCallback ( bool cache ) : MySimpleDelegate | ||
JustThrow ( Object o ) : double | ||
Main ( ) : int | ||
MyCallback ( Object obj ) : double | ||
MySimpleCallback ( int x ) : int |
Method | Description | |
---|---|---|
CacheDelegate ( MyDelegate, pfn ) : int | ||
CacheSimpleDelegate ( MySimpleDelegate pfn ) : int | ||
CallDelegate ( MyDelegate, pfn, Object obj ) : double | ||
CallFFI ( Object callback, Object obj ) : double | ||
CallSimpleDelegate ( MySimpleDelegate pfn, int x ) : int | ||
DelegateMarshal ( MySimpleDelegate dlg ) : MySimpleDelegate | ||
Exception12345678 ( MyDelegate, pfn, Object e ) : void | ||
ObjectSum ( int count, Array a ) : int | ||
ReallyBadError ( Object callback ) : void | ||
Sum ( int count, Array a ) : int |
public CreateCallback ( bool cache ) : MyDelegate, | ||
cache | bool | |
return | MyDelegate, |
public CreateSimpleCallback ( bool cache ) : MySimpleDelegate | ||
cache | bool | |
return | MySimpleDelegate |
static public JustThrow ( Object o ) : double | ||
o | Object | |
return | double |