C# Class xZune.Bass.Tag.ID3v2Tag

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

Public Properties

Property Type Description
Struct xZune.Bass.Tag.Interop.Core.ID3v2Tag

Public Methods

Method Description
Dispose ( ) : void

Dispose accessor to release all resource.

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

Create accessor for new Interop.Core.ID3v2Tag.

ID3v2Tag ( Interop tag ) : System

Create accessor for a Interop.Core.ID3v2Tag.

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 ( ID3v2Tag obj ) : bool
obj ID3v2Tag
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ID3v2Tag() public method

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

ID3v2Tag() public method

Create accessor for a Interop.Core.ID3v2Tag.
public ID3v2Tag ( 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.ID3v2Tag structure.
public ID3v2Tag,xZune.Bass.Tag.Interop.Core Struct
return xZune.Bass.Tag.Interop.Core.ID3v2Tag