UtilDnLibAssemblyHasNativeCode(ModuleDef) Method

Determines whether a .NET assembly has native code (C++/CLI).

Definition

Namespace: DevCase.ThirdParty.DnLib
Assembly: 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
)

Parameters

assembly  ModuleDef
The assembly.

Return Value

Boolean
if the assembly contains native code; otherwise, .

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

dnlib by 0xd4d

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also