C# 클래스 PEAPI.FileRef

Descriptor for a file referenced in THIS assembly/module (.file)
상속: MetaDataElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
name string

비공개 메소드들

메소드 설명
BuildTables ( MetaData md ) : void
FileRef ( string name, byte hashBytes, bool metaData, bool entryPoint, MetaData md ) : System
FileRef ( uint nameIx, byte hashBytes, bool metaData, bool entryPoint, MetaData md ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

프로퍼티 상세

name 보호되어 있는 프로퍼티

protected string name
리턴 string