Share via


AddAssemblyReferenceByName Class

Definition

Represents the operation to add an assembly reference to a project.

[System.Runtime.CompilerServices.Nullable(0)]
public class AddAssemblyReferenceByName : Microsoft.VisualStudio.ProjectSystem.Query.Framework.ExecutableStep
[<System.Runtime.CompilerServices.Nullable(0)>]
type AddAssemblyReferenceByName = class
    inherit ExecutableStep
Public Class AddAssemblyReferenceByName
Inherits ExecutableStep
Inheritance
AddAssemblyReferenceByName
Attributes

Constructors

AddAssemblyReferenceByName(String)

Initializes a new instance of the AddAssemblyReferenceByName class.

Properties

Action
NameOrPath

Gets the name or the path of the assembly.

Applies to