C# Class Gablarski.OpenAL.Device

Inheritance: IAudioDevice
Afficher le fichier Open project: ermau/Gablarski Class Usage Examples

Protected Properties

Свойство Type Description
disposed bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : bool

Méthodes protégées

Méthode Description
Device ( string deviceName ) : System
Dispose ( bool disposing ) : void
Equals ( Device other ) : bool

Private Methods

Méthode Description
ThrowIfDisposed ( ) : void

Method Details

Device() protected méthode

protected Device ( string deviceName ) : System
deviceName string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected abstract méthode

protected abstract Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() protected méthode

protected Equals ( Device other ) : bool
other Device
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

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

disposed protected_oe property

protected bool disposed
Résultat bool