LicenseProvider.GetLicense メソッド
アセンブリ: System (system.dll 内)

Public MustOverride Function GetLicense ( _ context As LicenseContext, _ type As Type, _ instance As Object, _ allowExceptions As Boolean _ ) As License
Dim instance As LicenseProvider Dim context As LicenseContext Dim type As Type Dim instance As Object Dim allowExceptions As Boolean Dim returnValue As License returnValue = instance.GetLicense(context, type, instance, allowExceptions)
public abstract License GetLicense ( LicenseContext context, Type type, Object instance, bool allowExceptions )
public: virtual License^ GetLicense ( LicenseContext^ context, Type^ type, Object^ instance, bool allowExceptions ) abstract
public abstract License GetLicense ( LicenseContext context, Type type, Object instance, boolean allowExceptions )
public abstract function GetLicense ( context : LicenseContext, type : Type, instance : Object, allowExceptions : boolean ) : License
戻り値
有効な License。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- LicenseProvider.GetLicense メソッドのページへのリンク