LicenseManager::Validate Method (Type^)

 

Determines whether a license can be granted for the specified type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static void Validate(
	Type^ type
)

Parameters

type
Type: System::Type^

A Type that represents the type of object that requests the license.

Exception Condition
LicenseException

A License cannot be granted.

This method throws a LicenseException when a valid License cannot be granted. The IsValid method does not throw an exception.

.NET Framework
Available since 1.1
Return to top
Show: