Click or drag to resize

VGNetCoreApplicationProcessorProviderGetSelectedType Method

Gets Information about Type for give typeName

Namespace:  Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessor.NetCore
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGActionTransferTypeDetails GetSelectedType(
	VGApplicationProcessorProviderArgs args
)

Parameters

args
Type: Novalys.VisualGuard.Security.AssemblySystem.ApplicationProcessorVGApplicationProcessorProviderArgs
Args containing typeName information to find the type

Return Value

Type: VGActionTransferTypeDetails
Information about Type for give typeName

Implements

VGIApplicationProcessorProviderGetSelectedType(VGApplicationProcessorProviderArgs)
See Also