DynamicDependencyAttribute.AssemblyName Property

Definition

Gets the assembly name of the specified type.

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public string? AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

Property Value

Remarks

AssemblyName is only valid when TypeName is specified.

Applies to