Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${processinfo} Layout Renderer The information about the running process. | Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.LayoutRenderers.ProcessInfoLayoutRenderer |  |  |  | | | | | | |
Parameters:| Name | Type | Description |
|---|
| property | ProcessInfoProperty | | The property to retrieve. Default value is: Id.
Possible values are:
BasePriority - ExitCode - ExitTime - Handle - HandleCount - HasExited - Id - MachineName - MainModule - MainWindowHandle - MainWindowTitle - MaxWorkingSet - MinWorkingSet - NonpagedSystemMemorySize - NonpagedSystemMemorySize64 - PagedMemorySize - PagedMemorySize64 - PagedSystemMemorySize - PagedSystemMemorySize64 - PeakPagedMemorySize - PeakPagedMemorySize64 - PeakVirtualMemorySize - PeakVirtualMemorySize64 - PeakWorkingSet - PeakWorkingSet64 - PriorityBoostEnabled - PriorityClass - PrivateMemorySize - PrivateMemorySize64 - PrivilegedProcessorTime - ProcessName - Responding - SessionId - StartTime - TotalProcessorTime - UserProcessorTime - VirtualMemorySize - VirtualMemorySize64 - WorkingSet - WorkingSet64 -
|
| | culture | string | | The culture name to be used for rendering. |
| | cultureInfo | CultureInfo | | The CultureInfo to be used for rendering. |
| | fixedLength | boolean | | Trim the rendered text to the AbsolutePadding value. Default value is: False. |
| | lowerCase | boolean | | Render an upper-case string. Default value is: False. |
| | padCharacter | Char | | | padding | integer | | | upperCase | boolean | | Render an upper-case string. Default value is: False. |
|
Back to the layout renderer list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |