Editar

Compartilhar via


AssemblyDefinition.AddReference(String) Method

Definition

Adds a reference to an existing assembly definition. Make sure to call Save() after using this method to save the changes.

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

Parameters

referenceName
String

The name of the reference to add to this assembly definition

Applies to