VirtualTypeBuilder.AssemblyName Property

Definition

Gets or sets the name of the assembly to which the virtual type should belong.

public:
 property System::Reflection::AssemblyName ^ AssemblyName { System::Reflection::AssemblyName ^ get(); void set(System::Reflection::AssemblyName ^ value); };
public System.Reflection.AssemblyName AssemblyName { get; set; }
member this.AssemblyName : System.Reflection.AssemblyName with get, set
Public Property AssemblyName As AssemblyName

Property Value

An AssemblyName that represents an assembly name to which the virtual type should belong.

Applies to