This documentation is archived and is not being maintained.
LogicalMethodInfo Methods
Visual Studio 2010
The LogicalMethodInfo type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginInvoke | Begins an asynchronous invocation of the method represented by this LogicalMethodInfo. |
|
Create(array<MethodInfo>) | Given an array of MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of LogicalMethodInfo. |
|
Create(array<MethodInfo>, LogicalMethodTypes) | Given an array of MethodInfo, where the returned array of LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of LogicalMethodInfo. |
|
EndInvoke | Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetCustomAttribute | Returns the first custom attribute applied to the type, if any custom attributes are applied to the type. |
|
GetCustomAttributes | Returns the custom attributes applied to the specified type. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Invoke | Invokes the method represented by the current LogicalMethodInfo. |
|
IsBeginMethod | Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation. |
|
IsEndMethod | Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Returns a string that represents the current LogicalMethodInfo. (Overrides Object::ToString().) |
Show: