TypeBuilder.AssemblyQualifiedName Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the full name of this type, qualified by the display name of the assembly.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property AssemblyQualifiedName As String
public override string AssemblyQualifiedName { get; }
Property Value
Type: System.String
The full name of this type, qualified by the display name of the assembly.
Remarks
The format of the returned string is the concatenation of the full name of the type (FullName) and the display name of the assembly (AssemblyName.FullName), separated by a comma and a space.
See AssemblyName for a description of the format of the display name of an assembly.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.