VirtualTypeBuilder.AssemblyName Property
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.
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.