Class FrameworkBase
Inheritance
System.Object
FrameworkBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public abstract class FrameworkBase
Methods
GetAddMethod(EventInfo)
Declaration
public abstract MethodInfo GetAddMethod(EventInfo ei)
Parameters
|
EventInfo
ei
|
Returns
|
MethodInfo
|
GetAssembly(Type)
Declaration
public abstract Assembly GetAssembly(Type t)
Parameters
|
Type
t
|
Returns
|
Assembly
|
GetAssemblyTypes(Assembly)
Declaration
public abstract Type[] GetAssemblyTypes(Assembly asm)
Parameters
|
Assembly
asm
|
Returns
|
Type[]
|
GetBaseType(Type)
Declaration
public abstract Type GetBaseType(Type t)
Parameters
|
Type
t
|
Returns
|
Type
|
GetConstructors(Type)
Declaration
public abstract ConstructorInfo[] GetConstructors(Type type)
Parameters
|
Type
type
|
Returns
|
ConstructorInfo[]
|
GetCustomAttributes(Type, Boolean)
Declaration
public abstract Attribute[] GetCustomAttributes(Type t, bool inherit)
Parameters
|
Type
t
|
|
System.Boolean
inherit
|
Returns
|
Attribute[]
|
GetCustomAttributes(Type, Type, Boolean)
Declaration
public abstract Attribute[] GetCustomAttributes(Type t, Type at, bool inherit)
Parameters
|
Type
t
|
|
Type
at
|
|
System.Boolean
inherit
|
Returns
|
Attribute[]
|
GetEvents(Type)
Declaration
public abstract EventInfo[] GetEvents(Type type)
Parameters
|
Type
type
|
Returns
|
EventInfo[]
|
GetFields(Type)
Declaration
public abstract FieldInfo[] GetFields(Type t)
Parameters
|
Type
t
|
Returns
|
FieldInfo[]
|
GetGenericArguments(Type)
Declaration
public abstract Type[] GetGenericArguments(Type t)
Parameters
|
Type
t
|
Returns
|
Type[]
|
GetGetMethod(PropertyInfo)
Declaration
public abstract MethodInfo GetGetMethod(PropertyInfo pi)
Parameters
|
PropertyInfo
pi
|
Returns
|
MethodInfo
|
GetInterface(Type, String)
Declaration
public abstract Type GetInterface(Type type, string name)
Parameters
|
Type
type
|
|
System.String
name
|
Returns
|
Type
|
GetInterfaces(Type)
Declaration
public abstract Type[] GetInterfaces(Type t)
Parameters
|
Type
t
|
Returns
|
Type[]
|
GetMethod(Type, String)
Declaration
public abstract MethodInfo GetMethod(Type type, string name)
Parameters
|
Type
type
|
|
System.String
name
|
Returns
|
MethodInfo
|
GetMethod(Type, String, Type[])
Declaration
public abstract MethodInfo GetMethod(Type resourcesType, string v, Type[] type)
Parameters
|
Type
resourcesType
|
|
System.String
v
|
|
Type[]
type
|
Returns
|
MethodInfo
|
GetMethods(Type)
Declaration
public abstract MethodInfo[] GetMethods(Type type)
Parameters
|
Type
type
|
Returns
|
MethodInfo[]
|
GetNestedTypes(Type)
Declaration
public abstract Type[] GetNestedTypes(Type type)
Parameters
|
Type
type
|
Returns
|
Type[]
|
GetProperties(Type)
Declaration
public abstract PropertyInfo[] GetProperties(Type type)
Parameters
|
Type
type
|
Returns
|
PropertyInfo[]
|
GetProperty(Type, String)
Declaration
public abstract PropertyInfo GetProperty(Type type, string name)
Parameters
|
Type
type
|
|
System.String
name
|
Returns
|
PropertyInfo
|
GetRemoveMethod(EventInfo)
Declaration
public abstract MethodInfo GetRemoveMethod(EventInfo ei)
Parameters
|
EventInfo
ei
|
Returns
|
MethodInfo
|
GetSetMethod(PropertyInfo)
Declaration
public abstract MethodInfo GetSetMethod(PropertyInfo pi)
Parameters
|
PropertyInfo
pi
|
Returns
|
MethodInfo
|
IsAbstract(Type)
Declaration
public abstract bool IsAbstract(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsAssignableFrom(Type, Type)
Declaration
public abstract bool IsAssignableFrom(Type current, Type toCompare)
Parameters
|
Type
current
|
|
Type
toCompare
|
Returns
|
System.Boolean
|
IsDbNull(Object)
Declaration
public abstract bool IsDbNull(object o)
Parameters
|
System.Object
o
|
Returns
|
System.Boolean
|
IsEnum(Type)
Declaration
public abstract bool IsEnum(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsGenericType(Type)
Declaration
public abstract bool IsGenericType(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsGenericTypeDefinition(Type)
Declaration
public abstract bool IsGenericTypeDefinition(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsInstanceOfType(Type, Object)
Declaration
public abstract bool IsInstanceOfType(Type t, object o)
Parameters
|
Type
t
|
|
System.Object
o
|
Returns
|
System.Boolean
|
IsInterface(Type)
Declaration
public abstract bool IsInterface(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsNestedPublic(Type)
Declaration
public abstract bool IsNestedPublic(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
IsValueType(Type)
Declaration
public abstract bool IsValueType(Type t)
Parameters
|
Type
t
|
Returns
|
System.Boolean
|
StringContainsChar(String, Char)
Declaration
public abstract bool StringContainsChar(string str, char chr)
Parameters
|
System.String
str
|
|
System.Char
chr
|
Returns
|
System.Boolean
|