LicenseManager::IsLicensed Method (Type^)

 

Returns whether the given type has a valid license.

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

public:
static bool IsLicensed(
	Type^ type
)

Parameters

type
Type: System::Type^

The Type to find a valid license for.

Return Value

Type: System::Boolean

true if the given type is licensed; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: