Gets the name of the assembly. The assembly name is a short, friendly name for an assembly. The assembly name, assembly version, originator key, and locale are used by the common language runtime to uniquely identify an assembly during binding.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
ReadOnly Property AssemblyName As String
用法
Dim instance As VCAssemblyReference
Dim value As String
value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
String^ get ();
}
function get AssemblyName () : String
Property Value
Type: System.String
The name of the assembly.
Implements
Remarks
In the integrated development environment (IDE), the assembly name can be viewed and changed through the project's property pages dialog box.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.