MimeFormatter.GetInitializers Method (Type, LogicalMethodInfo[])
.NET Framework 2.0
Returns an array of initializer objects corresponding to an input array of method definitions for a specified class derived from MimeFormatter.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
public: static array<Object^>^ GetInitializers ( Type^ type, array<LogicalMethodInfo^>^ methodInfos )
public static Object[] GetInitializers ( Type type, LogicalMethodInfo[] methodInfos )
public static function GetInitializers ( type : Type, methodInfos : LogicalMethodInfo[] ) : Object[]
Not applicable.
Parameters
- type
- methodInfos
Return Value
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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: