C# Class HoloToolkit.Sharing.XString

Inheritance: global::System.IDisposable
Show file Open project: OpenHID/InteractivePaint Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLength ( ) : uint
GetString ( ) : string
IsEqual ( XString otherStr ) : bool
ToString ( ) : string
XString ( )
XString ( string str )
operator ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLength() public method

public GetLength ( ) : uint
return uint

GetString() public method

public GetString ( ) : string
return string

IsEqual() public method

public IsEqual ( XString otherStr ) : bool
otherStr XString
return bool

ToString() public method

public ToString ( ) : string
return string

XString() public method

public XString ( )

XString() public method

public XString ( string str )
str string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool