_MethodInfo インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
重要
この API は CLS 準拠ではありません。
MethodInfo クラスのパブリック メンバーをアンマネージ コードに公開します。
public interface class _MethodInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _MethodInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _MethodInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _MethodInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("FFCC1B5D-ECB8-38DD-9B01-3DC8ABC2AA5F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _MethodInfo = interface
Public Interface _MethodInfo
- 派生
- 属性
注釈
このインターフェイスは、アンマネージ コードからマネージド クラスにアクセスするためのインターフェイスであり、マネージド コードから呼び出すべきではありません。
このインターフェイスは、アンマネージ COM オブジェクトからアクセスできる System.Reflection.MethodInfo クラス メンバーの vtable の順序を保持します。
プロパティ
| 名前 | 説明 |
|---|---|
| Attributes |
Attributes プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| CallingConvention |
CallingConvention プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| DeclaringType |
DeclaringType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsAbstract |
IsAbstract プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsAssembly |
IsAssembly プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsConstructor |
IsConstructor プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsFamily |
IsFamily プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsFamilyAndAssembly |
IsFamilyAndAssembly プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsFamilyOrAssembly |
IsFamilyOrAssembly プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsFinal |
IsFinal プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsHideBySig |
IsHideBySig プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsPrivate |
IsPrivate プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsPublic |
IsPublic プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsSpecialName |
IsSpecialName プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsStatic |
IsStatic プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| IsVirtual |
IsVirtual プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| MemberType |
MemberType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| MethodHandle |
MethodHandle プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| Name |
Name プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| ReflectedType |
ReflectedType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| ReturnType |
ReturnType プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |
| ReturnTypeCustomAttributes |
ReturnTypeCustomAttributes プロパティへのバージョンに依存しないアクセス権を持つ COM オブジェクトを提供します。 |