Click or drag to resize

VGIPlatformPlugInAssemblyHelperPageIsAssignableFrom Method

Checks if Page is assignable to type

Namespace:  Novalys.VisualGuard.Security.Common.PlatformPlugIns.Interfaces
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
bool PageIsAssignableFrom(
	Type type
)

Parameters

type
Type: SystemType
Type of object

Return Value

Type: Boolean
True if Page is assignable to type else false
See Also