BuildManager.GetCompiledAssembly Method (String)
.NET Framework (current version)
Compiles a file into an assembly using the specified virtual path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
-
Type:
System.String
The virtual path to build into an assembly.
Return Value
Type: System.Reflection.AssemblyAn Assembly object that is compiled from the specified virtual path, which is cached to either memory or to disk.
.NET Framework
Available since 2.0
Available since 2.0
Show: