PreprocessorResult - конструктор
Результат предобработки.
Пространство имён: Tessa.CompilationСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public PreprocessorResult(
string Source,
IList<string> Usings,
IList<string> Statics,
IList<string> References
)
Public Sub New (
Source As String,
Usings As IList(Of String),
Statics As IList(Of String),
References As IList(Of String)
)
public:
PreprocessorResult(
String^ Source,
IList<String^>^ Usings,
IList<String^>^ Statics,
IList<String^>^ References
)
new :
Source : string *
Usings : IList<string> *
Statics : IList<string> *
References : IList<string> -> PreprocessorResult
Параметры
- Source String
Предобработанный исходный код.
- Usings IListString
Пространства имен, полученные из директивы #using путем препроцессинга.
- Statics IListString
Статические классы, полученные из директивы #static путем препроцессинга.
- References IListString
Референсы (сборки), полученные из директивы #reference путем препроцессинга.