An awaitable object that contains state information for an asynchronous assembly load 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 | LoadDomain [get] |
| Get the domain that the assembly will be loaded into if successful.
|
|
ScriptAssembly | LoadedAssembly [get] |
| Get the assembly that has been loaded. The return value will be null if the load failed or if the assembly failed code verification.
|
|
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 assembly load request.
◆ RunAsyncOperation()
override void RoslynCSharp.AsyncLoadOperation.RunAsyncOperation |
( |
| ) |
|
|
inlineprotectedvirtual |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/RoslynCSharp/Scripts/RoslynCSharp/Runtime/AsyncLoadOperation.cs