ClientBuildManager.GetCompiledType(String) Metodo

Definizione

Compila il file rappresentato dal percorso virtuale e ne restituisce il tipo compilato.

public:
 Type ^ GetCompiledType(System::String ^ virtualPath);
public Type GetCompiledType (string virtualPath);
member this.GetCompiledType : string -> Type
Public Function GetCompiledType (virtualPath As String) As Type

Parametri

virtualPath
String

Percorso virtuale del file da compilare.

Restituisce

Type del file compilato.

Eccezioni

virtualPath è null.

Si applica a

Vedi anche