Click or drag to resize

VGRuntimeInformationProviderGetVGRuntimeAssemblyReferenceFromApplication Method

Gets VGRuntimeAssemblyReference from Application.

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 GetVGRuntimeAssemblyReferenceFromApplication(
	string appFilePath,
	AssemblyName consoleVGRuntimeAssembly,
	List<AssemblyName> lstOtherVGRuntimeAssemblies
)

Parameters

appFilePath
Type: SystemString
ApplicationFilePath
consoleVGRuntimeAssembly
Type: System.ReflectionAssemblyName
ConsoleVGRuntimeReference AssemblyName
lstOtherVGRuntimeAssemblies
Type: System.Collections.GenericListAssemblyName
List of OtherVGRuntimeReference AssemblyName

Return Value

Type: AssemblyName
VGRuntimeAssemblyReference from Application.
See Also