LogicalMethodInfo::Create Method

 

Given an array of MethodInfo, creates an array of LogicalMethodInfo.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(array<MethodInfo^>^)

Given an array of MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of LogicalMethodInfo.

System_CAPS_pubmethodSystem_CAPS_staticCreate(array<MethodInfo^>^, LogicalMethodTypes)

Given an array of MethodInfo, where the returned array of LogicalMethodInfo can be restricted to only asynchronous or synchronous methods, creates an array of LogicalMethodInfo.

Return to top
Show: