C# 클래스 WMI.Win32.Win32_Process

파일 보기 프로젝트 열기: brunomlopes/ILoveLucene 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckIfProperClass bool
CheckIfProperClass bool
CommitObject void
CommitObject void
ConstructPath string
CreateInstance Win32_Process
Delete void
Initialize void
InitializeObject void
ShouldSerializeCreationDate bool
ShouldSerializeExecutionState bool
ShouldSerializeHandleCount bool
ShouldSerializeInstallDate bool
ShouldSerializeKernelModeTime bool
ShouldSerializeMaximumWorkingSetSize bool
ShouldSerializeMinimumWorkingSetSize bool
ShouldSerializeOtherOperationCount bool
ShouldSerializeOtherTransferCount bool
ShouldSerializePageFaults bool
ShouldSerializePageFileUsage bool
ShouldSerializeParentProcessId bool
ShouldSerializePeakPageFileUsage bool
ShouldSerializePeakVirtualSize bool
ShouldSerializePeakWorkingSetSize bool
ShouldSerializePriority bool
ShouldSerializePrivatePageCount bool
ShouldSerializeProcessId bool
ShouldSerializeQuotaNonPagedPoolUsage bool
ShouldSerializeQuotaPagedPoolUsage bool
ShouldSerializeQuotaPeakNonPagedPoolUsage bool
ShouldSerializeQuotaPeakPagedPoolUsage bool
ShouldSerializeReadOperationCount bool
ShouldSerializeReadTransferCount bool
ShouldSerializeSessionId bool
ShouldSerializeTerminationDate bool
ShouldSerializeThreadCount bool
ShouldSerializeUserModeTime bool
ShouldSerializeVirtualSize bool
ShouldSerializeWorkingSetSize bool
ShouldSerializeWriteOperationCount bool
ShouldSerializeWriteTransferCount bool
ToDateTime System.DateTime
ToDmtfDateTime string

공개 메소드들

메소드 설명
AttachDebugger ( ) : uint
Create ( string CommandLine, string CurrentDirectory, System ProcessStartupInformation, uint &ProcessId ) : uint
GetAvailableVirtualSize ( ulong &AvailableVirtualSize ) : uint
GetInstances ( ) : ProcessCollection
GetInstances ( System mgmtScope, System enumOptions ) : ProcessCollection
GetInstances ( System mgmtScope, string condition ) : ProcessCollection
GetInstances ( System mgmtScope, string condition, string selectedProperties ) : ProcessCollection
GetInstances ( string condition ) : ProcessCollection
GetInstances ( string condition, string selectedProperties ) : ProcessCollection
GetOwner ( string &Domain, string &User ) : uint
GetOwnerSid ( string &Sid ) : uint
SetPriority ( int Priority ) : uint
Terminate ( uint Reason ) : uint
Win32_Process ( ) : System.Collections
Win32_Process ( System path ) : System.Collections
Win32_Process ( System path, System getOptions ) : System.Collections
Win32_Process ( System mgmtScope, System path, System getOptions ) : System.Collections
Win32_Process ( System mgmtScope, string keyHandle ) : System.Collections
Win32_Process ( string keyHandle ) : System.Collections

비공개 메소드들

메소드 설명
CheckIfProperClass ( System theObj ) : bool
CheckIfProperClass ( System mgmtScope, System path, System OptionsParam ) : bool
CommitObject ( ) : void
CommitObject ( System putOptions ) : void
ConstructPath ( string keyHandle ) : string
CreateInstance ( ) : Win32_Process
Delete ( ) : void
Initialize ( ) : void
InitializeObject ( System mgmtScope, System path, System getOptions ) : void
ShouldSerializeCreationDate ( ) : bool
ShouldSerializeExecutionState ( ) : bool
ShouldSerializeHandleCount ( ) : bool
ShouldSerializeInstallDate ( ) : bool
ShouldSerializeKernelModeTime ( ) : bool
ShouldSerializeMaximumWorkingSetSize ( ) : bool
ShouldSerializeMinimumWorkingSetSize ( ) : bool
ShouldSerializeOtherOperationCount ( ) : bool
ShouldSerializeOtherTransferCount ( ) : bool
ShouldSerializePageFaults ( ) : bool
ShouldSerializePageFileUsage ( ) : bool
ShouldSerializeParentProcessId ( ) : bool
ShouldSerializePeakPageFileUsage ( ) : bool
ShouldSerializePeakVirtualSize ( ) : bool
ShouldSerializePeakWorkingSetSize ( ) : bool
ShouldSerializePriority ( ) : bool
ShouldSerializePrivatePageCount ( ) : bool
ShouldSerializeProcessId ( ) : bool
ShouldSerializeQuotaNonPagedPoolUsage ( ) : bool
ShouldSerializeQuotaPagedPoolUsage ( ) : bool
ShouldSerializeQuotaPeakNonPagedPoolUsage ( ) : bool
ShouldSerializeQuotaPeakPagedPoolUsage ( ) : bool
ShouldSerializeReadOperationCount ( ) : bool
ShouldSerializeReadTransferCount ( ) : bool
ShouldSerializeSessionId ( ) : bool
ShouldSerializeTerminationDate ( ) : bool
ShouldSerializeThreadCount ( ) : bool
ShouldSerializeUserModeTime ( ) : bool
ShouldSerializeVirtualSize ( ) : bool
ShouldSerializeWorkingSetSize ( ) : bool
ShouldSerializeWriteOperationCount ( ) : bool
ShouldSerializeWriteTransferCount ( ) : bool
ToDateTime ( string dmtfDate ) : System.DateTime
ToDmtfDateTime ( System date ) : string

메소드 상세

AttachDebugger() 공개 메소드

public AttachDebugger ( ) : uint
리턴 uint

Create() 공개 정적인 메소드

public static Create ( string CommandLine, string CurrentDirectory, System ProcessStartupInformation, uint &ProcessId ) : uint
CommandLine string
CurrentDirectory string
ProcessStartupInformation System
ProcessId uint
리턴 uint

GetAvailableVirtualSize() 공개 메소드

public GetAvailableVirtualSize ( ulong &AvailableVirtualSize ) : uint
AvailableVirtualSize ulong
리턴 uint

GetInstances() 공개 정적인 메소드

public static GetInstances ( ) : ProcessCollection
리턴 ProcessCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, System enumOptions ) : ProcessCollection
mgmtScope System
enumOptions System
리턴 ProcessCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, string condition ) : ProcessCollection
mgmtScope System
condition string
리턴 ProcessCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( System mgmtScope, string condition, string selectedProperties ) : ProcessCollection
mgmtScope System
condition string
selectedProperties string
리턴 ProcessCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( string condition ) : ProcessCollection
condition string
리턴 ProcessCollection

GetInstances() 공개 정적인 메소드

public static GetInstances ( string condition, string selectedProperties ) : ProcessCollection
condition string
selectedProperties string
리턴 ProcessCollection

GetOwner() 공개 메소드

public GetOwner ( string &Domain, string &User ) : uint
Domain string
User string
리턴 uint

GetOwnerSid() 공개 메소드

public GetOwnerSid ( string &Sid ) : uint
Sid string
리턴 uint

SetPriority() 공개 메소드

public SetPriority ( int Priority ) : uint
Priority int
리턴 uint

Terminate() 공개 메소드

public Terminate ( uint Reason ) : uint
Reason uint
리턴 uint

Win32_Process() 공개 메소드

public Win32_Process ( ) : System.Collections
리턴 System.Collections

Win32_Process() 공개 메소드

public Win32_Process ( System path ) : System.Collections
path System
리턴 System.Collections

Win32_Process() 공개 메소드

public Win32_Process ( System path, System getOptions ) : System.Collections
path System
getOptions System
리턴 System.Collections

Win32_Process() 공개 메소드

public Win32_Process ( System mgmtScope, System path, System getOptions ) : System.Collections
mgmtScope System
path System
getOptions System
리턴 System.Collections

Win32_Process() 공개 메소드

public Win32_Process ( System mgmtScope, string keyHandle ) : System.Collections
mgmtScope System
keyHandle string
리턴 System.Collections

Win32_Process() 공개 메소드

public Win32_Process ( string keyHandle ) : System.Collections
keyHandle string
리턴 System.Collections