C# 클래스 Fan.TestNative.NativePeer

Verify .NET native integration
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

defs1() 공개 메소드

public defs1 ( Native t, string a ) : string
t Native
a string
리턴 string

defs2() 공개 메소드

public defs2 ( Native t, string a, string b ) : string
t Native
a string
b string
리턴 string

defs3() 공개 메소드

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

doStaticA() 공개 정적인 메소드

public static doStaticA ( ) : long
리턴 long

doStaticB() 공개 정적인 메소드

public static doStaticB ( long a, long b ) : long
a long
b long
리턴 long

fA() 공개 메소드

public fA ( Native t ) : Long
t Native
리턴 Long

fA() 공개 메소드

public fA ( Native t, Long x ) : void
t Native
x Long
리턴 void

fV() 공개 메소드

public fV ( Native t ) : string
t Native
리턴 string

fV() 공개 메소드

public fV ( Native t, string x ) : void
t Native
x string
리턴 void

fX() 공개 메소드

public fX ( Native t ) : long
t Native
리턴 long

fX() 공개 메소드

public fX ( Native t, long x ) : void
t Native
x long
리턴 void

getCtorY() 공개 메소드

public getCtorY ( Native t ) : long
t Native
리턴 long

getPeerZ() 공개 메소드

public getPeerZ ( Native t ) : long
t Native
리턴 long

make() 공개 정적인 메소드

public static make ( Native t ) : NativePeer
t Native
리턴 NativePeer

sdefs1() 공개 정적인 메소드

public static sdefs1 ( string a ) : string
a string
리턴 string

sdefs2() 공개 정적인 메소드

public static sdefs2 ( string a, string b ) : string
a string
b string
리턴 string

sdefs3() 공개 정적인 메소드

public static sdefs3 ( string a, string b, string c ) : string
a string
b string
c string
리턴 string

setPeerZ() 공개 메소드

public setPeerZ ( Native t, long z ) : void
t Native
z long
리턴 void