Show / Hide Table of Contents

Class ImageTlsCallback

Thread Local Storage callback.

Inheritance
object
AbstractStructure
ImageTlsCallback
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PeNet.Header.Pe
Assembly: PeNet.dll
Syntax
public class ImageTlsCallback : AbstractStructure

Constructors

| Edit this page View Source

ImageTlsCallback(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 Source

Callback

Address of actual callback code.

Declaration
public ulong Callback { get; set; }
Property Value
Type Description
ulong
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX