UtilDnLibLoadAssembly Method
Loads an Assembly into a ModuleDefMD instance.
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 ModuleDefMD LoadAssembly(
string assemblyPath
)
Public Shared Function LoadAssembly (
assemblyPath As String
) As ModuleDefMD
Dim assemblyPath As String
Dim returnValue As ModuleDefMD
returnValue = UtilDnLib.LoadAssembly(assemblyPath)
public:
static ModuleDefMD^ LoadAssembly(
String^ assemblyPath
)
static member LoadAssembly :
assemblyPath : string -> ModuleDefMD
No code example is currently available or this language may not be supported.
- assemblyPath String
-
The assembly filepath.
ModuleDefMD
ModuleDefMD.
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")
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.