ProcessModuleInfoInner Constructors

Definition

Overloads

ProcessModuleInfoInner()

Initializes a new instance of the ProcessModuleInfoInner class.

ProcessModuleInfoInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the ProcessModuleInfoInner class.

ProcessModuleInfoInner()

Initializes a new instance of the ProcessModuleInfoInner class.

C#
public ProcessModuleInfoInner();

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

ProcessModuleInfoInner(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)

Initializes a new instance of the ProcessModuleInfoInner class.

C#
public ProcessModuleInfoInner(string id = default, string name = default, string type = default, string kind = default, string baseAddress = default, string fileName = default, string href = default, string filePath = default, int? moduleMemorySize = default, string fileVersion = default, string fileDescription = default, string product = default, string productVersion = default, bool? isDebug = default, string language = default);

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

baseAddress
String

Base address. Used as module identifier in ARM resource URI.

fileName
String

File name.

href
String

HRef URI.

filePath
String

File path.

moduleMemorySize
Nullable<Int32>

Module memory size.

fileVersion
String

File version.

fileDescription
String

File description.

product
String

Product name.

productVersion
String

Product version.

isDebug
Nullable<Boolean>

Is debug?

language
String

Module language (locale).

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy