다음을 통해 공유


InstanceValue 생성자

정의

InstanceValue 클래스의 인스턴스를 초기화합니다.

오버로드

InstanceValue(Object)

매개 변수로 전달된 값 개체를 사용하여 InstanceValue 클래스의 인스턴스를 초기화합니다.

InstanceValue(Object, InstanceValueOptions)

값 개체와 매개 변수로 전달된 이러한 값에 대한 옵션을 사용하여 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)

값 개체와 매개 변수로 전달된 이러한 값에 대한 옵션을 사용하여 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를 참조하세요.

적용 대상