MetadataWorkspace.LoadFromAssembly 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.
Overloads
LoadFromAssembly(Assembly) |
Loads metadata from the given assembly. |
LoadFromAssembly(Assembly, Action<String>) |
Loads metadata from the given assembly. |
LoadFromAssembly(Assembly)
Loads metadata from the given assembly.
public virtual void LoadFromAssembly (System.Reflection.Assembly assembly);
abstract member LoadFromAssembly : System.Reflection.Assembly -> unit
override this.LoadFromAssembly : System.Reflection.Assembly -> unit
Parameters
- assembly
- Assembly
The assembly from which the metadata will be loaded.
Applies to
LoadFromAssembly(Assembly, Action<String>)
Loads metadata from the given assembly.
public virtual void LoadFromAssembly (System.Reflection.Assembly assembly, Action<string> logLoadMessage);
abstract member LoadFromAssembly : System.Reflection.Assembly * Action<string> -> unit
override this.LoadFromAssembly : System.Reflection.Assembly * Action<string> -> unit
Parameters
- assembly
- Assembly
The assembly from which the metadata will be loaded.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework