Click or drag to resize

IWebBrowser Properties

The IWebBrowser type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the collection of child objects.
(Inherited from IObjectTreeNode.)
Public propertyCommandLine
The command line passed to the process at the moment of the process creation.
(Inherited from IProcess.)
Public propertyCPUUsage
The approximate percentage of time the CPU is currently spending for the process execution.
(Inherited from IProcess.)
Public propertyFileVersionInfo
Specifies the version information of the executable that started the process.
(Inherited from IProcess.)
Public propertyHandleCount
Returns the number of used handles in the process.
(Inherited from IProcess.)
Public propertyMemUsage
The amount of memory (in kilobytes) the process is currently using.
(Inherited from IProcess.)
Public propertyParent
The parent object.
(Inherited from IObjectTreeNode.)
Public propertyPath
The path to the executable that started the process.
(Inherited from IProcess.)
Public propertyPriority
Returns the process priority within the operating system.
(Inherited from IProcess.)
Public propertyProcessId
Returns the process identifier.
(Inherited from IProcess.)
Public propertyProcessType
Specifies the code type of the process (x64 or x86).
(Inherited from IProcess.)
Public propertySessionId
Specifies the identifier of the session in which the process is running.
(Inherited from IProcess.)
Public propertyThreadCount
Returns the number of active threads in the process.
(Inherited from IProcess.)
Public propertyUserName
The name of the user account that started the process.
(Inherited from IProcess.)
Public propertyVMSize
The amount of virtual memory (in kilobytes) the process is currently using.
(Inherited from IProcess.)
Top
See Also