API Referenceglobal
AdditionalFileclass
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.
object→AdditionalFile
Constructors2
Showing 2 constructors
No results match this filter.
Methods3
Showing 3 methods
public virtual Sandbox.CodeArchive.AdditionalFile <Clone>$()
public void Deconstruct(string Text, string LocalPath)
| Parameter | Type | Description |
|---|---|---|
| Text | string | — |
| LocalPath | string | — |
Returns:
void—protected virtual bool PrintMembers(System.Text.StringBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | StringBuilder | — |
Returns:
bool—No results match this filter.
Properties3
Showing 3 properties
protected virtual System.Type Sandbox.CodeArchive.AdditionalFile.EqualityContract { get; set; }
public string Sandbox.CodeArchive.AdditionalFile.LocalPath { get; set; }
Returns:
string—public string Sandbox.CodeArchive.AdditionalFile.Text { get; set; }
Returns:
string—No results match this filter.