Click or drag to resize

IBasicNoUISyntaxCheck Method

Checks for syntax errors.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
bool SyntaxCheck()

Return Value

Boolean
True if the Code property doesn't have any syntax errors.
Remarks
SyntaxCheck parses the code to check for possible errors. This will include any #uses code as well.
See Also