Udostępnij za pośrednictwem


DataProviderObjectFactory.GetAssembly(String) Method

Definition

Resolves a provider-specific assembly string to its corresponding Assembly representation.

public:
 virtual System::Reflection::Assembly ^ GetAssembly(System::String ^ assemblyString);
public virtual System.Reflection.Assembly GetAssembly (string assemblyString);
abstract member GetAssembly : string -> System.Reflection.Assembly
override this.GetAssembly : string -> System.Reflection.Assembly
Public Overridable Function GetAssembly (assemblyString As String) As Assembly

Parameters

assemblyString
String

A provider-specific assembly string.

Returns

An Assembly object representing the assembly resolved from the specified assembly string, if found; otherwise, null.

Implements

Exceptions

The assemblyString parameter is null.

Applies to