LicenseManager.IsLicensed(Type) 메서드

정의

지정된 형식에 유효한 라이선스가 있는지 여부를 반환합니다.

public:
 static bool IsLicensed(Type ^ type);
public static bool IsLicensed (Type type);
static member IsLicensed : Type -> bool
Public Shared Function IsLicensed (type As Type) As Boolean

매개 변수

type
Type

유효한 라이선스를 찾을 Type입니다.

반환

지정된 형식에 라이선스가 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상