_MemberInfo インターフェイス

定義

重要

この API は CLS 準拠ではありません。

MemberInfo クラスのパブリック メンバーをアンマネージ コードに公開します。

public interface class _MemberInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F7102FA9-CABB-3A74-A6DA-B4567EF1B079")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _MemberInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("f7102fa9-cabb-3a74-a6da-b4567ef1b079")]
public interface _MemberInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F7102FA9-CABB-3A74-A6DA-B4567EF1B079")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _MemberInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("f7102fa9-cabb-3a74-a6da-b4567ef1b079")>]
type _MemberInfo = interface
Public Interface _MemberInfo
派生
属性

注釈

このインターフェイスは、アンマネージ コードからマネージド クラスにアクセスするためのインターフェイスであり、マネージド コードから呼び出すべきではありません。

このインターフェイスは、アンマネージ COM オブジェクトからアクセスできる System.Reflection.MemberInfo クラス メンバーの vtable の順序を保持します。

プロパティ

名前 説明
DeclaringType

DeclaringType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

MemberType

MemberType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

Name

Name プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

ReflectedType

ReflectedType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

メソッド

名前 説明
Equals(Object)

Equals(Object) メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

GetCustomAttributes(Boolean)

GetCustomAttributes(Boolean) メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

GetCustomAttributes(Type, Boolean)

GetCustomAttributes(Type, Boolean) メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

GetHashCode()

GetHashCode() メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

一連の名前を対応する一連のディスパッチ識別子に割り当てます。

GetType()

GetType() メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

GetTypeInfo(UInt32, UInt32, IntPtr)

インターフェイスの型情報を取得するために使用できるオブジェクトの型情報を取得します。

GetTypeInfoCount(UInt32)

オブジェクトが提供する型情報インターフェイスの数 (0 または 1) を取得します。

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

オブジェクトによって公開されるプロパティとメソッドへのアクセスを提供します。

IsDefined(Type, Boolean)

IsDefined(Type, Boolean) メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

ToString()

ToString() メソッドへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。

適用対象