_MethodRental 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
向非托管代码公开 MethodRental 类。
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
- 派生
- 属性
注解
此接口用于从非托管代码访问托管类,不应从托管代码调用。
方法
GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
将一组名称映射为对应的一组调度标识符。 |
GetTypeInfo(UInt32, UInt32, IntPtr) |
检索对象的类型信息,然后可以使用该信息获取接口的类型信息。 |
GetTypeInfoCount(UInt32) |
检索对象提供的类型信息接口的数量(0 或 1)。 |
Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
提供对某一对象公开的属性和方法的访问。 |