Show / Hide Table of Contents

Interface IAsyncBuildTask<T>

An asynchronous build task

Inherited Members
IAsyncBuildTask.Completed
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public interface IAsyncBuildTask<T> : IAsyncBuildTask
Type Parameters
Name Description
T

The result type

Properties

| Edit this page View Source

Result

The result of the task

Declaration
T Result { get; set; }
Property Value
Type Description
T

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾