Check if the module exists

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool Exists(
	string moduleName
)
Visual Basic
Public Function Exists ( 
	moduleName As String
) As Boolean

Parameters

moduleName
Type: System..::..String

Return Value

Type: Boolean

See Also