Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Girl
PEAnalyzer
ParamTable
C# 클래스 Girl.PEAnalyzer.ParamTable
The rows in the Param table result from the parameters in a method declaration (see Section 14.4), or from a .param attribute attached to a method (see clause 14.4.1).
상속:
TableBase
파일 보기
프로젝트 열기: higepon/mona
공개 프로퍼티들
프로퍼티
타입
설명
Flags
short
Name
int
Sequence
short
공개 메소드들
메소드
설명
GetInfos
(
StringBuilder
sb
) :
void
ParamTable
( ) :
System
ReadData
(
byte
data
,
int
offset
) :
void
메소드 상세
GetInfos()
공개
메소드
public
GetInfos
(
StringBuilder
sb
) :
void
sb
StringBuilder
리턴
void
ParamTable()
공개
메소드
public
ParamTable
( ) :
System
리턴
System
ReadData()
공개
메소드
public
ReadData
(
byte
data
,
int
offset
) :
void
data
byte
offset
int
리턴
void
프로퍼티 상세
Flags
공개적으로 프로퍼티
a 2 byte bitmask of type ParamAttributes, clause 22.1.12
public
short
Flags
리턴
short
Name
공개적으로 프로퍼티
index into String heap
public
int
Name
리턴
int
Sequence
공개적으로 프로퍼티
a 2 byte constant
public
short
Sequence
리턴
short