Namespaces

Types

Type DummyMethodInfo

Namespace FluentNHibernate

Parent MethodInfo

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

MethodInfo GetBaseDefinition()

Parameters
return MethodInfo

Object[] GetCustomAttributes(Type attributeType, bool inherit)

Parameters
return Object[]
Type attributeType
bool inherit

Object[] GetCustomAttributes(bool inherit)

Parameters
return Object[]
bool inherit

Type[] GetGenericArguments()

Parameters
return Type[]

MethodInfo GetGenericMethodDefinition()

Parameters
return MethodInfo

int GetHashCode()

Parameters
return int

MethodBody GetMethodBody()

Parameters
return MethodBody

MethodImplAttributes GetMethodImplementationFlags()

Parameters
return MethodImplAttributes

ParameterInfo[] GetParameters()

Parameters
return ParameterInfo[]

Type GetType()

Parameters
return Type

object Invoke(object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

Parameters
return object
object obj
BindingFlags invokeAttr
Binder binder
Object[] parameters
CultureInfo culture

object Invoke(object obj, Object[] parameters)

Parameters
return object
object obj
Object[] parameters

bool IsDefined(Type attributeType, bool inherit)

Parameters
return bool
Type attributeType
bool inherit

MethodInfo MakeGenericMethod(Type[] typeArguments)

Parameters
return MethodInfo
Type[] typeArguments

string ToString()

Parameters
return string

Public properties

MethodAttributes Attributes get;

return MethodAttributes

CallingConventions CallingConvention get;

return CallingConventions

bool ContainsGenericParameters get;

return bool

Type DeclaringType get;

return Type

bool IsAbstract get;

return bool

bool IsAssembly get;

return bool

bool IsConstructor get;

return bool

bool IsFamily get;

return bool

bool IsFamilyAndAssembly get;

return bool

bool IsFamilyOrAssembly get;

return bool

bool IsFinal get;

return bool

bool IsGenericMethod get;

return bool

bool IsGenericMethodDefinition get;

return bool

bool IsHideBySig get;

return bool

bool IsPrivate get;

return bool

bool IsPublic get;

return bool

bool IsSpecialName get;

return bool

bool IsStatic get;

return bool

bool IsVirtual get;

return bool

MemberTypes MemberType get;

return MemberTypes

int MetadataToken get;

return int

RuntimeMethodHandle MethodHandle get;

return RuntimeMethodHandle

Module Module get;

return Module

string Name get;

return string

Type ReflectedType get;

return Type

ParameterInfo ReturnParameter get;

return ParameterInfo

Type ReturnType get;

return Type

ICustomAttributeProvider ReturnTypeCustomAttributes get;

return ICustomAttributeProvider