All pages
Powered by GitBook
1 of 3

Loading...

Loading...

Loading...

File

Struct in CompilationJob

Inherits from System.ValueType

Summary

Represents the contents of a file to compile.

public struct File

Fields

Name
Description

The name of the file.

The source code of this file.

FileName
Source

Source

Field in

The source code of this file.

public string Source;

Summary

File

FileName

Field in

The name of the file.

This may be a full path, or just the filename or anything in between. This is useful for diagnostics, and for attributing objects to their original source files.

public string FileName;

Summary

Remarks

File
Line