C# Class Fan.TestNative.NativePeer

Verify .NET native integration
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public defs1 ( Native t, string a ) : string
t Native
a string
Résultat string

defs2() public méthode

public defs2 ( Native t, string a, string b ) : string
t Native
a string
b string
Résultat string

defs3() public méthode

public defs3 ( Native t, string a, string b, string c ) : string
t Native
a string
b string
c string
Résultat string

doStaticA() public static méthode

public static doStaticA ( ) : long
Résultat long

doStaticB() public static méthode

public static doStaticB ( long a, long b ) : long
a long
b long
Résultat long

fA() public méthode

public fA ( Native t ) : Long
t Native
Résultat Long

fA() public méthode

public fA ( Native t, Long x ) : void
t Native
x Long
Résultat void

fV() public méthode

public fV ( Native t ) : string
t Native
Résultat string

fV() public méthode

public fV ( Native t, string x ) : void
t Native
x string
Résultat void

fX() public méthode

public fX ( Native t ) : long
t Native
Résultat long

fX() public méthode

public fX ( Native t, long x ) : void
t Native
x long
Résultat void

getCtorY() public méthode

public getCtorY ( Native t ) : long
t Native
Résultat long

getPeerZ() public méthode

public getPeerZ ( Native t ) : long
t Native
Résultat long

make() public static méthode

public static make ( Native t ) : NativePeer
t Native
Résultat NativePeer

sdefs1() public static méthode

public static sdefs1 ( string a ) : string
a string
Résultat string

sdefs2() public static méthode

public static sdefs2 ( string a, string b ) : string
a string
b string
Résultat string

sdefs3() public static méthode

public static sdefs3 ( string a, string b, string c ) : string
a string
b string
c string
Résultat string

setPeerZ() public méthode

public setPeerZ ( Native t, long z ) : void
t Native
z long
Résultat void