PutOptions 생성자

정의

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

오버로드

PutOptions()

기본값을 사용하여 할당 작업에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다. 이는 매개 변수가 없는 생성자입니다.

PutOptions(ManagementNamedValueCollection)

지정한 공급자별 컨텍스트를 사용하여 WMI 개체 커밋에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다.

PutOptions(ManagementNamedValueCollection, TimeSpan, Boolean, PutType)

지정된 옵션 값을 사용하여 WMI 개체 커밋에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다.

PutOptions()

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

기본값을 사용하여 할당 작업에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다. 이는 매개 변수가 없는 생성자입니다.

public:
 PutOptions();
public PutOptions ();
Public Sub New ()

설명

.NET Framework 보안

직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.

적용 대상

PutOptions(ManagementNamedValueCollection)

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

지정한 공급자별 컨텍스트를 사용하여 WMI 개체 커밋에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다.

public:
 PutOptions(System::Management::ManagementNamedValueCollection ^ context);
public PutOptions (System.Management.ManagementNamedValueCollection context);
new System.Management.PutOptions : System.Management.ManagementNamedValueCollection -> System.Management.PutOptions
Public Sub New (context As ManagementNamedValueCollection)

매개 변수

context
ManagementNamedValueCollection

공급자에게 전달될 공급자별 명명된 값 쌍 컨텍스트 개체입니다.

설명

.NET Framework 보안

직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.

적용 대상

PutOptions(ManagementNamedValueCollection, TimeSpan, Boolean, PutType)

Source:
ManagementOptions.cs
Source:
ManagementOptions.cs
Source:
ManagementOptions.cs

지정된 옵션 값을 사용하여 WMI 개체 커밋에 대한 PutOptions 클래스의 새 인스턴스를 초기화합니다.

public:
 PutOptions(System::Management::ManagementNamedValueCollection ^ context, TimeSpan timeout, bool useAmendedQualifiers, System::Management::PutType putType);
public PutOptions (System.Management.ManagementNamedValueCollection context, TimeSpan timeout, bool useAmendedQualifiers, System.Management.PutType putType);
new System.Management.PutOptions : System.Management.ManagementNamedValueCollection * TimeSpan * bool * System.Management.PutType -> System.Management.PutOptions
Public Sub New (context As ManagementNamedValueCollection, timeout As TimeSpan, useAmendedQualifiers As Boolean, putType As PutType)

매개 변수

context
ManagementNamedValueCollection

공급자에게 전달될 공급자별 명명된 값 쌍 개체입니다.

timeout
TimeSpan

시간이 초과되기 전에 작업을 수행할 수 있는 시간입니다. 기본값은 TimeSpan.MaxValue입니다.

useAmendedQualifiers
Boolean

반환된 개체가 수정된(로캘을 인식하는) 한정자를 포함하도록 하려면 true이고, 그렇지 않으면 false입니다.

putType
PutType

수행될 커밋 형식(업데이트 또는 만들기)입니다.

설명

.NET Framework 보안

직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분적으로 신뢰할 수 있는 코드에서 라이브러리를 사용 하 여입니다.

적용 대상