Click or drag to resize

VGApplicationProcessorProviderArgsGetParamT Method

Gets 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 T GetParam<T>(
	VGAssemblyProcessorProviderParameterType key
)

Parameters

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

Type Parameters

T
parameter value type to return

Return Value

Type: T
parameter value
See Also