CompilationResult.FromAssembly(Assembly) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::VisualStudio::Web::CodeGeneration::CompilationResult ^ FromAssembly(System::Reflection::Assembly ^ assembly);
public static Microsoft.VisualStudio.Web.CodeGeneration.CompilationResult FromAssembly (System.Reflection.Assembly assembly);
static member FromAssembly : System.Reflection.Assembly -> Microsoft.VisualStudio.Web.CodeGeneration.CompilationResult
Public Shared Function FromAssembly (assembly As Assembly) As CompilationResult
Parameters
- assembly
- Assembly