WindowsRuntimeDesignerContext.GetAssembly(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 specified assembly from the current context.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
System::Reflection::Assembly ^ GetAssembly(System::String ^ assemblyName);
[System.Security.SecurityCritical]
public System.Reflection.Assembly GetAssembly(string assemblyName);
[<System.Security.SecurityCritical>]
member this.GetAssembly : string -> System.Reflection.Assembly
Public Function GetAssembly (assemblyName As String) As Assembly
- assemblyName
- String
The full name of the assembly to load. For a description of full assembly names, see the FullName property.
The assembly, if it is found in the current context; otherwise, null
.
- Attributes
Продукт | Версії |
---|---|
.NET Framework | 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: