[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRunningProcess\u003c/code\u003e class in the Google.Cloud.MigrationCenter.V1 namespace provides details about a guest OS's running processes for the Migration Center v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionality like message handling, equality checks, deep cloning, and buffer message capabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunningProcess\u003c/code\u003e class contains properties for attributes (\u003ccode\u003eAttributes\u003c/code\u003e), the command line (\u003ccode\u003eCmdline\u003c/code\u003e), the executable path (\u003ccode\u003eExePath\u003c/code\u003e), the process ID (\u003ccode\u003ePid\u003c/code\u003e), and the user running the process (\u003ccode\u003eUser\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eRunningProcess\u003c/code\u003e documentation is 1.4.0 and it contains detailed information and code samples regarding the class.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class RunningProcess (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningProcess)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.RunningProcess)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.RunningProcess)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.RunningProcess)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.RunningProcess) \n\n public sealed class RunningProcess : IMessage\u003cRunningProcess\u003e, IEquatable\u003cRunningProcess\u003e, IDeepCloneable\u003cRunningProcess\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class RunningProcess.\n\nGuest OS running process details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RunningProcess \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RunningProcess](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningProcess), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RunningProcess](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningProcess), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RunningProcess](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningProcess), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### RunningProcess()\n\n public RunningProcess()\n\n### RunningProcess(RunningProcess)\n\n public RunningProcess(RunningProcess other)\n\nProperties\n----------\n\n### Attributes\n\n public MapField\u003cstring, string\u003e Attributes { get; }\n\nProcess extended attributes.\n\n### Cmdline\n\n public string Cmdline { get; set; }\n\nProcess full command line.\n\n### ExePath\n\n public string ExePath { get; set; }\n\nProcess binary path.\n\n### Pid\n\n public long Pid { get; set; }\n\nProcess ID.\n\n### User\n\n public string User { get; set; }\n\nUser running the process."]]