ProcessThread.StartTime Propriedade
Definição
Obtém a hora em que o sistema operacional iniciou o thread.Gets the time that the operating system started the thread.
public:
property DateTime StartTime { DateTime get(); };
public DateTime StartTime { get; }
member this.StartTime : DateTime
Public ReadOnly Property StartTime As DateTime
Valor da propriedade
Um DateTime que representa o tempo que estava no sistema quando o sistema operacional iniciou o thread.A DateTime representing the time that was on the system when the operating system started the thread.
Exceções
Não foi possível recuperar o tempo do thread.The thread time could not be retrieved.
O processador está em um computador remoto.The process is on a remote computer.