UtilReflectionGetAssemblyPEKind Method
Determines the PE (Portable Executable) type of a .NET assembly.
Namespace: DevCase.Core.Diagnostics.Assembly.ReflectionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static PortableExecutableKinds GetAssemblyPEKind(
string filepath
)
Public Shared Function GetAssemblyPEKind (
filepath As String
) As PortableExecutableKinds
Dim filepath As String
Dim returnValue As PortableExecutableKinds
returnValue = UtilReflection.GetAssemblyPEKind(filepath)
public:
static PortableExecutableKinds GetAssemblyPEKind(
String^ filepath
)
static member GetAssemblyPEKind :
filepath : string -> PortableExecutableKinds
No code example is currently available or this language may not be supported.
- filepath String
-
The file to examine.
PortableExecutableKinds
The PE type.
This is a code example.
No code example is currently available or this language may not be supported.
Dim peKind As PortableExecutableKinds = GetAssemblyPEKind("C:\Assembly.dll")
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.