C# Class xZune.Bass.AutoFreeGCHandle

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

Méthodes publiques

Méthode Description
AutoFreeGCHandle ( object targetObject, GCHandleType type = GCHandleType.Pinned ) : System
Dispose ( ) : void

Method Details

AutoFreeGCHandle() public méthode

public AutoFreeGCHandle ( object targetObject, GCHandleType type = GCHandleType.Pinned ) : System
targetObject object
type GCHandleType
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void