C# Class UnsignedCharArray, Learn-UnityCPP

Inheritance: global::System.IDisposable
Afficher le fichier Open project: vgvgvvv/Learn-UnityCPP Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
UnsignedCharArray ( int nelements )
cast ( ) : SWIGTYPE_p_unsigned_char,
frompointer ( SWIGTYPE_p_unsigned_char, t ) : UnsignedCharArray,
getitem ( int index ) : byte
setitem ( int index, byte value ) : void

Private Methods

Méthode Description
UnsignedCharArray ( global::System.IntPtr cPtr, bool cMemoryOwn )
getCPtr ( UnsignedCharArray, obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

UnsignedCharArray() public méthode

public UnsignedCharArray ( int nelements )
nelements int

cast() public méthode

public cast ( ) : SWIGTYPE_p_unsigned_char,
Résultat SWIGTYPE_p_unsigned_char,

frompointer() public static méthode

public static frompointer ( SWIGTYPE_p_unsigned_char, t ) : UnsignedCharArray,
t SWIGTYPE_p_unsigned_char,
Résultat UnsignedCharArray,

getitem() public méthode

public getitem ( int index ) : byte
index int
Résultat byte

setitem() public méthode

public setitem ( int index, byte value ) : void
index int
value byte
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool