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)
|
适用于