Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
xZune
Bass
Interop
BassPointerVerificationAttribute
C# 클래스 xZune.Bass.Interop.BassPointerVerificationAttribute
A attribute class for Bass
IntPtr
result verification.
상속:
BassVerificationAttribute
파일 보기
프로젝트 열기: higankanshi/xZune.Bass
공개 메소드들
메소드
설명
VerifyResult
(
object
result
) :
bool
Verify a pointer result is correct.
메소드 상세
VerifyResult()
공개
메소드
Verify a pointer result is correct.
public
VerifyResult
(
object
result
) :
bool
result
object
Result of function.
리턴
bool