ProvideDependentAssemblyAttribute Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| 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.) |
Show:

