AssemblyMetadata.AssemblyName Property
Namespace: Microsoft.VisualStudio.ExtensibilityHosting
Assembly: Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
Syntax
'Declaration
Public Property AssemblyName As AssemblyName
public AssemblyName AssemblyName { get; private set; }
public:
property AssemblyName^ AssemblyName {
AssemblyName^ get ();
private: void set (AssemblyName^ value);
}
member AssemblyName : AssemblyName with get, private set
function get AssemblyName () : AssemblyName
private function set AssemblyName (value : AssemblyName)
Property Value
Type: System.Reflection.AssemblyName
.NET Framework Security
- 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.