C# Class HoloToolkit.Sharing.Room

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetAnchorCount ( ) : int
GetAnchorName ( int index ) : XString
GetID ( ) : long
GetKeepOpen ( ) : bool
GetName ( ) : XString
GetUserCount ( ) : int
GetUserID ( int userIndex ) : int
SetKeepOpen ( bool keepOpen ) : void

Private Methods

Method Description
Room ( global cPtr, bool cMemoryOwn )
getCPtr ( Room obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetAnchorCount() public method

public GetAnchorCount ( ) : int
return int

GetAnchorName() public method

public GetAnchorName ( int index ) : XString
index int
return XString

GetID() public method

public GetID ( ) : long
return long

GetKeepOpen() public method

public GetKeepOpen ( ) : bool
return bool

GetName() public method

public GetName ( ) : XString
return XString

GetUserCount() public method

public GetUserCount ( ) : int
return int

GetUserID() public method

public GetUserID ( int userIndex ) : int
userIndex int
return int

SetKeepOpen() public method

public SetKeepOpen ( bool keepOpen ) : void
keepOpen bool
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool