C# Class FMOD.HandleBase

ファイルを表示 Open project: punker76/simple-music-player Class Usage Examples

Protected Properties

Property Type Description
rawPtr System.IntPtr

Public Methods

Method 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 method

public Equals ( HandleBase p ) : bool
p HandleBase
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

HandleBase() public method

public HandleBase ( IntPtr newPtr ) : System
newPtr System.IntPtr
return System

getRaw() public method

public getRaw ( ) : IntPtr
return System.IntPtr

isValid() public method

public isValid ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

rawPtr protected_oe property

protected IntPtr,System rawPtr
return System.IntPtr