_MethodRental Interfaz

Definición

Importante

Esta API no es conforme a CLS.

Expone la MethodRental clase al código no administrado.

public interface class _MethodRental
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("C2323C25-F57F-3880-8A4D-12EBEA7A5852")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _MethodRental
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("C2323C25-F57F-3880-8A4D-12EBEA7A5852")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _MethodRental
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("C2323C25-F57F-3880-8A4D-12EBEA7A5852")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _MethodRental = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("C2323C25-F57F-3880-8A4D-12EBEA7A5852")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _MethodRental = interface
Public Interface _MethodRental
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

Nombre Description
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Asigna un conjunto de nombres a un conjunto correspondiente de identificadores de envío.

GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera la información de tipo de un objeto, que se puede usar para obtener la información de tipo 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 propiedades y métodos expuestos por un objeto .

Se aplica a