C# Class AkDeviceDescription, Plumbing

Inheritance: global::System.IDisposable
Datei anzeigen Open project: oxygencraft/Plumbing Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
AkDeviceDescription ( )
Clear ( ) : void
Clone ( AkDeviceDescription, other ) : void
Dispose ( ) : void
GetSizeOf ( ) : int

Private Methods

Method Description
AkDeviceDescription ( global::System.IntPtr cPtr, bool cMemoryOwn )
getCPtr ( AkDeviceDescription, obj ) : global::System.IntPtr
setCPtr ( global::System.IntPtr cPtr ) : void

Method Details

AkDeviceDescription() public method

public AkDeviceDescription ( )

Clear() public method

public Clear ( ) : void
return void

Clone() public method

public Clone ( AkDeviceDescription, other ) : void
other AkDeviceDescription,
return void

Dispose() public method

public Dispose ( ) : void
return void

GetSizeOf() public static method

public static GetSizeOf ( ) : int
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool