Class PeReader
Inherited Members
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 |