TypeExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class TypeExtensions abstract sealed
public static class TypeExtensions
type TypeExtensions = class
Public Module TypeExtensions
- 繼承
-
方法
GetConstructor(Type, Type[])
|
GetConstructors(Type)
|
GetConstructors(Type, BindingFlags)
|
GetDefaultMembers(Type)
|
GetEvent(Type, String)
|
GetEvent(Type, String, BindingFlags)
|
GetEvents(Type)
|
GetEvents(Type, BindingFlags)
|
GetField(Type, String)
|
GetField(Type, String, BindingFlags)
|
GetFields(Type)
|
GetFields(Type, BindingFlags)
|
GetGenericArguments(Type)
|
GetInterfaces(Type)
|
GetMember(Type, String)
|
GetMember(Type, String, BindingFlags)
|
GetMembers(Type)
|
GetMembers(Type, BindingFlags)
|
GetMethod(Type, String)
|
GetMethod(Type, String, BindingFlags)
|
GetMethod(Type, String, Type[])
|
GetMethods(Type)
|
GetMethods(Type, BindingFlags)
|
GetNestedType(Type, String, BindingFlags)
|
GetNestedTypes(Type, BindingFlags)
|
GetProperties(Type)
|
GetProperties(Type, BindingFlags)
|
GetProperty(Type, String)
|
GetProperty(Type, String, BindingFlags)
|
GetProperty(Type, String, Type)
|
GetProperty(Type, String, Type, Type[])
|
IsAssignableFrom(Type, Type)
|
IsInstanceOfType(Type, Object)
|
適用於