This documentation is archived and is not being maintained.
LogicalMethodInfo Methods
.NET Framework 1.1
The methods of the LogicalMethodInfo class are listed here. For a complete list of LogicalMethodInfo class members, see the LogicalMethodInfo Members topic.
Public Methods
BeginInvoke | Begins an asynchronous invocation of the method represented by this LogicalMethodInfo. |
![]() Create | Overloaded. Given an array of MethodInfo, creates an array of LogicalMethodInfo. |
EndInvoke | Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo. |
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetCustomAttribute Supported by the .NET Compact Framework. | Returns the first custom attribute applied to the type, if any custom attributes are applied to the type. |
GetCustomAttributes Supported by the .NET Compact Framework. | Returns the custom attributes applied to the specified type. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
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. |
ToString Supported by the .NET Compact Framework. | Overridden. Returns a string that represents the current LogicalMethodInfo. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
LogicalMethodInfo Class | System.Web.Services.Protocols Namespace
Show:
