Click or drag to resize

WindowsScriptEngineCheckAccess Method

Determines whether the calling thread has access to the current script engine.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax
public bool CheckAccess()

Return Value

Boolean
True if the calling thread has access to the current script engine, false otherwise.
See Also