InstanceValue コンストラクター

定義

InstanceValue クラスのインスタンスを初期化します。

オーバーロード

名前 説明
InstanceValue(Object)

パラメーターとして渡された値オブジェクトを使用して、 InstanceValue クラスのインスタンスを初期化します。

InstanceValue(Object, InstanceValueOptions)

値 Object とパラメーターとして渡される値のオプションを使用して、 InstanceValue クラスのインスタンスを初期化します。

InstanceValue(Object)

パラメーターとして渡された値オブジェクトを使用して、 InstanceValue クラスのインスタンスを初期化します。

public:
 InstanceValue(System::Object ^ value);
public InstanceValue(object value);
new System.Runtime.DurableInstancing.InstanceValue : obj -> System.Runtime.DurableInstancing.InstanceValue
Public Sub New (value As Object)

パラメーター

value
Object

値オブジェクト。

適用対象

InstanceValue(Object, InstanceValueOptions)

値 Object とパラメーターとして渡される値のオプションを使用して、 InstanceValue クラスのインスタンスを初期化します。

public:
 InstanceValue(System::Object ^ value, System::Runtime::DurableInstancing::InstanceValueOptions options);
public InstanceValue(object value, System.Runtime.DurableInstancing.InstanceValueOptions options);
new System.Runtime.DurableInstancing.InstanceValue : obj * System.Runtime.DurableInstancing.InstanceValueOptions -> System.Runtime.DurableInstancing.InstanceValue
Public Sub New (value As Object, options As InstanceValueOptions)

パラメーター

value
Object

値オブジェクト。

options
InstanceValueOptions

値オブジェクトのオプション。 詳細については、InstanceValueOptionsを参照してください。

適用対象