C# Class HoloToolkit.Sharing.LogWriter

Inheritance: global::System.IDisposable
Exibir arquivo Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
LogWriter ( )
WriteLogEntry ( LogSeverity severity, string message ) : void

Private Methods

Method Description
LogWriter ( global cPtr, bool cMemoryOwn )
SwigDerivedClassHasMethod ( string methodName, global methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorWriteLogEntry ( int severity, string message ) : void
getCPtr ( LogWriter obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LogWriter() public method

public LogWriter ( )

WriteLogEntry() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool