AssemblyLoadContext.LoadFromAssemblyPath(String) Method
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.
Loads the contents of an assembly file on the specified path.
public:
System::Reflection::Assembly ^ LoadFromAssemblyPath(System::String ^ assemblyPath);
public System.Reflection.Assembly LoadFromAssemblyPath(string assemblyPath);
member this.LoadFromAssemblyPath : string -> System.Reflection.Assembly
Public Function LoadFromAssemblyPath (assemblyPath As String) As Assembly
- assemblyPath
- String
The fully qualified path of the file to load.
The loaded assembly.
The assemblyPath
argument is not an absolute path.
The assemblyPath
argument is null
.
A file that was found could not be loaded.
The assemblyPath
argument is an empty string ("") or does not exist.
The assemblyPath
argument is not a valid assembly.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: