ProcessModuleInfoPropertiesOutput interface
ProcessModuleInfo resource specific properties
Properties
| base_address | Base address. Used as module identifier in ARM resource URI. |
| file_description | File description. |
| file_name | File name. |
| file_path | File path. |
| file_version | File version. |
| href | HRef URI. |
| is_debug | Is debug? |
| language | Module language (locale). |
| module_memory_size | Module memory size. |
| product | Product name. |
| product_version | Product version. |
Property Details
base_address
Base address. Used as module identifier in ARM resource URI.
base_address?: string
Property Value
string
file_description
File description.
file_description?: string
Property Value
string
file_name
File name.
file_name?: string
Property Value
string
file_path
File path.
file_path?: string
Property Value
string
file_version
File version.
file_version?: string
Property Value
string
href
HRef URI.
href?: string
Property Value
string
is_debug
Is debug?
is_debug?: boolean
Property Value
boolean
language
Module language (locale).
language?: string
Property Value
string
module_memory_size
Module memory size.
module_memory_size?: number
Property Value
number
product
Product name.
product?: string
Property Value
string
product_version
Product version.
product_version?: string
Property Value
string