TypeExtensions Class
在此文章
Definition
Methods
Applies to
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class TypeExtensions abstract sealed
public static class TypeExtensions
type TypeExtensions = class
Public Module TypeExtensions
Public Class TypeExtensions
Inheritance
展開表格
GetConstructor(Type, Type[])
GetConstructors(Type, BindingFlags)
GetConstructors(Type)
GetDefaultMembers(Type)
GetEvent(Type, String, BindingFlags)
GetEvent(Type, String)
GetEvents(Type, BindingFlags)
GetEvents(Type)
GetField(Type, String, BindingFlags)
GetField(Type, String)
GetFields(Type, BindingFlags)
GetFields(Type)
GetGenericArguments(Type)
GetInterfaces(Type)
GetMember(Type, String, BindingFlags)
GetMember(Type, String)
GetMembers(Type, BindingFlags)
GetMembers(Type)
GetMethod(Type, String, BindingFlags)
GetMethod(Type, String, Type[])
GetMethod(Type, String)
GetMethods(Type, BindingFlags)
GetMethods(Type)
GetNestedType(Type, String, BindingFlags)
GetNestedTypes(Type, BindingFlags)
GetProperties(Type, BindingFlags)
GetProperties(Type)
GetProperty(Type, String, BindingFlags)
GetProperty(Type, String, Type, Type[])
GetProperty(Type, String, Type)
GetProperty(Type, String)
IsAssignableFrom(Type, Type)
IsInstanceOfType(Type, Object)