V8ScriptEngineCompileDocument(String, DocumentCategory) Method |
Loads and compiles a document with the specified category.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8Script CompileDocument(
string specifier,
DocumentCategory category
)
Public Function CompileDocument (
specifier As String,
category As DocumentCategory
) As V8Script
public:
V8Script^ CompileDocument(
String^ specifier,
DocumentCategory^ category
)
member CompileDocument :
specifier : string *
category : DocumentCategory -> V8Script
Parameters
- specifier String
- A string specifying the document to be loaded and compiled.
- category DocumentCategory
- An optional category for the requested document.
Return Value
V8ScriptA compiled script that can be executed by multiple V8 script engine instances.
See Also