LicenseManager.CreateWithContext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ライセンス コンテキストを持つオブジェクト型のインスタンスを作成します。
オーバーロード
CreateWithContext(Type, LicenseContext) |
ライセンス付きのインスタンスを使用できるコンテキストを指定して、指定した型のインスタンスを作成します。 |
CreateWithContext(Type, LicenseContext, Object[]) |
引数と、ライセンス付きのインスタンスを使用できるコンテキストを指定して、指定した型のインスタンスを作成します。 |
CreateWithContext(Type, LicenseContext)
ライセンス付きのインスタンスを使用できるコンテキストを指定して、指定した型のインスタンスを作成します。
public:
static System::Object ^ CreateWithContext(Type ^ type, System::ComponentModel::LicenseContext ^ creationContext);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static object CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static object? CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext);
public static object CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member CreateWithContext : Type * System.ComponentModel.LicenseContext -> obj
static member CreateWithContext : Type * System.ComponentModel.LicenseContext -> obj
Public Shared Function CreateWithContext (type As Type, creationContext As LicenseContext) As Object
パラメーター
- creationContext
- LicenseContext
ライセンス付きのインスタンスをいつ使用できるかを指定する LicenseContext。
戻り値
指定した型のインスタンス。
- 属性
注釈
LicenseContextパラメーターとして指定した はcreationContext
、この Licenseの有効期間の としてCurrentContext使用されます。 メソッドは CreateWithContext 、 内の他のすべてのスレッドが AppDomain を CurrentContext変更するのをブロックし、アトミック操作として動作できるようにします CreateWithContext 。
こちらもご覧ください
- License
- LicenseContext
- LicenseException
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
適用対象
CreateWithContext(Type, LicenseContext, Object[])
引数と、ライセンス付きのインスタンスを使用できるコンテキストを指定して、指定した型のインスタンスを作成します。
public:
static System::Object ^ CreateWithContext(Type ^ type, System::ComponentModel::LicenseContext ^ creationContext, cli::array <System::Object ^> ^ args);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static object CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext, object[] args);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static object? CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext, object[] args);
public static object CreateWithContext (Type type, System.ComponentModel.LicenseContext creationContext, object[] args);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member CreateWithContext : Type * System.ComponentModel.LicenseContext * obj[] -> obj
static member CreateWithContext : Type * System.ComponentModel.LicenseContext * obj[] -> obj
Public Shared Function CreateWithContext (type As Type, creationContext As LicenseContext, args As Object()) As Object
パラメーター
- creationContext
- LicenseContext
ライセンス付きのインスタンスをいつ使用できるかを指定する LicenseContext。
戻り値
指定した配列の引数を持つ、指定した型のインスタンス。
- 属性
注釈
LicenseContextパラメーターとして指定した はcreationContext
、この Licenseの有効期間の としてCurrentContext使用されます。 このメソッドは、 内の他のすべてのスレッドが AppDomain を CurrentContext変更するのをブロックし、アトミック操作として動作できるようにします CreateWithContext 。
こちらもご覧ください
- License
- LicenseContext
- LicenseException
- LicenseProvider
- LicenseProviderAttribute
- LicFileLicenseProvider
- LicenseUsageMode
適用対象
.NET