ProvideBindingRedirectionAttribute Properties

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyAssemblyName

Gets or sets the name of the target assembly.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyCodeBase

Gets or sets a relative path from $PackageFolder$, or an absolute path rooted from an environment variable substitution (of format %variable%).(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyCulture

Gets or sets a string that specifies the language and country/region of the assembly.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyGenerateCodeBase

Gets or sets the generated code base element. When false, no corresponding CodeBase element is generated for the redirected assembly (used for assemblies in the GAC).

System_CAPS_pubpropertyGuid

Gets the identifier of this attribute instance.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyNewVersion

Gets or sets the version of the assembly to use instead of the originally-requested version.

System_CAPS_pubpropertyOldVersion

Gets the range of versions that will be redirected.

System_CAPS_pubpropertyOldVersionLowerBound

Gets or sets the lower bound (inclusive) of the range of versions that will be redirected.

System_CAPS_pubpropertyOldVersionUpperBound

Gets or sets the upper bound (inclusive) of the range of versions that will be redirected.

System_CAPS_pubpropertyPublicKeyToken

Gets or sets a 16-character hexadecimal number which is the token part of the strong name of the assembly being redirected.(Inherited from ProvideDependentAssemblyAttribute.)

System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

Return to top
Show: