My Project
Loading...
Searching...
No Matches
Protected Member Functions | Properties | List of all members
RoslynCSharp.AsyncLoadOperation Class Reference

An awaitable object that contains state information for an asynchronous assembly load request. More...

Inheritance diagram for RoslynCSharp.AsyncLoadOperation:
RoslynCSharp.AsyncOperation

Protected Member Functions

override void RunAsyncOperation ()
 Main entry point for async code.
 
- Protected Member Functions inherited from RoslynCSharp.AsyncOperation
abstract void RunAsyncOperation ()
 Main entry point for async code.
 
virtual void RunSyncFinalize ()
 Main entry point for sync finalize code.
 

Properties

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.
 
- Properties inherited from RoslynCSharp.AsyncOperation
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.
 

Additional Inherited Members

- Protected Attributes inherited from RoslynCSharp.AsyncOperation
bool isSuccessful = false
 Was the async operation successful.
 

Detailed Description

An awaitable object that contains state information for an asynchronous assembly load request.

Member Function Documentation

◆ RunAsyncOperation()

override void RoslynCSharp.AsyncLoadOperation.RunAsyncOperation ( )
inlineprotectedvirtual

Main entry point for async code.

Implements RoslynCSharp.AsyncOperation.


The documentation for this class was generated from the following file: