C# 클래스 PERWAPI.FileRef

상속: MetaDataElement
파일 보기 프로젝트 열기: xored/f4

보호된 프로퍼티들

프로퍼티 타입 설명
HasMetaData uint
HasNoMetaData uint
entryPoint bool
flags uint
hashBytes byte[]
name string
nameIx uint

공개 메소드들

메소드 설명
GetHash ( ) : byte[]
Name ( ) : string

비공개 메소드들

메소드 설명
BuildTables ( MetaDataOut md ) : void
FileRef ( PEReader buff ) : System
FileRef ( string name, byte hashBytes ) : System
GetCodedIx ( CIx code ) : uint
Read ( PEReader buff, TableRow files ) : void
Size ( MetaData md ) : uint
Write ( PEWriter output ) : void

메소드 상세

GetHash() 공개 메소드

public GetHash ( ) : byte[]
리턴 byte[]

Name() 공개 메소드

public Name ( ) : string
리턴 string

프로퍼티 상세

HasMetaData 보호되어 있는 정적으로 프로퍼티

protected static uint HasMetaData
리턴 uint

HasNoMetaData 보호되어 있는 정적으로 프로퍼티

protected static uint HasNoMetaData
리턴 uint

entryPoint 보호되어 있는 프로퍼티

protected bool entryPoint
리턴 bool

flags 보호되어 있는 프로퍼티

protected uint flags
리턴 uint

hashBytes 보호되어 있는 프로퍼티

protected byte[] hashBytes
리턴 byte[]

name 보호되어 있는 프로퍼티

protected string name
리턴 string

nameIx 보호되어 있는 프로퍼티

protected uint nameIx
리턴 uint