Метод | Описание | |
---|---|---|
BeginProcessRecord ( AsyncCallback callback, object state ) : IAsyncResult | ||
BeginProcessing ( ) : void | ||
EndProcessRecord ( IAsyncResult asyncResult ) : IEnumerable |
||
EndProcessing ( ) : void | ||
GetTargets ( ) : IEnumerable |
||
PreprocessProject ( string projectFile, IDictionary globalProperties, string toolsVersion, TextWriter preprocessWriter ) : void | ||
ProcessRecordAsync ( ) : Task |
||
StopProcessing ( ) : void |
Метод | Описание | |
---|---|---|
MapBuildResult ( string project, Microsoft.Build.Execution.BuildResult buildResult ) : PowerBuild.BuildResult | ||
ToGeneric ( IDictionary dictionary ) : string>.Dictionary |
public BeginProcessRecord ( AsyncCallback callback, object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | object | |
Результат | IAsyncResult |
public EndProcessRecord ( IAsyncResult asyncResult ) : IEnumerable |
||
asyncResult | IAsyncResult | |
Результат | IEnumerable |
public PreprocessProject ( string projectFile, IDictionary globalProperties, string toolsVersion, TextWriter preprocessWriter ) : void | ||
projectFile | string | |
globalProperties | IDictionary | |
toolsVersion | string | |
preprocessWriter | TextWriter | |
Результат | void |