Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Studio
HandleBase
C# Class Studio.HandleBase
显示文件
Open project: TrinityUniversityGameDesign/GitPlayground
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
)
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
)
newPtr
System.IntPtr
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