This documentation is archived and is not being maintained.

LogicalMethodInfo Methods

The LogicalMethodInfo type exposes the following members.

  NameDescription
Public method BeginInvoke Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.
Public method Static member Create Overloaded. Given an array of MethodInfo, creates an array of LogicalMethodInfo.
Public method EndInvoke Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo.
Public method Supported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Supported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetCustomAttribute Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.
Public method Supported by the .NET Compact Framework GetCustomAttributes Returns the custom attributes applied to the specified type.
Public method Supported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Supported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public method Invoke Invokes the method represented by the current LogicalMethodInfo.
Public method Static member IsBeginMethod Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
Public method Static member IsEndMethod Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
Protected method Supported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Supported by the .NET Compact Framework ToString Returns a string that represents the current LogicalMethodInfo. (Overrides Object::ToString().)
Top
Show: