C# Class Castle.DynamicProxy.Tokens.InvocationMethods

Holds MethodInfo objects representing methods of AbstractInvocation class.
Mostrar archivo Open project: Jarvin-Guan/CleanAOP

Public Properties

Property Type Description
CompositionInvocationConstructorNoSelector System.Reflection.ConstructorInfo
CompositionInvocationConstructorWithSelector System.Reflection.ConstructorInfo
EnsureValidTarget System.Reflection.MethodInfo
GetArgumentValue System.Reflection.MethodInfo
GetArguments System.Reflection.MethodInfo
GetReturnValue System.Reflection.MethodInfo
InheritanceInvocationConstructorNoSelector System.Reflection.ConstructorInfo
InheritanceInvocationConstructorWithSelector System.Reflection.ConstructorInfo
Proceed System.Reflection.MethodInfo
ProxyObject System.Reflection.FieldInfo
SetArgumentValue System.Reflection.MethodInfo
SetGenericMethodArguments System.Reflection.MethodInfo
SetReturnValue System.Reflection.MethodInfo
Target System.Reflection.FieldInfo
ThrowOnNoTarget System.Reflection.MethodInfo

Property Details

CompositionInvocationConstructorNoSelector public_oe static_oe property

public static ConstructorInfo,System.Reflection CompositionInvocationConstructorNoSelector
return System.Reflection.ConstructorInfo

CompositionInvocationConstructorWithSelector public_oe static_oe property

public static ConstructorInfo,System.Reflection CompositionInvocationConstructorWithSelector
return System.Reflection.ConstructorInfo

EnsureValidTarget public_oe static_oe property

public static MethodInfo,System.Reflection EnsureValidTarget
return System.Reflection.MethodInfo

GetArgumentValue public_oe static_oe property

public static MethodInfo,System.Reflection GetArgumentValue
return System.Reflection.MethodInfo

GetArguments public_oe static_oe property

public static MethodInfo,System.Reflection GetArguments
return System.Reflection.MethodInfo

GetReturnValue public_oe static_oe property

public static MethodInfo,System.Reflection GetReturnValue
return System.Reflection.MethodInfo

InheritanceInvocationConstructorNoSelector public_oe static_oe property

public static ConstructorInfo,System.Reflection InheritanceInvocationConstructorNoSelector
return System.Reflection.ConstructorInfo

InheritanceInvocationConstructorWithSelector public_oe static_oe property

public static ConstructorInfo,System.Reflection InheritanceInvocationConstructorWithSelector
return System.Reflection.ConstructorInfo

Proceed public_oe static_oe property

public static MethodInfo,System.Reflection Proceed
return System.Reflection.MethodInfo

ProxyObject public_oe static_oe property

public static FieldInfo,System.Reflection ProxyObject
return System.Reflection.FieldInfo

SetArgumentValue public_oe static_oe property

public static MethodInfo,System.Reflection SetArgumentValue
return System.Reflection.MethodInfo

SetGenericMethodArguments public_oe static_oe property

public static MethodInfo,System.Reflection SetGenericMethodArguments
return System.Reflection.MethodInfo

SetReturnValue public_oe static_oe property

public static MethodInfo,System.Reflection SetReturnValue
return System.Reflection.MethodInfo

Target public_oe static_oe property

public static FieldInfo,System.Reflection Target
return System.Reflection.FieldInfo

ThrowOnNoTarget public_oe static_oe property

public static MethodInfo,System.Reflection ThrowOnNoTarget
return System.Reflection.MethodInfo