C# Class HoloToolkit.Sharing.ProfileManager

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
BeginRange ( string name ) : void
Dispose ( ) : void
EndRange ( ) : void
Log ( LogSeverity severity, string message ) : void

Private Methods

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

Method Details

BeginRange() public method

public BeginRange ( string name ) : void
name string
return void

Dispose() public method

public Dispose ( ) : void
return void

EndRange() public method

public EndRange ( ) : void
return void

Log() public method

public Log ( LogSeverity severity, string message ) : void
severity LogSeverity
message string
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool