C# Class touchvg.core.Chars

Inheritance: IDisposable
ファイルを表示 Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Chars ( ) : System
Chars ( int n ) : System
Dispose ( ) : void
count ( ) : int
get ( int index ) : char
set ( int index, char value ) : void
set ( int index, char v1, char v2 ) : void
setSize ( int n ) : void

Private Methods

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

Method Details

Chars() public method

public Chars ( ) : System
return System

Chars() public method

public Chars ( int n ) : System
n int
return System

Dispose() public method

public Dispose ( ) : void
return void

count() public method

public count ( ) : int
return int

get() public method

public get ( int index ) : char
index int
return char

set() public method

public set ( int index, char value ) : void
index int
value char
return void

set() public method

public set ( int index, char v1, char v2 ) : void
index int
v1 char
v2 char
return void

setSize() public method

public setSize ( int n ) : void
n int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool