Visibility |
Name |
Parameters |
Return Type |
public |
Equals |
(
Object
o
)
|
Boolean
|
public |
Equals |
(
Type
o
)
|
Boolean
|
public |
FindInterfaces |
(
TypeFilter
filter
,
Object
filterCriteria
)
|
Type
|
public |
FindMembers |
(
MemberTypes
memberType
,
BindingFlags
bindingAttr
,
MemberFilter
filter
,
Object
filterCriteria
)
|
MemberInfo
|
public |
GetArrayRank |
( )
|
Int32
|
protected |
GetAttributeFlagsImpl |
( )
|
TypeAttributes
|
public |
GetConstructor |
(
Type
types
)
|
ConstructorInfo
|
public |
GetConstructor |
(
BindingFlags
bindingAttr
,
Binder
binder
,
Type
types
,
ParameterModifier
modifiers
)
|
ConstructorInfo
|
public |
GetConstructor |
(
BindingFlags
bindingAttr
,
Binder
binder
,
CallingConventions
callConvention
,
Type
types
,
ParameterModifier
modifiers
)
|
ConstructorInfo
|
protected |
GetConstructorImpl |
(
BindingFlags
bindingAttr
,
Binder
binder
,
CallingConventions
callConvention
,
Type
types
,
ParameterModifier
modifiers
)
|
ConstructorInfo
|
public |
GetConstructors |
( )
|
ConstructorInfo
|
public |
GetConstructors |
(
BindingFlags
bindingAttr
)
|
ConstructorInfo
|
public |
GetDefaultMembers |
( )
|
MemberInfo
|
public |
GetElementType |
( )
|
Type
|
public |
GetEnumName |
(
Object
value
)
|
String
|
public |
GetEnumNames |
( )
|
String
|
public |
GetEnumUnderlyingType |
( )
|
Type
|
public |
GetEnumValues |
( )
|
Array
|
public |
GetEvent |
(
String
name
,
BindingFlags
bindingAttr
)
|
EventInfo
|
public |
GetEvent |
(
String
name
)
|
EventInfo
|
public |
GetEvents |
( )
|
EventInfo
|
public |
GetEvents |
(
BindingFlags
bindingAttr
)
|
EventInfo
|
public |
GetField |
(
String
name
)
|
FieldInfo
|
public |
GetField |
(
String
name
,
BindingFlags
bindingAttr
)
|
FieldInfo
|
public |
GetFields |
(
BindingFlags
bindingAttr
)
|
FieldInfo
|
public |
GetFields |
( )
|
FieldInfo
|
public |
GetGenericArguments |
( )
|
Type
|
public |
GetGenericParameterConstraints |
( )
|
Type
|
public |
GetGenericTypeDefinition |
( )
|
Type
|
public |
GetHashCode |
( )
|
Int32
|
public |
GetInterface |
(
String
name
)
|
Type
|
public |
GetInterface |
(
String
name
,
Boolean
ignoreCase
)
|
Type
|
public |
GetInterfaceMap |
(
Type
interfaceType
)
|
InterfaceMapping
|
public |
GetInterfaces |
( )
|
Type
|
public |
GetMember |
(
String
name
,
BindingFlags
bindingAttr
)
|
MemberInfo
|
public |
GetMember |
(
String
name
,
MemberTypes
type
,
BindingFlags
bindingAttr
)
|
MemberInfo
|
public |
GetMember |
(
String
name
)
|
MemberInfo
|
public |
GetMembers |
(
BindingFlags
bindingAttr
)
|
MemberInfo
|
public |
GetMembers |
( )
|
MemberInfo
|
public |
GetMethod |
(
String
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
Type
types
,
ParameterModifier
modifiers
)
|
MethodInfo
|
public |
GetMethod |
(
String
name
,
Type
types
,
ParameterModifier
modifiers
)
|
MethodInfo
|
public |
GetMethod |
(
String
name
,
Type
types
)
|
MethodInfo
|
public |
GetMethod |
(
String
name
)
|
MethodInfo
|
public |
GetMethod |
(
String
name
,
BindingFlags
bindingAttr
)
|
MethodInfo
|
public |
GetMethod |
(
String
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
CallingConventions
callConvention
,
Type
types
,
ParameterModifier
modifiers
)
|
MethodInfo
|
protected |
GetMethodImpl |
(
String
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
CallingConventions
callConvention
,
Type
types
,
ParameterModifier
modifiers
)
|
MethodInfo
|
public |
GetMethods |
( )
|
MethodInfo
|
public |
GetMethods |
(
BindingFlags
bindingAttr
)
|
MethodInfo
|
public |
GetNestedType |
(
String
name
)
|
Type
|
public |
GetNestedType |
(
String
name
,
BindingFlags
bindingAttr
)
|
Type
|
public |
GetNestedTypes |
(
BindingFlags
bindingAttr
)
|
Type
|
public |
GetNestedTypes |
( )
|
Type
|
public |
GetProperties |
(
BindingFlags
bindingAttr
)
|
PropertyInfo
|
public |
GetProperties |
( )
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
Type
types
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
Type
returnType
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
Type
returnType
,
Type
types
,
ParameterModifier
modifiers
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
Type
returnType
,
Type
types
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
Type
returnType
,
Type
types
,
ParameterModifier
modifiers
)
|
PropertyInfo
|
public |
GetProperty |
(
String
name
,
BindingFlags
bindingAttr
)
|
PropertyInfo
|
protected |
GetPropertyImpl |
(
String
name
,
BindingFlags
bindingAttr
,
Binder
binder
,
Type
returnType
,
Type
types
,
ParameterModifier
modifiers
)
|
PropertyInfo
|
public |
GetType |
( )
|
Type
|
public static |
GetType |
(
String
typeName
,
Func`2
assemblyResolver
,
Func`4
typeResolver
,
Boolean
throwOnError
,
Boolean
ignoreCase
)
|
Type
|
public static |
GetType |
(
String
typeName
,
Boolean
throwOnError
)
|
Type
|
public static |
GetType |
(
String
typeName
,
Func`2
assemblyResolver
,
Func`4
typeResolver
,
Boolean
throwOnError
)
|
Type
|
public static |
GetType |
(
String
typeName
)
|
Type
|
public static |
GetType |
(
String
typeName
,
Func`2
assemblyResolver
,
Func`4
typeResolver
)
|
Type
|
public static |
GetType |
(
String
typeName
,
Boolean
throwOnError
,
Boolean
ignoreCase
)
|
Type
|
public static |
GetTypeArray |
(
Object
args
)
|
Type
|
public static |
GetTypeCode |
(
Type
type
)
|
TypeCode
|
protected |
GetTypeCodeImpl |
( )
|
TypeCode
|
public static |
GetTypeFromCLSID |
(
Guid
clsid
)
|
Type
|
public static |
GetTypeFromCLSID |
(
Guid
clsid
,
Boolean
throwOnError
)
|
Type
|
public static |
GetTypeFromCLSID |
(
Guid
clsid
,
String
server
,
Boolean
throwOnError
)
|
Type
|
public static |
GetTypeFromCLSID |
(
Guid
clsid
,
String
server
)
|
Type
|
public static |
GetTypeFromHandle |
(
RuntimeTypeHandle
handle
)
|
Type
|
public static |
GetTypeFromProgID |
(
String
progID
)
|
Type
|
public static |
GetTypeFromProgID |
(
String
progID
,
Boolean
throwOnError
)
|
Type
|
public static |
GetTypeFromProgID |
(
String
progID
,
String
server
,
Boolean
throwOnError
)
|
Type
|
public static |
GetTypeFromProgID |
(
String
progID
,
String
server
)
|
Type
|
public static |
GetTypeHandle |
(
Object
o
)
|
RuntimeTypeHandle
|
protected |
HasElementTypeImpl |
( )
|
Boolean
|
public |
InvokeMember |
(
String
name
,
BindingFlags
invokeAttr
,
Binder
binder
,
Object
target
,
Object
args
,
ParameterModifier
modifiers
,
CultureInfo
culture
,
String
namedParameters
)
|
Object
|
public |
InvokeMember |
(
String
name
,
BindingFlags
invokeAttr
,
Binder
binder
,
Object
target
,
Object
args
)
|
Object
|
public |
InvokeMember |
(
String
name
,
BindingFlags
invokeAttr
,
Binder
binder
,
Object
target
,
Object
args
,
CultureInfo
culture
)
|
Object
|
protected |
IsArrayImpl |
( )
|
Boolean
|
public |
IsAssignableFrom |
(
Type
c
)
|
Boolean
|
protected |
IsByRefImpl |
( )
|
Boolean
|
protected |
IsCOMObjectImpl |
( )
|
Boolean
|
protected |
IsContextfulImpl |
( )
|
Boolean
|
public |
IsEnumDefined |
(
Object
value
)
|
Boolean
|
public |
IsEquivalentTo |
(
Type
other
)
|
Boolean
|
public |
IsInstanceOfType |
(
Object
o
)
|
Boolean
|
protected |
IsMarshalByRefImpl |
( )
|
Boolean
|
protected |
IsPointerImpl |
( )
|
Boolean
|
protected |
IsPrimitiveImpl |
( )
|
Boolean
|
public |
IsSubclassOf |
(
Type
c
)
|
Boolean
|
protected |
IsValueTypeImpl |
( )
|
Boolean
|
public |
MakeArrayType |
(
Int32
rank
)
|
Type
|
public |
MakeArrayType |
( )
|
Type
|
public |
MakeByRefType |
( )
|
Type
|
public |
MakeGenericType |
(
Type
typeArguments
)
|
Type
|
public |
MakePointerType |
( )
|
Type
|
public static |
ReflectionOnlyGetType |
(
String
typeName
,
Boolean
throwIfNotFound
,
Boolean
ignoreCase
)
|
Type
|
public |
ToString |
( )
|
String
|