System.Web.Services.Protocols.LogicalMethodInfo: Property Members

The properties of System.Web.Services.Protocols.LogicalMethodInfo are listed below. For a list of all members, see the LogicalMethodInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
AsyncCallbackParameterSystem.Reflection.ParameterInfo.

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

[read-only]
AsyncResultParameterSystem.Reflection.ParameterInfo.

Gets the return value of a Begin asynchronous method invocation.

[read-only]
AsyncStateParameterSystem.Reflection.ParameterInfo.

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

[read-only]
BeginMethodInfoSystem.Reflection.MethodInfo.

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

[read-only]
CustomAttributeProviderSystem.Reflection.ICustomAttributeProvider.

Gets the custom attributes applied to the method.

[read-only]
DeclaringTypeType.

Gets the class that declares the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo.

[read-only]
EndMethodInfoSystem.Reflection.MethodInfo.

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

[read-only]
InParametersSystem.Reflection.ParameterInfo[].

Gets the parameters passed into the method represented by the instance of System.Web.Services.Protocols.LogicalMethodInfo.

[read-only]
IsAsyncbool.

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

[read-only]
IsVoidbool.

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

[read-only]
MethodInfoSystem.Reflection.MethodInfo.

Gets the attributes and metadata for a synchronous method.

[read-only]
Namestring.

Gets the name of the method represented by this System.Web.Services.Protocols.LogicalMethodInfo.

[read-only]
OutParametersSystem.Reflection.ParameterInfo[].

Gets the out parameters for the method.

[read-only]
ParametersSystem.Reflection.ParameterInfo[].

Gets the parameters for the method.

[read-only]
ReturnTypeType.

Gets the return type of this method.

[read-only]
ReturnTypeCustomAttributeProviderSystem.Reflection.ICustomAttributeProvider.

Gets the custom attributes for the return type.