C# Class xZune.Bass.Tag.SimpleTag

Accessor for Interop.Core.SimpleTag.
Inheritance: IDisposable
Mostrar archivo Open project: higankanshi/xZune.Bass Class Usage Examples

Public Properties

Property Type Description
Struct Interop.Core.SimpleTag

Public Methods

Method Description
Dispose ( ) : void

Dispose accessor to release all resource.

Equals ( SimpleTag obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
SimpleTag ( ) : System

Create accessor for new Interop.Core.SimpleTag.

SimpleTag ( Interop tag ) : System

Create accessor for a Interop.Core.SimpleTag.

ToString ( ) : string

Convert to string.

operator ( ) : bool

Method Details

Dispose() public method

Dispose accessor to release all resource.
public Dispose ( ) : void
return void

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SimpleTag() public method

Create accessor for new Interop.Core.SimpleTag.
public SimpleTag ( ) : System
return System

SimpleTag() public method

Create accessor for a Interop.Core.SimpleTag.
public SimpleTag ( Interop tag ) : System
tag Interop Target structure.
return System

ToString() public method

Convert to string.
public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Struct public_oe property

Internal Interop.Core.SimpleTag structure.
public Interop.Core.SimpleTag Struct
return Interop.Core.SimpleTag