ProvideDependentAssemblyAttribute Class
Parent class for attributes that generate dependentAssembly entries.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Attribute
Microsoft.VisualStudio.Shell.RegistrationAttribute
Microsoft.VisualStudio.Shell.ProvideDependentAssemblyAttribute
Microsoft.VisualStudio.Shell.ProvideBindingRedirectionAttribute
Microsoft.VisualStudio.Shell.ProvideCodeBaseAttribute
| Name | Description | |
|---|---|---|
![]() | ProvideDependentAssemblyAttribute() | Initializes a new instance of the ProvideDependentAssemblyAttribute class. |
| Name | Description | |
|---|---|---|
![]() | AssemblyName | Gets or sets the name of the target assembly. |
![]() | CodeBase | Gets or sets a relative path from $PackageFolder$, or an absolute path rooted from an environment variable substitution (of format %variable%). |
![]() | Culture | Gets or sets a string that specifies the language and country/region of the assembly. |
![]() | CurrentAssembly | Gets or sets the assembly to which the generated dependentAssembly registry entry refers. |
![]() | Guid | Gets the identifier of this attribute instance. |
![]() | PublicKeyToken | Gets or sets a 16-character hexadecimal number which is the token part of the strong name of the assembly being redirected. |
![]() | TypeId | Gets the current instance of this attribute.(Inherited from RegistrationAttribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Attribute.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | FormatPublicKeyToken(Byte[]) | Formats a binary public key token into a hexadecimal string. |
![]() | GetGuidHashString() | Gets the string that will be hashed into the identifier of the attribute. |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetPackageRegKeyPath(Guid) | Gets the registry path (relative to the registry root of the application) of the VSPackage.(Inherited from RegistrationAttribute.) |
![]() | GetPathToKey() | Gets the path to the key were the values for this attribute will be registered. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object) | (Inherited from Attribute.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Register(RegistrationAttribute.RegistrationContext) | Registers this attribute with the given context.(Overrides RegistrationAttribute.Register(RegistrationAttribute.RegistrationContext).) |
![]() | SetValues(RegistrationAttribute.Key) | Set values handled by this attribute in the given key. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryParseVersion(String, Version) | Tries to parse a string into a version. |
![]() | Unregister(RegistrationAttribute.RegistrationContext) | Unregisters this attribute.(Overrides RegistrationAttribute.Unregister(RegistrationAttribute.RegistrationContext).) |
![]() | UpdateAssemblyInformation() | Updates all information not provided from the assembly to which this attribute is applied. |
![]() | ValidateAttributeInformation() | Validates that all the required information has been supplied. |
| Name | Description | |
|---|---|---|
![]() | _guidUpdateNeeded | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates whether a GUID update is required. If true, a GUID update is required. If false (default), no update is required. |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.GetTypeInfoCount(UInt32) | (Inherited from Attribute.) |
![]() ![]() | _Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






