Api AdditionalFile
class

AdditionalFile

public class 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

AdditionalFile(String Text, String LocalPath)

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.

Properties

Name Type Description
Text String
LocalPath String

Methods

virtual AdditionalFile <Clone>$()
Void Deconstruct(String Text, String LocalPath)
Assembly: Sandbox.Compiling Declaring Type: CodeArchive Full Name: Sandbox.CodeArchive.AdditionalFile