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
ImplMapTable
C# 클래스 Girl.PEAnalyzer.ImplMapTable
A row is entered in the ImplMap table for each parent Method (see Section 14.5) that is defined with a .pinvokeimpl interoperation attribute specifying the MappingFlags, ImportName and ImportScope. For an example see Section 14.5.
상속:
TableBase
파일 보기
프로젝트 열기: higepon/mona
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
ImportName
int
ImportScope
int
MappingFlags
short
MemberForwarded
int
공개 메소드들
메소드
설명
GetInfos
(
StringBuilder
sb
) :
void
ImplMapTable
( ) :
System
ReadData
(
byte
data
,
int
offset
) :
void
메소드 상세
GetInfos()
공개
메소드
public
GetInfos
(
StringBuilder
sb
) :
void
sb
StringBuilder
리턴
void
ImplMapTable()
공개
메소드
public
ImplMapTable
( ) :
System
리턴
System
ReadData()
공개
메소드
public
ReadData
(
byte
data
,
int
offset
) :
void
data
byte
offset
int
리턴
void
프로퍼티 상세
ImportName
공개적으로 프로퍼티
index into the String heap
public
int
ImportName
리턴
int
ImportScope
공개적으로 프로퍼티
index into the ModuleRef table
public
int
ImportScope
리턴
int
MappingFlags
공개적으로 프로퍼티
a 2 byte bitmask of type PInvokeAttributes, clause 22.1.7
public
short
MappingFlags
리턴
short
MemberForwarded
공개적으로 프로퍼티
index into the Field or MethodDef table; more precisely, a MemberForwarded coded index
public
int
MemberForwarded
리턴
int