UtilReflectionGetAssemblyTargetPlatform Method
Determines the target platform (i386, AMD64, etc) 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 ImageFileMachine GetAssemblyTargetPlatform(
string filepath
)
Public Shared Function GetAssemblyTargetPlatform (
filepath As String
) As ImageFileMachine
Dim filepath As String
Dim returnValue As ImageFileMachine
returnValue = UtilReflection.GetAssemblyTargetPlatform(filepath)
public:
static ImageFileMachine GetAssemblyTargetPlatform(
String^ filepath
)
static member GetAssemblyTargetPlatform :
filepath : string -> ImageFileMachine
No code example is currently available or this language may not be supported.
- filepath String
-
The file to examine.
ImageFileMachine
The target platform.
This is a code example.
No code example is currently available or this language may not be supported.
Dim targetPlatform As ImageFileMachine = GetAssemblyTargetPlatform("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.