C# 클래스 PERWAPI.ExternClass

Descriptor for a class defined in another module of THIS assembly and exported (.class extern)
상속: MetaDataElement
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
ExternClass ( PEReader buff ) : System

비공개 메소드들

메소드 설명
BuildTables ( MetaDataOut md ) : void
ExternClass ( TypeAttr attr, string ns, string name, MetaDataElement paren ) : System
GetClassRefs ( PEReader buff, TableRow eClasses ) : void
GetCodedIx ( CIx code ) : uint
Name ( ) : string
NameSpace ( ) : string
Read ( PEReader buff, TableRow eClasses ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md ) : uint
Write ( PEWriter output ) : void

메소드 상세

ExternClass() 공개 메소드

public ExternClass ( PEReader buff ) : System
buff PEReader
리턴 System