DkmThread.GetManagedThreadProperties Método

Definição

Sobrecargas

GetManagedThreadProperties(Int32)

Obtenha as propriedades de um thread gerenciado.

GetManagedThreadProperties(DkmWorkList, DkmCompletionRoutine<DkmGetManagedThreadPropertiesAsyncResult>)

Obtenha as propriedades de um thread gerenciado.

Esse método acrescentará um novo item de trabalho à lista de trabalho especificada e retornará assim que o item de trabalho tiver sido anexado. O processamento real do item de trabalho é assíncrono. O chamador será notificado de que a solicitação foi concluída por meio da rotina de conclusão.

GetManagedThreadProperties(Int32)

Obtenha as propriedades de um thread gerenciado.

public:
 void GetManagedThreadProperties([Runtime::InteropServices::Out] int % ManagedThreadId);
public void GetManagedThreadProperties (out int ManagedThreadId);
member this.GetManagedThreadProperties : int -> unit
Public Sub GetManagedThreadProperties (ByRef ManagedThreadId As Integer)

Parâmetros

ManagedThreadId
Int32

Fora A ID de thread gerenciada do thread.

Aplica-se a

GetManagedThreadProperties(DkmWorkList, DkmCompletionRoutine<DkmGetManagedThreadPropertiesAsyncResult>)

Obtenha as propriedades de um thread gerenciado.

Esse método acrescentará um novo item de trabalho à lista de trabalho especificada e retornará assim que o item de trabalho tiver sido anexado. O processamento real do item de trabalho é assíncrono. O chamador será notificado de que a solicitação foi concluída por meio da rotina de conclusão.

public:
 void GetManagedThreadProperties(Microsoft::VisualStudio::Debugger::DkmWorkList ^ WorkList, Microsoft::VisualStudio::Debugger::DkmCompletionRoutine<Microsoft::VisualStudio::Debugger::ThreadProperties::DkmGetManagedThreadPropertiesAsyncResult> ^ CompletionRoutine);
public void GetManagedThreadProperties (Microsoft.VisualStudio.Debugger.DkmWorkList WorkList, Microsoft.VisualStudio.Debugger.DkmCompletionRoutine<Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetManagedThreadPropertiesAsyncResult> CompletionRoutine);
member this.GetManagedThreadProperties : Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmCompletionRoutine<Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetManagedThreadPropertiesAsyncResult> -> unit
Public Sub GetManagedThreadProperties (WorkList As DkmWorkList, CompletionRoutine As DkmCompletionRoutine(Of DkmGetManagedThreadPropertiesAsyncResult))

Parâmetros

WorkList
DkmWorkList

A tabela de trabalho à qual anexar o novo item de trabalho.

CompletionRoutine
DkmCompletionRoutine<DkmGetManagedThreadPropertiesAsyncResult>

Rotina a ser acionada quando a solicitação for concluída. Se a solicitação for acrescentada com êxito à lista de trabalho, isso sempre será acionado (incluindo quando a operação é cancelada). Isso nunca será acionado se a anexação do item de trabalho falhar.

Aplica-se a