All pages
Powered by GitBook
1 of 7

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Diagnostics

Field in

public IEnumerable<Diagnostic> Diagnostics;

Summary

OutputFile

Path

Field in

public string Path;

Summary

OutputFile

IsNewFile

Field in

Indicates whether this represents a new file to be created. If this is true , will be the empty string, and will be empty.

public bool IsNewFile;

Summary

OutputFile
OutputFile
OriginalSource
Replacements

OutputFile

Struct in UpgradeResult

Inherits from System.ValueType

Summary

public struct OutputFile

Fields

Name
Description

Name
Description

Indicates whether this represents a new file to be created. If this is true , will be the empty string, and will be empty.

Properties

Diagnostics
IsNewFile
OutputFile
OriginalSource
Replacements
OriginalSource
Path
Replacements
UpgradedSource

UpgradedSource

Property in

public string UpgradedSource { get };

Summary

OutputFile

Replacements

Field in

public IEnumerable<TextReplacement> Replacements;

Summary

OutputFile

OriginalSource

Field in

public string OriginalSource;

Summary

OutputFile