The members of System.Web.Services.Protocols.LogicalMethodInfo are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.Services.Protocols.LogicalMethodInfo class with the System.Reflection.MethodInfo passed in. |
[read-only] | AsyncCallbackParameter | System.Reflection.ParameterInfo.
Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation. |
[read-only] | AsyncResultParameter | System.Reflection.ParameterInfo.
Gets the return value of a Begin asynchronous method invocation. |
[read-only] | AsyncStateParameter | System.Reflection.ParameterInfo.
Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation. |
[read-only] | BeginMethodInfo | System.Reflection.MethodInfo.
Gets the attributes and metadata for a Begin method in an asynchronous invocation. |
[read-only] | CustomAttributeProvider | System.Reflection.ICustomAttributeProvider.
Gets the custom attributes applied to the method. |
[read-only] | DeclaringType | Type.
Gets the class that declares the method represented by the current System.Web.Services.Protocols.LogicalMethodInfo. |
[read-only] | EndMethodInfo | System.Reflection.MethodInfo.
Gets the attributes and metadata for an End method of an asynchronous invocation to a method. |
[read-only] | InParameters | System.Reflection.ParameterInfo[].
Gets the parameters passed into the method represented by the instance of System.Web.Services.Protocols.LogicalMethodInfo. |
[read-only] | IsAsync | bool.
Gets a value indicating whether the method represented by the instance of System.Web.Services.Protocols.LogicalMethodInfo is invoked asynchronously. |
[read-only] | IsVoid | bool.
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] | MethodInfo | System.Reflection.MethodInfo.
Gets the attributes and metadata for a synchronous method. |
[read-only] | Name | string.
Gets the name of the method represented by this System.Web.Services.Protocols.LogicalMethodInfo. |
[read-only] | OutParameters | System.Reflection.ParameterInfo[].
Gets the out parameters for the method. |
[read-only] | Parameters | System.Reflection.ParameterInfo[].
Gets the parameters for the method. |
[read-only] | ReturnType | Type.
Gets the return type of this method. |
[read-only] | ReturnTypeCustomAttributeProvider | System.Reflection.ICustomAttributeProvider.
Gets the custom attributes for the return type. |
BeginInvoke(object, object[], AsyncCallback, object)
| ||
static | Create(System.Reflection.MethodInfo[])
| |
static | Create(System.Reflection.MethodInfo[], LogicalMethodTypes)
| |
EndInvoke(object, IAsyncResult)
| ||
GetCustomAttribute(Type)
| ||
GetCustomAttributes(Type)
| ||
Invoke(object, object[])
| ||
static | IsBeginMethod(System.Reflection.MethodInfo)
| |
static | IsEndMethod(System.Reflection.MethodInfo)
| |
override | ToString()
|