VirtualMethodInvocation Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The VirtualMethodInvocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VirtualMethodInvocation |
Construct a new VirtualMethodInvocation instance for the given target object and method, passing the parameterValues to the target method.
|
Methods
Name | Description | |
---|---|---|
CreateExceptionMethodReturn |
Factory method that creates the correct implementation of IMethodReturn in the presence of an exception.
|
|
CreateMethodReturn |
Factory method that creates the correct implementation of IMethodReturn.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Arguments |
Collection of all parameters to the call: in, out and byref.
|
|
Inputs |
Gets the inputs for this call.
|
|
InvocationContext |
Retrieves a dictionary that can be used to store arbitrary additional values. This allows the user to pass values between call handlers.
|
|
MethodBase |
The method on Target that we're aiming at.
|
|
Target |
The object that the call is made on.
|