Loads a code-behind assembly from the specified path.
| C# | Visual Basic | Visual C++ |
public static CodeBehindAssembly LoadFrom( string assemblyPath )
Public Shared Function LoadFrom ( _ assemblyPath As String _ ) As CodeBehindAssembly
public: static CodeBehindAssembly^ LoadFrom( String^ assemblyPath )
- assemblyPath (String)
- The path to load the assembly from.
An instance of CodeBehindAssembly