This documentation is archived and is not being maintained.

LogicalMethodInfo Properties

The LogicalMethodInfo type exposes the following members.

  NameDescription
Public property AsyncCallbackParameter Gets the parameter information for the AsyncCallback parameter of a Begin method in an asynchronous invocation.
Public property AsyncResultParameter Gets the return value of a Begin asynchronous method invocation.
Public property AsyncStateParameter Gets the parameter information for the AsyncState parameter of a Begin method in an asynchronous invocation.
Public property BeginMethodInfo Gets the attributes and metadata for a Begin method in an asynchronous invocation.
Public property CustomAttributeProvider Gets the custom attributes applied to the method.
Public property DeclaringType Gets the class that declares the method represented by the current LogicalMethodInfo.
Public property EndMethodInfo Gets the attributes and metadata for an End method of an asynchronous invocation to a method.
Public property InParameters Gets the parameters passed into the method represented by the instance of LogicalMethodInfo.
Public property IsAsync Gets a value indicating whether the method represented by the instance of LogicalMethodInfo is invoked asynchronously.
Public property IsVoid Gets a value indicating whether the return type for the method represented by the instance of LogicalMethodInfo is void.
Public property MethodInfo Gets the attributes and metadata for a synchronous method.
Public property Name Gets the name of the method represented by this LogicalMethodInfo.
Public property OutParameters Gets the out parameters for the method.
Public property Parameters Gets the parameters for the method.
Public property ReturnType Gets the return type of this method.
Public property ReturnTypeCustomAttributeProvider Gets the custom attributes for the return type.
Top
Show: