Class ImageTlsCallback
Thread Local Storage callback.
Inherited Members
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageTlsCallback : AbstractStructure
Constructors
| Edit this page View SourceImageTlsCallback(IRawFile, long, bool)
Create a new TLS callback structure.
Declaration
public ImageTlsCallback(IRawFile peFile, long offset, bool is64Bit)
Parameters
| Type | Name | Description |
|---|---|---|
| IRawFile | peFile | A PE file. |
| long | offset | Offset of the TLS callback structure in the buffer. |
| bool | is64Bit | Flag is the PE file is 64 Bit. |
Properties
| Edit this page View SourceCallback
Address of actual callback code.
Declaration
public ulong Callback { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |