Click or drag to resize

VGRuntimeInformationProviderGetAssemblyReference Method

Gets AssemblyName after loading it in domain from assemblyFilePath.

Namespace:  Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessor
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public AssemblyName GetAssemblyReference(
	string assemblyPath
)

Parameters

assemblyPath
Type: SystemString
assemblyPath

Return Value

Type: AssemblyName
AssemblyName after loading assembly in domain
See Also