API Referenceglobal
public class Sandbox.CodeArchive.AdditionalFile
Represents a file to send to the compiler along with all the code. This is usually something that the generator turns into code, such as a Razor file.
Constructors
Showing 2 constructors
No results match this filter.
Methods
Showing 3 methods
public virtual Sandbox.CodeArchive.AdditionalFile <Clone>$()
public void Deconstruct(string Text, string LocalPath)
protected virtual bool PrintMembers(System.Text.StringBuilder builder)
No results match this filter.
Properties
Showing 3 properties
protected virtual System.Type Sandbox.CodeArchive.AdditionalFile.EqualityContract { get; set; }
public string Sandbox.CodeArchive.AdditionalFile.LocalPath { get; set; }
public string Sandbox.CodeArchive.AdditionalFile.Text { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Compiling |
| Doc ID | T:Sandbox.CodeArchive.AdditionalFile |