WindowsRuntimeDesignerContext.GetAssembly(String) Method

Definition

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

Parameters

assemblyName
String

The full name of the assembly to load. For a description of full assembly names, see the FullName property.

Returns

The assembly, if it is found in the current context; otherwise, null.

Attributes

Applies to