다음을 통해 공유


ObjectGetOptions 생성자

정의

WMI 개체 가져오기에 대해 ObjectGetOptions 클래스의 새 인스턴스를 초기화합니다.

오버로드

ObjectGetOptions()

기본값을 사용하여 WMI 개체 가져오기에 대한 ObjectGetOptions 클래스의 새 인스턴스를 초기화합니다. 이는 매개 변수가 없는 생성자입니다.

ObjectGetOptions(ManagementNamedValueCollection)

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

ObjectGetOptions(ManagementNamedValueCollection, TimeSpan, Boolean)

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

ObjectGetOptions()

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

기본값을 사용하여 WMI 개체 가져오기에 대한 ObjectGetOptions 클래스의 새 인스턴스를 초기화합니다. 이는 매개 변수가 없는 생성자입니다.

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

설명

.NET Framework 보안

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

적용 대상

ObjectGetOptions(ManagementNamedValueCollection)

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

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

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

매개 변수

context
ManagementNamedValueCollection

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

설명

.NET Framework 보안

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

적용 대상

ObjectGetOptions(ManagementNamedValueCollection, TimeSpan, Boolean)

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

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

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

매개 변수

context
ManagementNamedValueCollection

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

timeout
TimeSpan

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

useAmendedQualifiers
Boolean

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

설명

.NET Framework 보안

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

적용 대상