LogicalMethodInfo Members

Represents the attributes and metadata for an XML Web service method. This class cannot be inherited.

The following tables list the members exposed by the LogicalMethodInfo type.

  Name Description
Public method Supported by the .NET Compact Framework LogicalMethodInfo Initializes a new instance of the LogicalMethodInfo class with the MethodInfo passed in.
Top

  Name Description
Public property AsyncCallbackParameter Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation.
Public property AsyncResultParameter Gets the return value of a Begin asynchronous method invocation.
Public property AsyncStateParameter Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation.
Public property BeginMethodInfo Gets the attributes and metadata for a Begin method in an asynchronous invocation.
Public property Supported by the .NET Compact Framework CustomAttributeProvider Gets the custom attributes applied to the method.
Public property Supported by the .NET Compact Framework DeclaringType Gets the class that declares the method represented by the current LogicalMethodInfo.
Public property EndMethodInfo Gets the attributes and metadata for an End method of an asynchronous invocation to a method.
Public property Supported by the .NET Compact Framework InParameters Gets the parameters passed into the method represented by the instance of LogicalMethodInfo.
Public property IsAsync Gets a value indicating whether the method represented by the instance of LogicalMethodInfo is invoked asynchronously.
Public property Supported by the .NET Compact Framework IsVoid Gets a value indicating whether the return type for the method represented by the instance of LogicalMethodInfo is void.
Public property Supported by the .NET Compact Framework MethodInfo Gets the attributes and metadata for a synchronous method.
Public property Supported by the .NET Compact Framework Name Gets the name of the method represented by this LogicalMethodInfo.
Public property Supported by the .NET Compact Framework OutParameters Gets the out parameters for the method.
Public property Supported by the .NET Compact Framework Parameters Gets the parameters for the method.
Public property Supported by the .NET Compact Framework ReturnType Gets the return type of this method.
Public property Supported by the .NET Compact Framework ReturnTypeCustomAttributeProvider Gets the custom attributes for the return type.
Top

(see also Protected Methods )
  Name Description
Public method BeginInvoke Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.
Public method Static 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  Overloaded. Determines whether two Object instances are equal. (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 IsBeginMethod Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
Public method Static IsEndMethod Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework ToString Overridden. Returns a string that represents the current LogicalMethodInfo.
Top

  Name Description
Protected method Supported by the .NET Compact Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: