Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the creation time of the process in UTC format.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Property ProcessCreationTime As Long
Get
Private Set
public long ProcessCreationTime { get; private set; }
public:
property long long ProcessCreationTime {
long long get ();
private: void set (long long value);
}
member ProcessCreationTime : int64 with get, private set
function get ProcessCreationTime () : long
private function set ProcessCreationTime (value : long)
Property Value
Type: System.Int64
Remarks
This value is retrieved from GetProcessTimes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.