ComponentGuaranteesAttribute Constructor (ComponentGuaranteesOptions)

 

Initializes a new instance of the ComponentGuaranteesAttribute class with a value that indicates a library, type, or member's guaranteed level of compatibility across multiple versions.

Namespace:   System.Runtime.Versioning
Assembly:  mscorlib (in mscorlib.dll)

public:
ComponentGuaranteesAttribute(
	ComponentGuaranteesOptions guarantees
)

Parameters

guarantees
Type: System.Runtime.Versioning::ComponentGuaranteesOptions

One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions.

When the ComponentGuaranteesAttribute class is instantiated, the value of the guarantees parameter is assigned to the Guarantees property.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: