UtilDnLibAssemblyHasNativeCode(ModuleDef) 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(
ModuleDef assembly
)
Public Shared Function AssemblyHasNativeCode (
assembly As ModuleDef
) As Boolean
Dim assembly As ModuleDef
Dim returnValue As Boolean
returnValue = UtilDnLib.AssemblyHasNativeCode(assembly)
public:
static bool AssemblyHasNativeCode(
ModuleDef^ assembly
)
static member AssemblyHasNativeCode :
assembly : ModuleDef -> bool
No code example is currently available or this language may not be supported.
- assembly ModuleDef
-
The assembly.
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 assembly As ModuleDefMD = LoadAssembly("C:\Application.exe")
Dim IsNativeCoded As Boolean = AssemblyHasNativeCode(assembly)
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.