ProcessModuleInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProcessModuleInfo() |
Initializes a new instance of the ProcessModuleInfo class. |
ProcessModuleInfo(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the ProcessModuleInfo class. |
ProcessModuleInfo()
Initializes a new instance of the ProcessModuleInfo class.
public ProcessModuleInfo ();
Public Sub New ()
Applies to
ProcessModuleInfo(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)
Initializes a new instance of the ProcessModuleInfo class.
public ProcessModuleInfo (string id = default, string name = default, string kind = default, string type = 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);
new Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo : string * string * string * string * string * string * string * string * Nullable<int> * string * string * string * string * Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional baseAddress As String = Nothing, Optional fileName As String = Nothing, Optional href As String = Nothing, Optional filePath As String = Nothing, Optional moduleMemorySize As Nullable(Of Integer) = Nothing, Optional fileVersion As String = Nothing, Optional fileDescription As String = Nothing, Optional product As String = Nothing, Optional productVersion As String = Nothing, Optional isDebug As Nullable(Of Boolean) = Nothing, Optional language As String = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- baseAddress
- String
Base address. Used as module identifier in ARM resource URI.
- fileName
- String
File name.
- href
- String
HRef URI.
- filePath
- String
File path.
- fileVersion
- String
File version.
- fileDescription
- String
File description.
- product
- String
Product name.
- productVersion
- String
Product version.
- language
- String
Module language (locale).
Applies to
Azure SDK for .NET