C# Class xZune.Bass.Tag.SimpleTag

Accessor for Interop.Core.SimpleTag.
Inheritance: IDisposable
Afficher le fichier Open project: higankanshi/xZune.Bass Class Usage Examples

Méthodes publiques

Свойство Type Description
Struct Interop.Core.SimpleTag

Méthodes publiques

Méthode 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 méthode

Dispose accessor to release all resource.
public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( SimpleTag obj ) : bool
obj SimpleTag
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SimpleTag() public méthode

Create accessor for new Interop.Core.SimpleTag.
public SimpleTag ( ) : System
Résultat System

SimpleTag() public méthode

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

ToString() public méthode

Convert to string.
public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Struct public_oe property

Internal Interop.Core.SimpleTag structure.
public Interop.Core.SimpleTag Struct
Résultat Interop.Core.SimpleTag