VersioningHelper Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides methods to aid developers in writing version-safe code. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MakeVersionSafeName(String, ResourceScope, ResourceScope) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a version-safe name based on the specified resource name and the intended resource consumption source. |
![]() ![]() | MakeVersionSafeName(String, ResourceScope, ResourceScope, Type) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a version-safe name based on the specified resource name, the intended resource consumption scope, and the type using the resource. |
This class is intended to facilitate the use of the ResourceConsumptionAttribute and ResourceExposureAttribute classes.
Available since 2.0
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

