C# Class Fan.TestNative.NativePeer

Verify .NET native integration
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
defs1 ( Native t, string a ) : string
defs2 ( Native t, string a, string b ) : string
defs3 ( Native t, string a, string b, string c ) : string
doStaticA ( ) : long
doStaticB ( long a, long b ) : long
fA ( Native t ) : Long
fA ( Native t, Long x ) : void
fV ( Native t ) : string
fV ( Native t, string x ) : void
fX ( Native t ) : long
fX ( Native t, long x ) : void
getCtorY ( Native t ) : long
getPeerZ ( Native t ) : long
make ( Native t ) : NativePeer
sdefs1 ( string a ) : string
sdefs2 ( string a, string b ) : string
sdefs3 ( string a, string b, string c ) : string
setPeerZ ( Native t, long z ) : void

Method Details

defs1() public method

public defs1 ( Native t, string a ) : string
t Native
a string
return string

defs2() public method

public defs2 ( Native t, string a, string b ) : string
t Native
a string
b string
return string

defs3() public method

public defs3 ( Native t, string a, string b, string c ) : string
t Native
a string
b string
c string
return string

doStaticA() public static method

public static doStaticA ( ) : long
return long

doStaticB() public static method

public static doStaticB ( long a, long b ) : long
a long
b long
return long

fA() public method

public fA ( Native t ) : Long
t Native
return Long

fA() public method

public fA ( Native t, Long x ) : void
t Native
x Long
return void

fV() public method

public fV ( Native t ) : string
t Native
return string

fV() public method

public fV ( Native t, string x ) : void
t Native
x string
return void

fX() public method

public fX ( Native t ) : long
t Native
return long

fX() public method

public fX ( Native t, long x ) : void
t Native
x long
return void

getCtorY() public method

public getCtorY ( Native t ) : long
t Native
return long

getPeerZ() public method

public getPeerZ ( Native t ) : long
t Native
return long

make() public static method

public static make ( Native t ) : NativePeer
t Native
return NativePeer

sdefs1() public static method

public static sdefs1 ( string a ) : string
a string
return string

sdefs2() public static method

public static sdefs2 ( string a, string b ) : string
a string
b string
return string

sdefs3() public static method

public static sdefs3 ( string a, string b, string c ) : string
a string
b string
c string
return string

setPeerZ() public method

public setPeerZ ( Native t, long z ) : void
t Native
z long
return void