C# Class aiString, daguerreo

Inheritance: IDisposable
Show file Open project: Akranar/daguerreo Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
ToString ( ) : string
__equal__ ( aiString, other ) : bool
__nequal__ ( aiString, other ) : bool
__set__ ( string sz ) : aiString,
aiString ( ) : System
aiString ( aiString, rOther ) : System
aiString ( string pString ) : System

Private Methods

Method Description
aiString ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( aiString, obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

__equal__() public method

public __equal__ ( aiString, other ) : bool
other aiString,
return bool

__nequal__() public method

public __nequal__ ( aiString, other ) : bool
other aiString,
return bool

__set__() public method

public __set__ ( string sz ) : aiString,
sz string
return aiString,

aiString() public method

public aiString ( ) : System
return System

aiString() public method

public aiString ( aiString, rOther ) : System
rOther aiString,
return System

aiString() public method

public aiString ( string pString ) : System
pString string
return System

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool