UtilPeHeaderGetPEHeader(String) Method
Gets the PE header of the specified .NET assembly.
Namespace: DevCase.Core.Diagnostics.AssemblyAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static PEHeaders GetPEHeader(
string filepath
)
Public Shared Function GetPEHeader (
filepath As String
) As PEHeaders
Dim filepath As String
Dim returnValue As PEHeaders
returnValue = UtilPeHeader.GetPEHeader(filepath)
public:
static PEHeaders^ GetPEHeader(
String^ filepath
)
static member GetPEHeader :
filepath : string -> PEHeaders
No code example is currently available or this language may not be supported.
- filepath String
-
The assembly file path.
PEHeaders
The resulting
PEHeaders.
This is a code example.
No code example is currently available or this language may not be supported.
Dim assemblyPath As String = "C:\Assembly.exe"
Dim peHeader As PEHeaders = GetPEHeader(assemblyPath)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.