public void PreprocessString(string Text, string FileName = "<unknown>") { var CPreprocessorInternal = new CPreprocessorInternal(FileName, Text, Context); CPreprocessorInternal.ParseFile(); }