NamespaceMapEntry.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 assembly name that contains the types in the CLR namespace.
public:
property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String
Property Value
The assembly name.
Exceptions
The value AssemblyName is being set to is null
.
Remarks
Use the "simple name" form for AssemblyName. In particular, do not specify the full path, and do not include the file extension. This is analogous to the form that might be reported by AssemblyName.Name.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.