C# Class xZune.Bass.Tag.TagsManager

Inheritance: HandleObject
Afficher le fichier Open project: higankanshi/xZune.Bass Class Usage Examples

Méthodes publiques

Méthode Description
CreateFormBass ( Channel bassChannel ) : TagsManager
CreateFormFile ( String file, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
CreateFormMemory ( IntPtr memory, ulong size, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager

Méthodes protégées

Méthode Description
ReleaseManaged ( ) : void
ReleaseUnmanaged ( ) : void
TagsManager ( IntPtr handle ) : System

Method Details

CreateFormBass() public static méthode

public static CreateFormBass ( Channel bassChannel ) : TagsManager
bassChannel Channel
Résultat TagsManager

CreateFormFile() public static méthode

public static CreateFormFile ( String file, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
file String
type TagType
parseTags bool
Résultat TagsManager

CreateFormMemory() public static méthode

public static CreateFormMemory ( IntPtr memory, ulong size, TagType type = TagType.Automatic, bool parseTags = true ) : TagsManager
memory System.IntPtr
size ulong
type TagType
parseTags bool
Résultat TagsManager

ReleaseManaged() protected méthode

protected ReleaseManaged ( ) : void
Résultat void

ReleaseUnmanaged() protected méthode

protected ReleaseUnmanaged ( ) : void
Résultat void

TagsManager() protected méthode

protected TagsManager ( IntPtr handle ) : System
handle System.IntPtr
Résultat System