This documentation is archived and is not being maintained.
LogicalMethodInfo Properties
.NET Framework 1.1
The properties of the LogicalMethodInfo class are listed here. For a complete list of LogicalMethodInfo class members, see the LogicalMethodInfo Members topic.
Public Properties
AsyncCallbackParameter | Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation. |
AsyncResultParameter | Gets the return value of a Begin asynchronous method invocation. |
AsyncStateParameter | Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation. |
BeginMethodInfo | Gets the attributes and metadata for a Begin method in an asynchronous invocation. |
CustomAttributeProvider Supported by the .NET Compact Framework. | Gets the custom attributes applied to the method. |
DeclaringType Supported by the .NET Compact Framework. | Gets the class that declares the method represented by the current LogicalMethodInfo. |
EndMethodInfo | Gets the attributes and metadata for an End method of an asynchronous invocation to a method. |
InParameters Supported by the .NET Compact Framework. | Gets the parameters passed into the method represented by the instance of LogicalMethodInfo. |
IsAsync | Gets a value indicating whether the method represented by the instance of LogicalMethodInfo is invoked asynchronously. |
IsVoid 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. |
MethodInfo Supported by the .NET Compact Framework. | Gets the attributes and metadata for a synchronous method. |
Name Supported by the .NET Compact Framework. | Gets the name of the method represented by this LogicalMethodInfo. |
OutParameters Supported by the .NET Compact Framework. | Gets the out parameters for the method. |
Parameters Supported by the .NET Compact Framework. | Gets the parameters for the method. |
ReturnType Supported by the .NET Compact Framework. | Gets the return type of this method. |
ReturnTypeCustomAttributeProvider Supported by the .NET Compact Framework. | Gets the custom attributes for the return type. |
See Also
LogicalMethodInfo Class | System.Web.Services.Protocols Namespace
Show:
