An awaitable object that contains state information for an asynchronous script compile request.
More...
|
| override void | RunAsyncOperation () |
| | Main entry point for async code.
|
| |
| abstract void | RunAsyncOperation () |
| | Main entry point for async code.
|
| |
|
virtual void | RunSyncFinalize () |
| | Main entry point for sync finalize code.
|
| |
|
|
ScriptDomain | CompileDomain [get] |
| | Get the domain that the compiled assembly will be loaded into if successful.
|
| |
|
ScriptType | CompiledType [get] |
| | Get the main type of the compiled assembly. The return value will be null if the compile failed or the compiled script does not define atleast 1 type.
|
| |
|
ScriptAssembly | CompiledAssembly [get] |
| | Get the compiled assembly that the compiler generated. The return value will be null if the compile failed.
|
| |
|
bool | IsSecurityVerified [get] |
| | Returns true if the loaded assembly has passed security verification.
|
| |
|
bool | IsDone [get] |
| | Returns true if the async operation has finished.
|
| |
|
bool | IsSuccessful [get] |
| | Retruns true if the async operation was successful.
|
| |
|
override bool | keepWaiting [get] |
| | Override implementation of CustomYieldInstruction.
|
| |
|
|
bool | isSuccessful = false |
| | Was the async operation successful.
|
| |
An awaitable object that contains state information for an asynchronous script compile request.
◆ RunAsyncOperation()
| override void RoslynCSharp.AsyncCompileOperation.RunAsyncOperation |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/RoslynCSharp/Scripts/RoslynCSharp/Runtime/AsyncCompileOperation.cs