Sdílet prostřednictvím


PEHeaders.TryGetDirectoryOffset(DirectoryEntry, Int32) Metoda

Definice

Získá posun (v bajtech) od začátku obrázku k datům daného adresáře.

public:
 bool TryGetDirectoryOffset(System::Reflection::PortableExecutable::DirectoryEntry directory, [Runtime::InteropServices::Out] int % offset);
public bool TryGetDirectoryOffset (System.Reflection.PortableExecutable.DirectoryEntry directory, out int offset);
member this.TryGetDirectoryOffset : System.Reflection.PortableExecutable.DirectoryEntry * int -> bool
Public Function TryGetDirectoryOffset (directory As DirectoryEntry, ByRef offset As Integer) As Boolean

Parametry

directory
DirectoryEntry

Položka adresáře PE.

offset
Int32

Když metoda vrátí, obsahuje posun od začátku obrázku k datům daného adresáře.

Návraty

true pokud jsou nalezena data adresáře; false Jinak.

Platí pro