AssemblyDefinition.AddReference(String) Method
Definition
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.
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