Search Results for

    Show / Hide Table of Contents

    Class PeReader

    Inheritance
    object
    PeReader
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Utilities
    Assembly: NXOpen.Utilities.dll
    Syntax
    public class PeReader

    Constructors

    PeReader(string)

    Declaration
    public PeReader(string filePath)
    Parameters
    Type Name Description
    string filePath

    Properties

    HasSecurityDir

    Declaration
    public bool HasSecurityDir { get; }
    Property Value
    Type Description
    bool

    SecurityDir

    Declaration
    public PeReader.IMAGE_DATA_DIRECTORY SecurityDir { get; }
    Property Value
    Type Description
    PeReader.IMAGE_DATA_DIRECTORY
    In this article
    Back to top Generated by DocFX