WindowsScriptEngine.CheckAccess Method |
Determines whether the calling thread has access to the current script engine.
Namespace: Microsoft.ClearScript.Windows.CoreAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.5.0
Syntaxpublic bool CheckAccess()
Public Function CheckAccess As Boolean
public:
bool CheckAccess()
member CheckAccess : unit -> bool
Return Value
BooleanTrue if the calling thread has access to the current script engine,
false otherwise.
See Also