ProcessModuleInfo interface
Process Module Information.
- Extends
Properties
base |
Base address. Used as module identifier in ARM resource URI. |
file |
File description. |
file |
File name. |
file |
File path. |
file |
File version. |
href | HRef URI. |
is |
Is debug? |
language | Module language (locale). |
module |
Module memory size. |
product | Product name. |
product |
Product version. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
baseAddress
Base address. Used as module identifier in ARM resource URI.
baseAddress?: string
Property Value
string
fileDescription
File description.
fileDescription?: string
Property Value
string
fileName
File name.
fileName?: string
Property Value
string
filePath
File path.
filePath?: string
Property Value
string
fileVersion
File version.
fileVersion?: string
Property Value
string
href
HRef URI.
href?: string
Property Value
string
isDebug
Is debug?
isDebug?: boolean
Property Value
boolean
language
Module language (locale).
language?: string
Property Value
string
moduleMemorySize
Module memory size.
moduleMemorySize?: number
Property Value
number
product
Product name.
product?: string
Property Value
string
productVersion
Product version.
productVersion?: string
Property Value
string
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type