Check if the module exists

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

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