Edit

Share via


TypeProvider.AddAssemblyReference(String) Method

Definition

Adds a reference to the Assembly to the internal list. This assembly is used for the Type lookup in the GetType(String) method.

public:
 void AddAssemblyReference(System::String ^ path);
public void AddAssemblyReference(string path);
member this.AddAssemblyReference : string -> unit
Public Sub AddAssemblyReference (path As String)

Parameters

path
String

The path of the Assembly to add.

Exceptions

path is a null reference (Visual Basic Nothing).

Applies to