TypeDelegator 類別

定義

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

public ref class TypeDelegator : System::Reflection::TypeInfo
public ref class TypeDelegator : Type
public class TypeDelegator : System.Reflection.TypeInfo
[System.Serializable]
public class TypeDelegator : Type
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class TypeDelegator : Type
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class TypeDelegator : System.Reflection.TypeInfo
type TypeDelegator = class
    inherit TypeInfo
[<System.Serializable>]
type TypeDelegator = class
    inherit Type
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type TypeDelegator = class
    inherit Type
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type TypeDelegator = class
    inherit TypeInfo
Public Class TypeDelegator
Inherits TypeInfo
Public Class TypeDelegator
Inherits Type
繼承
TypeDelegator
繼承
TypeDelegator
屬性

備註

衍生自此類型,並只覆寫您必須提供自定義的那些成員,以及程式所需的任何成員,且尚未由實作 TypeDelegator

TypeDelegator 衍生自 System.Type ,並實作 的大部分屬性和方法 Type。 針對其實作的每個成員, TypeDelegator 會自動委派給內部 Type 對象的對應成員,該成員會提供做為建構函式的自變數。 這個內部 Type 物件會依 protectedtypeImpl 欄位向衍生類別公開。

注意

雖然 成員本身只是繼承自 Type,但 有些 成員TypeDelegator也有實作。 在這些情況下,實作是由以 「Impl」 結尾名稱的覆 protected 寫方法所提供。 例如,覆寫方法會提供方法所有多載的GetMethodsGetMethodImpl實作。 繼承屬性的實作,例如 IsPublicIsNestedAssembly 是由覆寫 GetAttributeFlagsImpl 的 方法所提供。

衍生類別可以提供公用建構函式,該建構函式會接受 Type 物件做為其參數,而只要將該對象傳遞至 TypeDelegator(Type) 建構函式,也可以以其他方式設定內部 Type 物件。

如果衍生類別使用未實作 TypeDelegator的成員,則必須覆寫該成員並提供實作。 最簡單的實作是在欄位所公開typeImpl的內部Type物件上呼叫對應的成員,但您可以提供應用程式所需的任何實作。 如果您的應用程式或連結庫函式未使用這些成員,則不需要覆寫這些成員, CodeTypeReference.CodeTypeReference(Type) 例如由建構函式) 呼叫 (。

下列虛擬方法 (Overridable Visual Basic) Type 中的方法不會由 實TypeDelegator作:MakeGenericType、、GetGenericTypeDefinitionGetGenericArgumentsGetGenericParameterConstraintsMakeArrayTypeMakePointerTypeGetEnumValuesGetEnumNamesMakeByRefTypeIsEnumDefinedGetTypeCodeImplIsEquivalentToGetEnumUnderlyingType

下列虛擬屬性 (Overridable Visual Basic) Type 中的屬性不會由 TypeDelegator實作:IsGenericType、、IsGenericTypeDefinitionGenericParameterAttributesGenericParameterPositionDeclaringMethodIsGenericParameterContainsGenericParametersIsSecurityCriticalIsSecuritySafeCritical、 。 IsSecurityTransparent

建構函式

TypeDelegator()

使用預設屬性,初始化 TypeDelegator 類別的新執行個體。

TypeDelegator(Type)

指定封裝執行個體來初始化 TypeDelegator 類別的新執行個體。

欄位

typeImpl

數值,表示型別資訊。

屬性

Assembly

取得實作型別的組件 (assembly)。

AssemblyQualifiedName

取得組件的完整名稱。

Attributes

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
Attributes

取得與 Type 關聯的屬性。

(繼承來源 Type)
BaseType

取得目前型別的基底型別 (Base Type)。

ContainsGenericParameters

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
ContainsGenericParameters

取得值,該值指出目前的 Type 物件是否有尚未被特定類型取代的類型參數。

(繼承來源 Type)
CustomAttributes

取得包含此成員之自訂屬性的集合。

(繼承來源 MemberInfo)
DeclaredConstructors

取得目前類型所宣告之建構函式的集合。

(繼承來源 TypeInfo)
DeclaredEvents

取得目前類型所定義之事件的集合。

(繼承來源 TypeInfo)
DeclaredFields

取得目前類型所定義之欄位的集合。

(繼承來源 TypeInfo)
DeclaredMembers

取得目前類型所定義之成員的集合。

(繼承來源 TypeInfo)
DeclaredMethods

取得目前類型所定義之方法的集合。

(繼承來源 TypeInfo)
DeclaredNestedTypes

取得目前類型所定義之巢狀類型的集合。

(繼承來源 TypeInfo)
DeclaredProperties

取得目前類型所定義之屬性的集合。

(繼承來源 TypeInfo)
DeclaringMethod

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
DeclaringMethod

如果目前的 MethodBase 表示泛型方法的型別參數,則取得表示宣告方法的 Type

(繼承來源 Type)
DeclaringType

取得宣告目前巢狀類型或泛型型別參數的類型。

(繼承來源 Type)
FullName

取得實作型別的完整名稱。

GenericParameterAttributes

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GenericParameterAttributes

取得一組 GenericParameterAttributes 旗標,敘述目前泛型類型參數的共變數與特殊條件約束。

(繼承來源 Type)
GenericParameterPosition

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GenericParameterPosition

Type 物件表示泛型類型或泛型方法的類型參數時,在宣告參數的泛型類型或泛型方法之類型參數清單中,取得類型參數的位置。

(繼承來源 Type)
GenericTypeArguments

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GenericTypeArguments

取得此類型之泛型類型引數的陣列。

(繼承來源 Type)
GenericTypeParameters

取得目前執行個體之泛型類型的陣列。

(繼承來源 TypeInfo)
GUID

取得實作型別的 GUID (全域唯一識別項)。

HasElementType

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
HasElementType

取得值,指出目前 Type 是否內含或參考其他類型;也就是說,目前 Type 是否為陣列、指標或以傳址方式傳遞。

(繼承來源 Type)
ImplementedInterfaces

取得目前類型所實作之介面的集合。

(繼承來源 TypeInfo)
IsAbstract

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsAbstract

取得值,指出 Type 是否為抽象並且必須被覆寫。

(繼承來源 Type)
IsAnsiClass

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsAnsiClass

取得值,指出是否為 AnsiClass 選取字串格式屬性 Type

(繼承來源 Type)
IsArray

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsArray

取得值,以表示類型是否為陣列。

(繼承來源 Type)
IsAutoClass

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsAutoClass

取得值,指出是否為 AutoClass 選取字串格式屬性 Type

(繼承來源 Type)
IsAutoLayout

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsAutoLayout

取得表示目前類型的欄位是否已由 Common Language Runtime 自動配置版面的值。

(繼承來源 Type)
IsByRef

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsByRef

取得值,指出 Type 是否以傳址方式傳遞。

(繼承來源 Type)
IsByRefLike

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsByRefLike

取得值,指出類型是否為 byref-like 結構。

(繼承來源 Type)
IsClass

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsClass

取得值,表示 Type 是類別或委派,也就是非實值類型或介面。

(繼承來源 Type)
IsCollectible

取得這個物件 typeImplIsCollectible 值,指出這個物件 (也就是 MemberInfo 實作) 是否為可回收 AssemblyLoadContext 中所含組件的一部分。

IsCollectible

取得指出此 MemberInfo 物件是否為可回收 AssemblyLoadContext 中保存之組件一部分的值。

(繼承來源 MemberInfo)
IsCOMObject

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsCOMObject

取得值,指出 Type 是否為 COM 物件。

(繼承來源 Type)
IsConstructedGenericType

取得值,指出這個物件是否表示建構的泛型類型。

IsConstructedGenericType

取得值,指出這個物件是否表示建構的泛型類型。 您可以建立已建構之泛型類型的執行個體。

(繼承來源 Type)
IsContextful

取得值,指出在內容中是否可以裝載 Type

(繼承來源 Type)
IsEnum

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsEnum

取得值,指出目前的 Type 是否表示列舉類型。

(繼承來源 Type)
IsExplicitLayout

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsExplicitLayout

取得表示目前類型的欄位是否已在明確指定之位移配置版面的值。

(繼承來源 Type)
IsFunctionPointer

取得值,這個值表示目前 Type 是否為函式指標。

IsFunctionPointer

取得值,這個值表示目前 Type 是否為函式指標。

(繼承來源 Type)
IsGenericMethodParameter

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsGenericMethodParameter

取得值,指出目前的 Type 是否在泛型方法的定義中代表型別參數。

(繼承來源 Type)
IsGenericParameter

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsGenericParameter

取得值,指出目前的 Type 是否表示泛型類型或泛型方法定義中的類型參數。

(繼承來源 Type)
IsGenericType

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsGenericType

取得值,指出目前類型是否為泛型類型。

(繼承來源 Type)
IsGenericTypeDefinition

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsGenericTypeDefinition

取得值,指出目前的 Type 是否表示可用於建構其他泛型類型的泛型類型定義。

(繼承來源 Type)
IsGenericTypeParameter

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsGenericTypeParameter

取得值,指出目前的 Type 是否在泛型型別的定義中代表型別參數。

(繼承來源 Type)
IsImport

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsImport

取得值,指出 Type 是否套用了 ComImportAttribute 屬性 (Attribute),亦即其是否從 COM 類型程式庫匯入。

(繼承來源 Type)
IsInterface

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsInterface

取得值,指出 Type 是否為介面;也就是說,不是類別或實值類型。

(繼承來源 Type)
IsLayoutSequential

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsLayoutSequential

取得表示目前類型的欄位是否已依為其定義或發出至中繼資料之順序,循序配置版面的值。

(繼承來源 Type)
IsMarshalByRef

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsMarshalByRef

取得值,指出 Type 是否以傳址方式封送處理。

(繼承來源 Type)
IsNested

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNested

取得值,表示目前的 Type 物件代表的類型之定義是否位於另一個類型的定義內部。

(繼承來源 Type)
IsNestedAssembly

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedAssembly

取得值,指出 Type 是否為巢狀,並只在它自己的組件內為可見。

(繼承來源 Type)
IsNestedFamANDAssem

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedFamANDAssem

取得值,指出 Type 是否為巢狀,並只對同時屬於它自己家族和它自己組件的類別為可見。

(繼承來源 Type)
IsNestedFamily

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedFamily

取得值,指出 Type 是否為巢狀,並只在它自己的系列內為可見。

(繼承來源 Type)
IsNestedFamORAssem

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedFamORAssem

取得值,指出 Type 是否為巢狀並只對屬於它自己家族或它自己組件的類別為可見。

(繼承來源 Type)
IsNestedPrivate

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedPrivate

取得值,指出 Type 是否為巢狀並且宣告為私用。

(繼承來源 Type)
IsNestedPublic

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNestedPublic

取得值,指出類別是否為巢狀 (Nest) 並且宣告為公用 (Public)。

(繼承來源 Type)
IsNotPublic

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsNotPublic

取得值,指出 Type 是否未宣告為公用。

(繼承來源 Type)
IsPointer

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsPointer

取得值,指出 Type 是否為指標。

(繼承來源 Type)
IsPrimitive

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsPrimitive

取得值,指出 Type 是否為其中一個基本類型 (Primitive Type)。

(繼承來源 Type)
IsPublic

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsPublic

取得值,指出 Type 是否宣告為公用。

(繼承來源 Type)
IsSealed

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsSealed

取得值,指出 Type 是否宣告為密封。

(繼承來源 Type)
IsSecurityCritical

取得值,這個值表示目前類型在目前信任層級上是否為安全性關鍵或安全性安全關鍵,因而可以執行重要的作業。

(繼承來源 Type)
IsSecuritySafeCritical

取得值,這個值表示目前類型在目前信任層級上是否為安全性安全關鍵,也就是說,它是否能執行重要作業並由安全性透明的程式碼存取。

(繼承來源 Type)
IsSecurityTransparent

取得值,這個值表示目前類型在目前信任層級上是否為透明,因此無法執行重要作業。

(繼承來源 Type)
IsSerializable

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsSerializable
已淘汰.

取得值,指出是否 Type 可串行化二進位。

(繼承來源 Type)
IsSignatureType

取得值,指出類型是否為特徵標記類型。

(繼承來源 Type)
IsSpecialName

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsSpecialName

取得值,表示類型是否具有需要特殊處理的名稱。

(繼承來源 Type)
IsSZArray

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsSZArray

取得值,指出類型是否為陣列類型,且只能代表下限為零的一維陣列。

(繼承來源 Type)
IsTypeDefinition

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsTypeDefinition

取得值,指出類型是否為類型定義。

(繼承來源 Type)
IsUnicodeClass

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsUnicodeClass

取得值,指出是否為 UnicodeClass 選取字串格式屬性 Type

(繼承來源 Type)
IsUnmanagedFunctionPointer

取得值,這個值表示目前 Type 是否為 Unmanaged 函式指標。

IsUnmanagedFunctionPointer

取得值,這個值表示目前 Type 是否為 Unmanaged 函式指標。

(繼承來源 Type)
IsValueType

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsValueType

取得值,指出 Type 是否為實值類型。

(繼承來源 Type)
IsVariableBoundArray

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsVariableBoundArray

取得值,指出類型是否為陣列類型,且可代表多維陣列或任意下限的陣列。

(繼承來源 Type)
IsVisible

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsVisible

取得一個值,表示位於組件之外的程式碼是否能存取 Type

(繼承來源 Type)
MemberType

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MemberType

取得一個 MemberTypes 值,代表這個成員是類型或巢狀類型。

(繼承來源 Type)
MetadataToken

取得值,用於識別中繼資料 (Metadata) 中的這個實體 (Entity)。

MetadataToken

取得值,這個值可識別中繼資料項目。

(繼承來源 MemberInfo)
Module

取得包含實作型別的模組。

Name

取得實作型別的名稱 (路徑已移除)。

Namespace

取得實作型別的命名空間。

ReflectedType

取得用來取得這個成員的類別物件。

(繼承來源 Type)
StructLayoutAttribute

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
StructLayoutAttribute

取得描述目前類型配置的 StructLayoutAttribute

(繼承來源 Type)
TypeHandle

取得實作型別的內部中繼資料表示的控制代碼。

TypeInitializer

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
TypeInitializer

取得類型的初始設定式。

(繼承來源 Type)
UnderlyingSystemType

取得表示實作型別的基礎 Type

方法

AsType()

Type 物件方式傳回目前類型。

(繼承來源 TypeInfo)
Equals(Object)

判斷目前 Type 物件的基礎系統類型,是否與指定的 Object 的基礎系統類型相同。

(繼承來源 Type)
Equals(Type)

判斷目前 Type 的基礎系統類型,是否與指定的 Type 之基礎系統類型相同。

(繼承來源 Type)
FindInterfaces(TypeFilter, Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
FindInterfaces(TypeFilter, Object)

傳回 Type 物件的陣列,表示由目前 Type 所實作或繼承的介面的篩選清單。

(繼承來源 Type)
FindMembers(MemberTypes, BindingFlags, MemberFilter, Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
FindMembers(MemberTypes, BindingFlags, MemberFilter, Object)

傳回指定成員類型的 MemberInfo 物件的篩選陣列。

(繼承來源 Type)
GetArrayRank()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetArrayRank()

取得陣列中的維度數目。

(繼承來源 Type)
GetAttributeFlagsImpl()

取得指派給 TypeDelegator 的屬性 (Attribute)。

GetConstructor(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

使用指定的繫結條件約束和指定的呼叫慣例,搜尋其參數符合指定的引數類型和修飾詞的建構函式。

(繼承來源 Type)
GetConstructor(BindingFlags, Binder, Type[], ParameterModifier[])

使用指定的繫結條件約束 (Constraint) 搜尋其參數符合指定的引數類型和修飾詞 (Modifier) 的建構函式。

(繼承來源 Type)
GetConstructor(BindingFlags, Type[])

使用指定的系結條件約束,搜尋參數符合指定自變數類型的建構函式。

(繼承來源 Type)
GetConstructor(Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetConstructor(Type[])

搜尋其參數符合在指定陣列中的類型的公用執行個體建構函式。

(繼承來源 Type)
GetConstructorImpl(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

取得實作 TypeDelegator 的建構函式。

GetConstructors()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetConstructors()

傳回所有定義給目前 Type 的公用建構函式。

(繼承來源 Type)
GetConstructors(BindingFlags)

傳回 ConstructorInfo 物件的陣列,表示為型別定義的建構函式,該型別由目前的 TypeDelegator 所包裝。

GetCustomAttributes(Boolean)

傳回為這個型別定義的所有自訂屬性,指定是否搜尋型別的繼承 (Inheritance) 鏈結。

GetCustomAttributes(Type, Boolean)

傳回由型別識別的自訂屬性陣列。

GetCustomAttributesData()

傳回 CustomAttributeData 物件的清單,表示已套用至目標成員之屬性的資料。

(繼承來源 MemberInfo)
GetDeclaredEvent(String)

傳回 物件,表示目前型別所宣告的指定事件。

(繼承來源 TypeInfo)
GetDeclaredField(String)

傳回 物件,表示目前型別所宣告的指定欄位。

(繼承來源 TypeInfo)
GetDeclaredMethod(String)

傳回 物件,表示目前型別所宣告的指定方法。

(繼承來源 TypeInfo)
GetDeclaredMethods(String)

傳回集合,其中包含符合指定名稱之目前型別上宣告的所有方法。

(繼承來源 TypeInfo)
GetDeclaredNestedType(String)

傳回 物件,表示目前型別所宣告的指定巢狀類型。

(繼承來源 TypeInfo)
GetDeclaredProperty(String)

傳回 物件,表示目前型別所宣告的指定屬性。

(繼承來源 TypeInfo)
GetDefaultMembers()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetDefaultMembers()

搜尋定義給目前 Type 的成員,而它的 DefaultMemberAttribute 已設定。

(繼承來源 Type)
GetElementType()

傳回物件的 Type,由目前陣列、指標或 ByRef 所包含或參考。

GetEnumName(Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetEnumName(Object)

針對目前的列舉類型,傳回具有指定值之常數的名稱。

(繼承來源 Type)
GetEnumNames()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetEnumNames()

傳回目前列舉類型之成員的名稱。

(繼承來源 Type)
GetEnumUnderlyingType()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetEnumUnderlyingType()

傳回目前列舉類型的基礎類型。

(繼承來源 Type)
GetEnumValues()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetEnumValues()

傳回目前列舉類型中常數的值陣列。

(繼承來源 Type)
GetEnumValuesAsUnderlyingType()

擷取這個列舉型別之基礎類型常數之值的陣列。

(繼承來源 Type)
GetEvent(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetEvent(String)

傳回代表指定公用事件的 EventInfo 物件。

(繼承來源 Type)
GetEvent(String, BindingFlags)

傳回指定的事件。

GetEvents()

傳回 EventInfo 物件的陣列,表示由目前的 TypeDelegator 所宣告或繼承的公用事件。

GetEvents(BindingFlags)

傳回 bindingAttr 中所指定的事件,由目前的 TypeDelegator 所宣告或繼承。

GetField(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetField(String)

搜尋具有指定名稱的公用欄位。

(繼承來源 Type)
GetField(String, BindingFlags)

傳回 FieldInfo 物件,表示具有指定名稱的欄位。

GetFields()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetFields()

傳回目前 Type 的所有公用欄位。

(繼承來源 Type)
GetFields(BindingFlags)

傳回 FieldInfo 物件的陣列,表示為型別定義的資料欄位,該型別由目前的 TypeDelegator 所包裝。

GetFunctionPointerCallingConventions()

在衍生類別中覆寫時,傳回目前函式指標 Type的呼叫慣例。

GetFunctionPointerCallingConventions()

在衍生類別中覆寫時,傳回目前函式指標 Type的呼叫慣例。

(繼承來源 Type)
GetFunctionPointerParameterTypes()

在衍生類別中覆寫時,傳回目前函式指標 Type的參數類型。

GetFunctionPointerParameterTypes()

在衍生類別中覆寫時,傳回目前函式指標 Type的參數型別。

(繼承來源 Type)
GetFunctionPointerReturnType()

在衍生類別中覆寫時,傳回目前函式指標 的傳回型別 Type

GetFunctionPointerReturnType()

在衍生類別中覆寫時,傳回目前函式指標 Type的傳回型別。

(繼承來源 Type)
GetGenericArguments()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetGenericArguments()

傳回 Type 物件的陣列,代表封閉泛型類型的類型引數,或泛型類型定義的類型參數。

(繼承來源 Type)
GetGenericParameterConstraints()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetGenericParameterConstraints()

傳回由 Type 物件組成的陣列,這些物件代表對目前泛型類型參數所設下的條件約束。

(繼承來源 Type)
GetGenericTypeDefinition()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetGenericTypeDefinition()

傳回代表泛型類型定義的 Type 物件,利用此泛型類型定義就可以建構出目前的泛型類型。

(繼承來源 Type)
GetHashCode()

傳回這個執行個體的雜湊碼。

(繼承來源 Type)
GetInterface(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetInterface(String)

搜尋具有指定名稱的介面。

(繼承來源 Type)
GetInterface(String, Boolean)

傳回由型別實作的指定介面,該型別由目前的 TypeDelegator 所包裝。

GetInterfaceMap(Type)

傳回指定介面類型的介面對應。

GetInterfaces()

傳回在目前類別和其基底類別 (Base Class) 上實作的所有介面。

GetMember(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMember(String)

搜尋具有指定名稱的公用成員。

(繼承來源 Type)
GetMember(String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMember(String, BindingFlags)

使用指定的繫結條件約束搜尋指定的成員。

(繼承來源 Type)
GetMember(String, MemberTypes, BindingFlags)

傳回成員 (屬性、方法、建構函式、欄位、事件和巢狀型別 (Nested Type)),由指定的 nametypebindingAttr 所指定。

GetMembers()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMembers()

傳回目前 Type 的所有公用成員。

(繼承來源 Type)
GetMembers(BindingFlags)

傳回由 bindingAttr 所指定的成員。

GetMemberWithSameMetadataDefinitionAs(MemberInfo)

在符合指定 MemberInfo之的目前 Type 上搜尋 MemberInfo

GetMemberWithSameMetadataDefinitionAs(MemberInfo)

在符合指定 MemberInfo之的目前 Type 上搜尋 MemberInfo

(繼承來源 Type)
GetMethod(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMethod(String)

搜尋具有指定名稱的公用方法。

(繼承來源 Type)
GetMethod(String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMethod(String, BindingFlags)

使用指定的繫結條件約束搜尋指定的方法。

(繼承來源 Type)
GetMethod(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

使用指定的繫結條件約束和指定的呼叫慣例,來搜尋指定的方法,而該方法的參數符合指定的引數類型和修飾詞。

(繼承來源 Type)
GetMethod(String, BindingFlags, Binder, Type[], ParameterModifier[])

使用指定的繫結條件約束搜尋指定的方法,而該方法的參數符合指定的引數類型和修飾詞。

(繼承來源 Type)
GetMethod(String, BindingFlags, Type[])

使用指定的系結條件約束,搜尋指定的方法,其參數符合指定的自變數類型。

(繼承來源 Type)
GetMethod(String, Int32, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

使用指定的繫結限制式和指定的呼叫慣例來搜尋指定的方法,其參數符合指定的泛型參數計數、引數型別及修飾元。

(繼承來源 Type)
GetMethod(String, Int32, BindingFlags, Binder, Type[], ParameterModifier[])

使用指定的繫結限制式來搜尋指定的方法,其參數符合指定的泛型參數計數、引數型別及修飾元。

(繼承來源 Type)
GetMethod(String, Int32, BindingFlags, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 Type)
GetMethod(String, Int32, Type[])

搜尋指定的公用方法,其參數符合指定的泛型參數計數和引數型別。

(繼承來源 Type)
GetMethod(String, Int32, Type[], ParameterModifier[])

搜尋指定的公用方法,其參數符合指定的泛型參數計數、引數型別及修飾元。

(繼承來源 Type)
GetMethod(String, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMethod(String, Type[])

搜尋指定的公用方法,其參數符合指定的引數類型。

(繼承來源 Type)
GetMethod(String, Type[], ParameterModifier[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMethod(String, Type[], ParameterModifier[])

搜尋指定的公用方法,其參數符合指定的引數類型和修飾詞。

(繼承來源 Type)
GetMethodImpl(String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

使用指定的繫結條件約束和指定的呼叫慣例,來搜尋指定的方法,而該方法的參數符合指定的引數類型和修飾詞。

GetMethodImpl(String, Int32, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[])

在衍生類別中覆寫時,使用指定的繫結限制式和指定的呼叫慣例來搜尋指定的方法,其參數符合指定的泛型參數計數、引數型別及修飾元。

(繼承來源 Type)
GetMethods()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetMethods()

傳回目前 Type 的所有公用方法。

(繼承來源 Type)
GetMethods(BindingFlags)

傳回 MethodInfo 物件的陣列,表示型別的指定方法,該型別由目前的 TypeDelegator 所包裝。

GetNestedType(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetNestedType(String)

搜尋具有指定名稱的公用巢狀類型。

(繼承來源 Type)
GetNestedType(String, BindingFlags)

傳回巢狀型別,由 namebindingAttr 中所指定,而且由目前的 TypeDelegator 表示之型別所宣告或繼承。

GetNestedTypes()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetNestedTypes()

傳回在目前 Type 內形成巢狀的公用類型。

(繼承來源 Type)
GetNestedTypes(BindingFlags)

傳回型別 (由目前的 TypeDelegator 所包裝) 所宣告或繼承指定在 bindingAttr 中的巢狀型別。

GetOptionalCustomModifiers()

在衍生類別中覆寫時,傳回目前 Type的選擇性自定義修飾詞。

(繼承來源 Type)
GetProperties()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperties()

傳回目前 Type 的所有公用屬性。

(繼承來源 Type)
GetProperties(BindingFlags)

傳回 PropertyInfo 物件的陣列,表示型別的屬性,該型別由目前的 TypeDelegator 所包裝。

GetProperty(String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String)

搜尋具有指定名稱的公用屬性。

(繼承來源 Type)
GetProperty(String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String, BindingFlags)

使用指定的繫結條件約束搜尋指定的屬性。

(繼承來源 Type)
GetProperty(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

使用指定的繫結條件約束搜尋指定的屬性,而該屬性的參數符合指定的引數類型和修飾詞。

(繼承來源 Type)
GetProperty(String, Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String, Type)

搜尋具有指定名稱和傳回類型的公用屬性。

(繼承來源 Type)
GetProperty(String, Type, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String, Type, Type[])

搜尋指定的公用屬性,其參數符合指定的引數類型。

(繼承來源 Type)
GetProperty(String, Type, Type[], ParameterModifier[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String, Type, Type[], ParameterModifier[])

搜尋指定的公用屬性,其參數符合指定的引數類型和修飾詞。

(繼承來源 Type)
GetProperty(String, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
GetProperty(String, Type[])

搜尋指定的公用屬性,其參數符合指定的引數類型。

(繼承來源 Type)
GetPropertyImpl(String, BindingFlags, Binder, Type, Type[], ParameterModifier[])

在衍生類別中覆寫時,使用指定的繫結條件約束搜尋指定的屬性,而該屬性的參數符合指定的引數類型和修飾詞的建構函式。

GetRequiredCustomModifiers()

在衍生類別中覆寫時,傳回目前 Type的必要自定義修飾詞。

(繼承來源 Type)
GetType()

取得目前的 Type

(繼承來源 Type)
GetTypeCodeImpl()

傳回此 Type 執行個體的基礎型別碼。

(繼承來源 Type)
HasElementTypeImpl()

取得值,指出目前 Type 是否內含或參考其他型別,也就是說,目前 Type 是否為陣列、指標或 ByRef。

HasSameMetadataDefinitionAs(MemberInfo)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 MemberInfo)
InvokeMember(String, BindingFlags, Binder, Object, Object[])

使用指定的繫結條件約束並符合指定的引數清單,來叫用指定的成員。

(繼承來源 Type)
InvokeMember(String, BindingFlags, Binder, Object, Object[], CultureInfo)

使用指定的繫結條件約束並符合指定的引數清單和文化特性 (Culture) 來叫用指定的成員。

(繼承來源 Type)
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])

叫用指定的成員。 根據指定繫結器和引動過程屬性的條件約束,所要叫用的方法必須可存取,並提供與指定引數清單最特定的符合項目。

IsArrayImpl()

傳回值,這個值表示 Type 是否為陣列。

IsAssignableFrom(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsAssignableFrom(Type)

判斷所指定型別 c的執行個體是否可以指派給目前型別的變數。

(繼承來源 Type)
IsAssignableFrom(TypeInfo)

傳回值,這個值表示指定的型別是否可以指派到這個型別。

IsAssignableTo(Type)

判斷現有類型是否可以指派至指定 targetType的變數。

(繼承來源 Type)
IsByRefImpl()

傳回值,這個值表示 Type 是否由參照傳遞。

IsCOMObjectImpl()

傳回值,指出 Type 是否為 COM 物件。

IsContextfulImpl()

實作 IsContextful 屬性並判斷在內容中是否可以裝載 Type

(繼承來源 Type)
IsDefined(Type, Boolean)

指出由 attributeType 識別的自訂屬性是否定義。

IsEnumDefined(Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsEnumDefined(Object)

傳回值,這個值表示指定的值是否存在於目前的列舉類型中。

(繼承來源 Type)
IsEquivalentTo(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsEquivalentTo(Type)

判斷兩個 COM 類型是否具有相同的識別以及是否適合類型等價。

(繼承來源 Type)
IsInstanceOfType(Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsInstanceOfType(Object)

判斷指定的物件是否為目前 Type 的執行個體。

(繼承來源 Type)
IsMarshalByRefImpl()

實作 IsMarshalByRef 屬性,判斷 Type 是否以傳址方式封送處理。

(繼承來源 Type)
IsPointerImpl()

傳回值,指出 Type 是否為指標。

IsPrimitiveImpl()

傳回值,指出 Type 是否為其中一個基本型別 (Primitive Type)。

IsSubclassOf(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
IsSubclassOf(Type)

判斷目前 Type 是否衍生自指定的 Type

(繼承來源 Type)
IsValueTypeImpl()

傳回值,指出型別是否為實值型別 (Value Type),也就是說,不是類別或介面。

MakeArrayType()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MakeArrayType()

傳回 Type 物件,代表由目前類型組成的一維陣列,其下限為零。

(繼承來源 Type)
MakeArrayType(Int32)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MakeArrayType(Int32)

傳回 Type 物件,代表由目前類型組成且為指定維度個數的陣列。

(繼承來源 Type)
MakeByRefType()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MakeByRefType()

傳回 Type 物件,當做 ref (Visual Basic 中的 ByRef) 參數傳遞時,代表目前的類型。

(繼承來源 Type)
MakeGenericType(Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MakeGenericType(Type[])

用類型陣列的項目取代目前泛型類型定義的型別參數,並傳回代表所得結果建構類型的 Type 物件。

(繼承來源 Type)
MakePointerType()

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

(繼承來源 TypeInfo)
MakePointerType()

傳回 Type 物件,代表指向目前類型的指標。

(繼承來源 Type)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回表示目前 String 的名稱的 Type

(繼承來源 Type)

明確介面實作

_MemberInfo.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

將一組名稱對應至一組對應的分派識別項 (Dispatch Identifier)。

(繼承來源 MemberInfo)
_MemberInfo.GetType()

取得 Type 物件,表示 MemberInfo 類別。

(繼承來源 MemberInfo)
_MemberInfo.GetTypeInfo(UInt32, UInt32, IntPtr)

擷取物件的類型資訊,可以用來取得介面的類型資訊。

(繼承來源 MemberInfo)
_MemberInfo.GetTypeInfoCount(UInt32)

擷取物件提供的類型資訊介面數目 (0 或 1)。

(繼承來源 MemberInfo)
_MemberInfo.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供物件所公開的屬性和方法的存取權。

(繼承來源 MemberInfo)
_Type.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

將一組名稱對應至一組對應的分派識別項 (Dispatch Identifier)。

(繼承來源 Type)
_Type.GetTypeInfo(UInt32, UInt32, IntPtr)

擷取物件的類型資訊,可以用來取得介面的類型資訊。

(繼承來源 Type)
_Type.GetTypeInfoCount(UInt32)

擷取物件提供的類型資訊介面數目 (0 或 1)。

(繼承來源 Type)
_Type.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供物件所公開的屬性和方法的存取權。

(繼承來源 Type)
IReflectableType.GetTypeInfo()

TypeInfo 物件形式傳回目前類型的表示。

(繼承來源 TypeInfo)

擴充方法

GetCustomAttribute(MemberInfo, Type)

擷取指定型別的自訂屬性,此屬性套用至指定成員。

GetCustomAttribute(MemberInfo, Type, Boolean)

擷取只訂型別的自訂屬性,此屬性套用至指定成員,並且可選擇性檢查該成員的祖系。

GetCustomAttribute<T>(MemberInfo)

擷取指定型別的自訂屬性,此屬性套用至指定成員。

GetCustomAttribute<T>(MemberInfo, Boolean)

擷取只訂型別的自訂屬性,此屬性套用至指定成員,並且可選擇性檢查該成員的祖系。

GetCustomAttributes(MemberInfo)

擷取套用至指定成員的自訂屬性集合。

GetCustomAttributes(MemberInfo, Boolean)

擷取自訂屬性集合,此集合套用至指定成員,並且可選擇性檢查該成員的祖系。

GetCustomAttributes(MemberInfo, Type)

擷取指定型別的自訂屬性集合,此集合套用至指定成員。

GetCustomAttributes(MemberInfo, Type, Boolean)

擷取指定型別的自訂屬性集合,此集合套用至指定成員,並且可選擇性檢查該成員的祖系。

GetCustomAttributes<T>(MemberInfo)

擷取指定型別的自訂屬性集合,此集合套用至指定成員。

GetCustomAttributes<T>(MemberInfo, Boolean)

擷取指定型別的自訂屬性集合,此集合套用至指定成員,並且可選擇性檢查該成員的祖系。

IsDefined(MemberInfo, Type)

指出是否將所指定型別的自訂屬性套用至指定的成員。

IsDefined(MemberInfo, Type, Boolean)

指出指定之型別的自訂屬性是否會套用至指定的成員,以及選擇性地套用到其上階。

GetTypeInfo(Type)

傳回指定之型別的 TypeInfo 表示。

GetMetadataToken(MemberInfo)

取得指定成員的中繼資料語彙基元 (如果有)。

HasMetadataToken(MemberInfo)

傳回值,指出所指定成員是否有可用的中繼資料語彙基元。

GetRuntimeEvent(Type, String)

擷取表示指定之事件的物件。

GetRuntimeEvents(Type)

擷取集合,表示指定的型別所定義的所有事件。

GetRuntimeField(Type, String)

擷取表示指定之欄位的物件。

GetRuntimeFields(Type)

擷取集合,表示指定的型別所定義的所有欄位。

GetRuntimeInterfaceMap(TypeInfo, Type)

傳回指定型別和指定介面的介面對應。

GetRuntimeMethod(Type, String, Type[])

擷取表示指定之方法的物件。

GetRuntimeMethods(Type)

擷取集合,表示指定的型別所定義的所有方法。

GetRuntimeProperties(Type)

擷取集合,表示指定的型別所定義的所有屬性。

GetRuntimeProperty(Type, String)

擷取表示指定之屬性的物件。

GetConstructor(Type, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetConstructors(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetConstructors(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetDefaultMembers(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetEvent(Type, String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetEvent(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetEvents(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetEvents(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetField(Type, String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetField(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetFields(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetFields(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetGenericArguments(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetInterfaces(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMember(Type, String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMember(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMembers(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMembers(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMethod(Type, String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMethod(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMethod(Type, String, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMethods(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetMethods(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetNestedType(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetNestedTypes(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperties(Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperties(Type, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperty(Type, String)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperty(Type, String, BindingFlags)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperty(Type, String, Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

GetProperty(Type, String, Type, Type[])

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsAssignableFrom(Type, Type)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

IsInstanceOfType(Type, Object)

包裝 Type 物件,並將方法委派 (Delegate) 給該 Type

適用於