MimeFormatter::GetInitializers Method (Type^, array<LogicalMethodInfo^>^)
.NET Framework (current version)
Returns an array of initializer objects corresponding to an input array of method definitions for a specified class derived from MimeFormatter.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")] static array<Object^>^ GetInitializers( Type^ type, array<LogicalMethodInfo^>^ methodInfos )
Parameters
- type
-
Type:
System::Type^
The Type, derived from MimeFormatter, for which initializers are obtained.
- methodInfos
-
Type:
array<System.Web.Services.Protocols::LogicalMethodInfo^>^
An array of type LogicalMethodInfo that specifies the Web methods for which the initializers are obtained.
Return Value
Type: array<System::Object^>^An array of initializer objects corresponding to the input array of method definitions for a specified class derived from MimeFormatter.
An initializer is an object passed as a parameter to the Initialize method.
The static GetInitializersmethod causes the invocation of the GetInitializer method belonging to the derived class specified by the type parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: