Click or drag to resize

VGApplicationProcessorProviderArgsSetParamT Method

Sets value of specific parameter type in args.

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 void SetParam<T>(
	VGAssemblyProcessorProviderParameterType key,
	T value
)

Parameters

key
Type: Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessorVGAssemblyProcessorProviderParameterType
parameter type key
value
Type: T
parameter value

Type Parameters

T
parameter value type
See Also