C# Class FMOD.HandleBase

Afficher le fichier Open project: punker76/simple-music-player Class Usage Examples

Protected Properties

Свойство Type Description
rawPtr System.IntPtr

Méthodes publiques

Méthode Description
Equals ( HandleBase p ) : bool
Equals ( Object obj ) : bool
GetHashCode ( ) : int
HandleBase ( IntPtr newPtr ) : System
getRaw ( ) : IntPtr
isValid ( ) : bool
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( HandleBase p ) : bool
p HandleBase
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

HandleBase() public méthode

public HandleBase ( IntPtr newPtr ) : System
newPtr System.IntPtr
Résultat System

getRaw() public méthode

public getRaw ( ) : IntPtr
Résultat System.IntPtr

isValid() public méthode

public isValid ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

rawPtr protected_oe property

protected IntPtr,System rawPtr
Résultat System.IntPtr