C# Class HoloToolkit.Sharing.Log

Inheritance: global::System.IDisposable
Datei anzeigen Open project: OpenHID/InteractivePaint

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Error ( string message ) : void
Info ( string message ) : void
Log ( )
Warning ( string message ) : void

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Error() public static method

public static Error ( string message ) : void
message string
return void

Info() public static method

public static Info ( string message ) : void
message string
return void

Log() public method

public Log ( )

Warning() public static method

public static Warning ( string message ) : void
message string
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool