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