LogicalMethodInfo::Create Method
.NET Framework (current version)
Given an array of MethodInfo, creates an array of LogicalMethodInfo.
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(array<MethodInfo^>^) | Given an array of MethodInfo that can contain information about both asynchronous and synchronous methods, creates an array of LogicalMethodInfo. |
![]() ![]() | Create(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. |
Show:

