ClientBuildManager.GenerateCode(String, String, IDictionary) Method

Definition

Generates code from the contents of a file.

public:
 System::String ^ GenerateCode(System::String ^ virtualPath, System::String ^ virtualFileString, [Runtime::InteropServices::Out] System::Collections::IDictionary ^ % linePragmasTable);
public string GenerateCode (string virtualPath, string virtualFileString, out System.Collections.IDictionary linePragmasTable);
member this.GenerateCode : string * string * IDictionary -> string
Public Function GenerateCode (virtualPath As String, virtualFileString As String, ByRef linePragmasTable As IDictionary) As String

Parameters

virtualPath
String

The virtual path to the file.

virtualFileString
String

The contents of the file.

linePragmasTable
IDictionary

When this method returns, contains a dictionary of line pragmas.

Returns

A String containing the generated code.

Exceptions

virtualPath is null.

Applies to

See also