ProcessModuleInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ProcessModuleInfo() |
ProcessModuleInfo クラスの新しいインスタンスを初期化します。 |
ProcessModuleInfo(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String) |
ProcessModuleInfo クラスの新しいインスタンスを初期化します。 |
ProcessModuleInfo()
ProcessModuleInfo クラスの新しいインスタンスを初期化します。
public ProcessModuleInfo ();
Public Sub New ()
適用対象
ProcessModuleInfo(String, String, String, String, String, String, String, String, Nullable<Int32>, String, String, String, String, Nullable<Boolean>, String)
ProcessModuleInfo クラスの新しいインスタンスを初期化します。
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)
パラメーター
- id
- String
リソース ID。
- name
- String
リソース名。
- kind
- String
リソースの種類。
- type
- String
リソースの種類。
- baseAddress
- String
ベース アドレス。 ARM リソース URI のモジュール識別子として使用されます。
- fileName
- String
ファイル名。
- href
- String
HRef URI。
- filePath
- String
ファイル パス
- fileVersion
- String
ファイル バージョン
- fileDescription
- String
ファイルの説明。
- product
- String
製品名。
- productVersion
- String
製品のバージョン。
- language
- String
モジュール言語 (ロケール)。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET