C# Class Fan.TestNative.NativeSubPeer

Verify .NET native integration
Inheritance: NativePeer
显示文件 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
make ( NativeSub t ) : NativeSubPeer
subCheckPeers ( NativeSub self ) : void
subGetPeerZ ( NativeSub self ) : long
subNative ( NativeSub self ) : string
subfX ( NativeSub self ) : long

Method Details

make() public static method

public static make ( NativeSub t ) : NativeSubPeer
t NativeSub
return NativeSubPeer

subCheckPeers() public method

public subCheckPeers ( NativeSub self ) : void
self NativeSub
return void

subGetPeerZ() public method

public subGetPeerZ ( NativeSub self ) : long
self NativeSub
return long

subNative() public method

public subNative ( NativeSub self ) : string
self NativeSub
return string

subfX() public method

public subfX ( NativeSub self ) : long
self NativeSub
return long