_MethodBase 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
公開 MethodBase 類別的公用成員至 Unmanaged 程式碼。
public interface class _MethodBase
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("6240837A-707F-3181-8E98-A36AE086766B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _MethodBase
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("6240837A-707F-3181-8E98-A36AE086766B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _MethodBase
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("6240837A-707F-3181-8E98-A36AE086766B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _MethodBase = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("6240837A-707F-3181-8E98-A36AE086766B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _MethodBase = interface
Public Interface _MethodBase
- 衍生
- 屬性
備註
此介面適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。
這個介面會保留非受控 COM 物件可存取之類別成員的 System.Reflection.MethodBase vtable 順序。
屬性
Attributes |
為 COM 物件提供與版本無關的 Attributes 屬性之存取權。 |
CallingConvention |
為 COM 物件提供與版本無關的 CallingConvention 屬性之存取權。 |
DeclaringType |
為 COM 物件提供與版本無關的 DeclaringType 屬性之存取權。 |
IsAbstract |
為 COM 物件提供與版本無關的 IsAbstract 屬性之存取權。 |
IsAssembly |
為 COM 物件提供與版本無關的 IsAssembly 屬性之存取權。 |
IsConstructor |
為 COM 物件提供與版本無關的 IsConstructor 屬性之存取權。 |
IsFamily |
為 COM 物件提供與版本無關的 IsFamily 屬性之存取權。 |
IsFamilyAndAssembly |
為 COM 物件提供與版本無關的 IsFamilyAndAssembly 屬性之存取權。 |
IsFamilyOrAssembly |
為 COM 物件提供與版本無關的 IsFamilyOrAssembly 屬性之存取權。 |
IsFinal |
為 COM 物件提供與版本無關的 IsFinal 屬性之存取權。 |
IsHideBySig |
為 COM 物件提供與版本無關的 IsHideBySig 屬性之存取權。 |
IsPrivate |
為 COM 物件提供與版本無關的 IsPrivate 屬性之存取權。 |
IsPublic |
為 COM 物件提供與版本無關的 IsPublic 屬性之存取權。 |
IsSpecialName |
為 COM 物件提供與版本無關的 IsSpecialName 屬性之存取權。 |
IsStatic |
為 COM 物件提供與版本無關的 IsStatic 屬性之存取權。 |
IsVirtual |
為 COM 物件提供與版本無關的 IsVirtual 屬性之存取權。 |
MemberType |
為 COM 物件提供與版本無關的 MemberType 屬性之存取權。 |
MethodHandle |
為 COM 物件提供與版本無關的 MethodHandle 屬性之存取權。 |
Name |
為 COM 物件提供與版本無關的 Name 屬性之存取權。 |
ReflectedType |
為 COM 物件提供與版本無關的 ReflectedType 屬性之存取權。 |