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.

objectAdditionalFile
Namespace
global
Assembly
Sandbox.Compiling
Declaration
public class Sandbox.CodeArchive.AdditionalFile

Constructors2

Showing 2 constructors

Methods3

Showing 3 methods

public void Deconstruct(string Text, string LocalPath)PUBLIC

ParameterTypeDescription
Textstring
LocalPathstring
Returns:void

protected virtual bool PrintMembers(System.Text.StringBuilder builder)PROTECTEDVIRTUAL

ParameterTypeDescription
builderStringBuilder
Returns:bool

Properties3

Showing 3 properties

On this page