Class IMAGE_TLS_CALLBACK
Thread Local Storage callback.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PeNet.Structures
Assembly: PeNet.dll
Syntax
public class IMAGE_TLS_CALLBACK : AbstractStructure
Constructors
| Improve this Doc View SourceIMAGE_TLS_CALLBACK(Byte[], UInt32, Boolean)
Create a new TLS callback structure.
Declaration
public IMAGE_TLS_CALLBACK(byte[] buff, uint offset, bool is64Bit)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | buff | PE file as byte buffer. |
System.UInt32 | 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 |