IInvocationMethodInvocationTarget Property |
Get the method on the target object that is being invoked.
Namespace: X3Platform.DynamicProxyAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxMethodInfo MethodInvocationTarget { get; }
property MethodInfo^ MethodInvocationTarget {
MethodInfo^ get ();
}
Property Value
Type:
MethodInfo
See Also