_Thread Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Importante
Esta API no es conforme a CLS.
Expone la clase Thread a código no administrado.
public interface class _Thread
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("C281C7F1-4AA9-3517-961A-463CFED57E75")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _Thread
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("C281C7F1-4AA9-3517-961A-463CFED57E75")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _Thread
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("C281C7F1-4AA9-3517-961A-463CFED57E75")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _Thread = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("C281C7F1-4AA9-3517-961A-463CFED57E75")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _Thread = interface
Public Interface _Thread
- Derivado
- Atributos
Comentarios
Esta interfaz es para el acceso a clases administradas desde código no administrado y no se debe llamar desde código administrado.
Métodos
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Asigna un conjunto de nombres a un conjunto correspondiente de identificadores de envío. |
GetTypeInfo(UInt32, UInt32, IntPtr) |
Obtiene la información de tipos de un objeto, que puede utilizarse para obtener la información de tipos de una interfaz. |
GetTypeInfoCount(UInt32) |
Recupera el número de interfaces de información de tipo que proporciona un objeto (0 ó 1). |
Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Proporciona acceso a las propiedades y los métodos expuestos por un objeto. |