Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub CreateProcessDataField( _ ByVal process As Process, _ ByVal fieldName As String, _ ByVal value As String, _ ByVal setAsSystem As Boolean _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim process As Process Dim fieldName As String Dim value As String Dim setAsSystem As Boolean Shared.CreateProcessDataField(process, fieldName, value, setAsSystem) |
C# | |
---|---|
public static void CreateProcessDataField( Process process, string fieldName, string value, bool setAsSystem ) |
C++/CLI | |
---|---|
public: static void CreateProcessDataField( Process^ process, String^ fieldName, String^ value, bool setAsSystem ) |
Parameters
- process
- fieldName
- value
- setAsSystem
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2