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

적용 대상