Tesseract Engine Documentation

PrettyCompilerControl.CompilableFileName Field

Many SharpDevelop.Dom methods take a file name, which is really just a unique identifier for a file - Dom methods don't try to access code files on disk, so the file does not have to exist. SharpDevelop itself uses internal names of the kind "[randomId]/Class1.cs" to support code-completion in unsaved files.

public const CompilableFileName CompilableFileName = "edited.cs";

See Also

PrettyCompilerControl Class | CSTextEditor Namespace