LogicalMethodInfo Properties

 

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubpropertyAsyncCallbackParameter

Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation.

System_CAPS_pubpropertyAsyncResultParameter

Gets the return value of a Begin asynchronous method invocation.

System_CAPS_pubpropertyAsyncStateParameter

Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation.

System_CAPS_pubpropertyBeginMethodInfo

Gets the attributes and metadata for a Begin method in an asynchronous invocation.

System_CAPS_pubpropertyCustomAttributeProvider

Gets the custom attributes applied to the method.

System_CAPS_pubpropertyDeclaringType

Gets the class that declares the method represented by the current LogicalMethodInfo.

System_CAPS_pubpropertyEndMethodInfo

Gets the attributes and metadata for an End method of an asynchronous invocation to a method.

System_CAPS_pubpropertyInParameters

Gets the parameters passed into the method represented by the instance of LogicalMethodInfo.

System_CAPS_pubpropertyIsAsync

Gets a value indicating whether the method represented by the instance of LogicalMethodInfo is invoked asynchronously.

System_CAPS_pubpropertyIsVoid

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

System_CAPS_pubpropertyMethodInfo

Gets the attributes and metadata for a synchronous method.

System_CAPS_pubpropertyName

Gets the name of the method represented by this LogicalMethodInfo.

System_CAPS_pubpropertyOutParameters

Gets the out parameters for the method.

System_CAPS_pubpropertyParameters

Gets the parameters for the method.

System_CAPS_pubpropertyReturnType

Gets the return type of this method.

System_CAPS_pubpropertyReturnTypeCustomAttributeProvider

Gets the custom attributes for the return type.

Return to top
Show: