This documentation is archived and is not being maintained.

LogicalMethodInfo Members

LogicalMethodInfo overview

Public Constructors

public constructorLogicalMethodInfo Constructor

Supported by the .NET Compact Framework.

Initializes a new instance of the LogicalMethodInfo class with the MethodInfo passed in.

Public Properties

public propertyAsyncCallbackParameter Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation.
public propertyAsyncResultParameter Gets the return value of a Begin asynchronous method invocation.
public propertyAsyncStateParameter Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation.
public propertyBeginMethodInfo Gets the attributes and metadata for a Begin method in an asynchronous invocation.
public propertyCustomAttributeProvider

Supported by the .NET Compact Framework.

Gets the custom attributes applied to the method.
public propertyDeclaringType

Supported by the .NET Compact Framework.

Gets the class that declares the method represented by the current LogicalMethodInfo.
public propertyEndMethodInfo Gets the attributes and metadata for an End method of an asynchronous invocation to a method.
public propertyInParameters

Supported by the .NET Compact Framework.

Gets the parameters passed into the method represented by the instance of LogicalMethodInfo.
public propertyIsAsync Gets a value indicating whether the method represented by the instance of LogicalMethodInfo is invoked asynchronously.
public propertyIsVoid

Supported by the .NET Compact Framework.

Gets a value indicating whether the return type for the method represented by the instance of LogicalMethodInfo is void.
public propertyMethodInfo

Supported by the .NET Compact Framework.

Gets the attributes and metadata for a synchronous method.
public propertyName

Supported by the .NET Compact Framework.

Gets the name of the method represented by this LogicalMethodInfo.
public propertyOutParameters

Supported by the .NET Compact Framework.

Gets the out parameters for the method.
public propertyParameters

Supported by the .NET Compact Framework.

Gets the parameters for the method.
public propertyReturnType

Supported by the .NET Compact Framework.

Gets the return type of this method.
public propertyReturnTypeCustomAttributeProvider

Supported by the .NET Compact Framework.

Gets the custom attributes for the return type.

Public Methods

public methodBeginInvoke Begins an asynchronous invocation of the method represented by this LogicalMethodInfo.
public methodstatic (Shared in Visual Basic)Create Overloaded. Given an array of MethodInfo, creates an array of LogicalMethodInfo.
public methodEndInvoke Ends an asynchronous invocation of the method represented by the current LogicalMethodInfo.
public methodEquals (inherited from Object)

Supported by the .NET Compact Framework.

Overloaded. Determines whether two Object instances are equal.
public methodGetCustomAttribute

Supported by the .NET Compact Framework.

Returns the first custom attribute applied to the type, if any custom attributes are applied to the type.
public methodGetCustomAttributes

Supported by the .NET Compact Framework.

Returns the custom attributes applied to the specified type.
public methodGetHashCode (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.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodInvoke Invokes the method represented by the current LogicalMethodInfo.
public methodstatic (Shared in Visual Basic)IsBeginMethod Returns a value indicating whether the method passed in represents a Begin method of an asynchronous invocation.
public methodstatic (Shared in Visual Basic)IsEndMethod Returns a value indicating whether the method passed in represents an End method of an asynchronous invocation.
public methodToString

Supported by the .NET Compact Framework.

Overridden. Returns a string that represents the current LogicalMethodInfo.

Protected Methods

protected methodFinalize (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.

protected methodMemberwiseClone (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: