UtilDnLibAssemblyHasNativeCode(String) Method
Determines whether a .NET Assembly has native code (C++/CLI).
Namespace: DevCase.ThirdParty.DnLibAssembly: DevCase.net48.ThirdParty.DnLib (in DevCase.net48.ThirdParty.DnLib.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool AssemblyHasNativeCode(
string assemblyPath
)
Public Shared Function AssemblyHasNativeCode (
assemblyPath As String
) As Boolean
Dim assemblyPath As String
Dim returnValue As Boolean
returnValue = UtilDnLib.AssemblyHasNativeCode(assemblyPath)
public:
static bool AssemblyHasNativeCode(
String^ assemblyPath
)
static member AssemblyHasNativeCode :
assemblyPath : string -> bool
No code example is currently available or this language may not be supported.
- assemblyPath String
-
The assembly filepath.
Boolean if the assembly contains native code; otherwise,
.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
dnlib by 0xd4d
This is a code example.
No code example is currently available or this language may not be supported.
Dim IsNativeCoded As Boolean = AssemblyHasNativeCode("C:\Application.exe")
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.