SystemParameters.ProcessFriendlyName プロパティ
プロセスのこのインスタンスのフレンドリ名を取得または設定します。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Public Shared Property ProcessFriendlyName As String
Get
Set
'Usage
Dim value As String
value = SystemParameters.ProcessFriendlyName
SystemParameters.ProcessFriendlyName = value
public static string ProcessFriendlyName { get; set; }