C# Class HoloToolkit.Sharing.Element

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GetElementType ( ) : ElementType
GetGUID ( ) : long
GetName ( ) : XString
GetParent ( ) : Element
IsValid ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetElementType() public method

public GetElementType ( ) : ElementType
return ElementType

GetGUID() public method

public GetGUID ( ) : long
return long

GetName() public method

public GetName ( ) : XString
return XString

GetParent() public method

public GetParent ( ) : Element
return Element

IsValid() public method

public IsValid ( ) : bool
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool