<?xml version="1.0"?>
<class_status>
	<class name="Microsoft.JScript.ASTList" assembly="Microsoft.JScript">
		<attribute name="DefaultMemberAttribute(&quot;Item&quot;)">
			<missing/>
		</attribute>
	</class>
	<class name="Microsoft.JScript.ActivationObject" assembly="Microsoft.JScript">
		<method name="GetMemberValue" signature="System.Object GetMemberValue(System.String name, System.Int32 lexlevel)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.ActiveXObjectConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.ArgumentsObject" assembly="Microsoft.JScript">
		<missing/>
		<field name="callee" type="System.Object">
			<missing/>
		</field>
		<field name="caller" type="System.Object">
			<missing/>
		</field>
		<field name="length" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.ArrayPrototype" assembly="Microsoft.JScript">
		<method name="unshift" signature="static System.Object unshift(System.Object thisob, System.Object[] args)">
			<attribute name="JSFunctionAttribute(18, 12)">
				<missing/>
			</attribute>
			<attribute name="JSFunctionAttribute(34, 12)">
				<extra/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.ArrayWrapper" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<property name="length" type="System.Object">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.BinaryOp" assembly="Microsoft.JScript">
		<field name="operand1" type="Microsoft.JScript.AST">
			<missing/>
		</field>
		<field name="operand2" type="Microsoft.JScript.AST">
			<missing/>
		</field>
		<field name="operatorMeth" type="System.Reflection.MethodInfo">
			<missing/>
		</field>
		<field name="type1" type="System.Type">
			<missing/>
		</field>
		<field name="type2" type="System.Type">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.Binding" assembly="Microsoft.JScript">
		<field name="defaultMember" type="System.Reflection.MemberInfo">
			<missing/>
		</field>
		<field name="isAssignmentToDefaultIndexedProperty" type="System.Boolean">
			<missing/>
		</field>
		<field name="isFullyResolved" type="System.Boolean">
			<missing/>
		</field>
		<field name="isNonVirtual" type="System.Boolean">
			<missing/>
		</field>
		<field name="name" type="System.String">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.BitwiseBinary" assembly="Microsoft.JScript">
		<method name="EvaluateBitwiseBinary" signature="System.Object EvaluateBitwiseBinary(System.Object v1, System.Object v2)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.BlockScope" assembly="Microsoft.JScript">
		<ctor signature="Microsoft.JScript.BlockScope(Microsoft.JScript.ScriptObject parent, System.String name, System.Int32 scopeId)">
			<missing/>
		</ctor>
	</class>
	<class name="Microsoft.JScript.BooleanConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="Microsoft.JScript.BooleanObject CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Boolean Invoke(System.Object arg)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.BooleanObject" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.BooleanObject(Microsoft.JScript.ScriptObject prototype, System.Type subType)">
			<missing/>
		</ctor>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.BooleanPrototype" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.BooleanPrototype(Microsoft.JScript.ObjectPrototype parent, System.Type baseType)">
			<missing/>
		</ctor>
		<method name="toString" signature="static System.String toString(System.Object thisob)">
			<missing/>
		</method>
		<method name="valueOf" signature="static System.Object valueOf(System.Object thisob)">
			<missing/>
		</method>
		<property name="constructor" type="Microsoft.JScript.BooleanConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.COMFieldInfo" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.COMFieldInfo()">
			<missing/>
		</ctor>
		<method name="GetCOMMemberInfo" signature="Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetValue" signature="System.Object GetValue(System.Object obj)">
			<missing/>
		</method>
		<method name="Initialize" signature="System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<property name="Attributes" type="System.Reflection.FieldAttributes">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="FieldHandle" type="System.RuntimeFieldHandle">
			<missing/>
		</property>
		<property name="FieldType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.COMMemberInfo" assembly="Microsoft.JScript">
		<missing/>
		<method name="Call" signature="System.Object Call(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] arguments, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="GetValue" signature="System.Object GetValue(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.COMMethodInfo" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.COMMethodInfo()">
			<missing/>
		</ctor>
		<method name="GetBaseDefinition" signature="System.Reflection.MethodInfo GetBaseDefinition()">
			<missing/>
		</method>
		<method name="GetCOMMemberInfo" signature="Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()">
			<missing/>
		</method>
		<method name="GetMethodImplementationFlags" signature="System.Reflection.MethodImplAttributes GetMethodImplementationFlags()">
			<missing/>
		</method>
		<method name="GetParameters" signature="System.Reflection.ParameterInfo[] GetParameters()">
			<missing/>
		</method>
		<method name="Initialize" signature="System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<field name="EmptyParams" type="System.Reflection.ParameterInfo[]">
			<missing/>
		</field>
		<field name="_comObject" type="Microsoft.JScript.COMMemberInfo">
			<missing/>
		</field>
		<field name="_name" type="System.String">
			<missing/>
		</field>
		<property name="Attributes" type="System.Reflection.MethodAttributes">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="MethodHandle" type="System.RuntimeMethodHandle">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
		<property name="ReturnType" type="System.Type">
			<missing/>
		</property>
		<property name="ReturnTypeCustomAttributes" type="System.Reflection.ICustomAttributeProvider">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.COMPropertyInfo" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.COMPropertyInfo()">
			<missing/>
		</ctor>
		<method name="GetAccessors" signature="System.Reflection.MethodInfo[] GetAccessors(System.Boolean nonPublic)">
			<missing/>
		</method>
		<method name="GetCOMMemberInfo" signature="Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetGetMethod" signature="System.Reflection.MethodInfo GetGetMethod(System.Boolean nonPublic)">
			<missing/>
		</method>
		<method name="GetIndexParameters" signature="System.Reflection.ParameterInfo[] GetIndexParameters()">
			<missing/>
		</method>
		<method name="GetSetMethod" signature="System.Reflection.MethodInfo GetSetMethod(System.Boolean nonPublic)">
			<missing/>
		</method>
		<method name="GetValue" signature="System.Object GetValue(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="Initialize" signature="System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] index, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<property name="Attributes" type="System.Reflection.PropertyAttributes">
			<missing/>
		</property>
		<property name="CanRead" type="System.Boolean">
			<missing/>
		</property>
		<property name="CanWrite" type="System.Boolean">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="PropertyType" type="System.Type">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.Closure" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.Closure(Microsoft.JScript.FunctionObject func)">
			<missing/>
		</ctor>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<field name="arguments" type="System.Object">
			<missing/>
		</field>
		<field name="caller" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.CmdLineError" assembly="Microsoft.JScript">
		<missing/>
		<field name="AssemblyNotFound" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="CannotCreateEngine" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="CompilerConstant" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="DuplicateFileAsSourceAndAssembly" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="DuplicateResourceFile" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="DuplicateResourceName" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="DuplicateSourceFile" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="ErrorSavingCompiledState" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="IncompatibleTargets" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidAssembly" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidCharacters" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidCodePage" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidDefinition" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidForCompilerOptions" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidLocaleID" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidSourceFile" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidTarget" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidVersion" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="InvalidWarningLevel" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="LAST" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="ManagedResourceNotFound" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MissingDefineArgument" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MissingExtension" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MissingLibArgument" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MissingReference" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MissingVersionInfo" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MultipleOutputNames" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MultipleTargets" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="MultipleWin32Resources" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NestedResponseFiles" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NoCodePage" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NoFileName" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NoInputSourcesSpecified" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NoLocaleID" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="NoWarningLevel" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="ResourceNotFound" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="SourceFileTooBig" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="SourceNotFound" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="UnknownOption" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="Unspecified" type="Microsoft.JScript.CmdLineError">
			<missing/>
		</field>
		<field name="value__" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.CmdLineException" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.CmdLineException(Microsoft.JScript.CmdLineError errorCode, System.Globalization.CultureInfo culture)">
			<missing/>
		</ctor>
		<ctor signature="Microsoft.JScript.CmdLineException(Microsoft.JScript.CmdLineError errorCode, System.String context, System.Globalization.CultureInfo culture)">
			<missing/>
		</ctor>
		<method name="ResourceKey" signature="System.String ResourceKey(Microsoft.JScript.CmdLineError errorCode)">
			<missing/>
		</method>
		<property name="Message" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.CmdLineOptionParser" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.CmdLineOptionParser()">
			<missing/>
		</ctor>
		<method name="IsArgumentOption" signature="static System.String IsArgumentOption(System.String option, System.String prefix)">
			<missing/>
		</method>
		<method name="IsArgumentOption" signature="static System.String IsArgumentOption(System.String option, System.String shortPrefix, System.String longPrefix)">
			<missing/>
		</method>
		<method name="IsBooleanOption" signature="static System.Object IsBooleanOption(System.String option, System.String prefix)">
			<missing/>
		</method>
		<method name="IsBooleanOption" signature="static System.Object IsBooleanOption(System.String option, System.String shortPrefix, System.String longPrefix)">
			<missing/>
		</method>
		<method name="IsSimpleOption" signature="static System.Boolean IsSimpleOption(System.String option, System.String prefix)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.Convert" assembly="Microsoft.JScript">
		<method name="ThrowTypeMismatch" signature="static System.Void ThrowTypeMismatch(System.Object val)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="ToBoolean" signature="static System.Boolean ToBoolean(System.Double d)">
			<missing/>
		</method>
		<method name="ToBoolean" signature="static System.Boolean ToBoolean(System.Object value)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="ToBoolean" signature="static System.Boolean ToBoolean(System.Object value, System.Boolean explicitConversion)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="ToString" signature="static System.String ToString(System.Object value, System.Boolean explicitOK)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.DateConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="Microsoft.JScript.DateObject CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.String Invoke()">
			<missing/>
		</method>
		<method name="UTC" signature="static System.Double UTC(System.Object year, System.Object month, System.Object date, System.Object hours, System.Object minutes, System.Object seconds, System.Object ms)">
			<missing/>
		</method>
		<method name="parse" signature="static System.Double parse(System.String str)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.DateObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.DatePrototype" assembly="Microsoft.JScript">
		<missing/>
		<method name="getDate" signature="static System.Double getDate(System.Object thisob)">
			<missing/>
		</method>
		<method name="getDay" signature="static System.Double getDay(System.Object thisob)">
			<missing/>
		</method>
		<method name="getFullYear" signature="static System.Double getFullYear(System.Object thisob)">
			<missing/>
		</method>
		<method name="getHours" signature="static System.Double getHours(System.Object thisob)">
			<missing/>
		</method>
		<method name="getMilliseconds" signature="static System.Double getMilliseconds(System.Object thisob)">
			<missing/>
		</method>
		<method name="getMinutes" signature="static System.Double getMinutes(System.Object thisob)">
			<missing/>
		</method>
		<method name="getMonth" signature="static System.Double getMonth(System.Object thisob)">
			<missing/>
		</method>
		<method name="getSeconds" signature="static System.Double getSeconds(System.Object thisob)">
			<missing/>
		</method>
		<method name="getTime" signature="static System.Double getTime(System.Object thisob)">
			<missing/>
		</method>
		<method name="getTimezoneOffset" signature="static System.Double getTimezoneOffset(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCDate" signature="static System.Double getUTCDate(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCDay" signature="static System.Double getUTCDay(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCFullYear" signature="static System.Double getUTCFullYear(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCHours" signature="static System.Double getUTCHours(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCMilliseconds" signature="static System.Double getUTCMilliseconds(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCMinutes" signature="static System.Double getUTCMinutes(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCMonth" signature="static System.Double getUTCMonth(System.Object thisob)">
			<missing/>
		</method>
		<method name="getUTCSeconds" signature="static System.Double getUTCSeconds(System.Object thisob)">
			<missing/>
		</method>
		<method name="getVarDate" signature="static System.Object getVarDate(System.Object thisob)">
			<missing/>
		</method>
		<method name="getYear" signature="static System.Double getYear(System.Object thisob)">
			<missing/>
		</method>
		<method name="setDate" signature="static System.Double setDate(System.Object thisob, System.Double ddate)">
			<missing/>
		</method>
		<method name="setFullYear" signature="static System.Double setFullYear(System.Object thisob, System.Double dyear, System.Object month, System.Object date)">
			<missing/>
		</method>
		<method name="setHours" signature="static System.Double setHours(System.Object thisob, System.Double dhour, System.Object min, System.Object sec, System.Object msec)">
			<missing/>
		</method>
		<method name="setMilliseconds" signature="static System.Double setMilliseconds(System.Object thisob, System.Double dmsec)">
			<missing/>
		</method>
		<method name="setMinutes" signature="static System.Double setMinutes(System.Object thisob, System.Double dmin, System.Object sec, System.Object msec)">
			<missing/>
		</method>
		<method name="setMonth" signature="static System.Double setMonth(System.Object thisob, System.Double dmonth, System.Object date)">
			<missing/>
		</method>
		<method name="setSeconds" signature="static System.Double setSeconds(System.Object thisob, System.Double dsec, System.Object msec)">
			<missing/>
		</method>
		<method name="setTime" signature="static System.Double setTime(System.Object thisob, System.Double time)">
			<missing/>
		</method>
		<method name="setUTCDate" signature="static System.Double setUTCDate(System.Object thisob, System.Double ddate)">
			<missing/>
		</method>
		<method name="setUTCFullYear" signature="static System.Double setUTCFullYear(System.Object thisob, System.Double dyear, System.Object month, System.Object date)">
			<missing/>
		</method>
		<method name="setUTCHours" signature="static System.Double setUTCHours(System.Object thisob, System.Double dhour, System.Object min, System.Object sec, System.Object msec)">
			<missing/>
		</method>
		<method name="setUTCMilliseconds" signature="static System.Double setUTCMilliseconds(System.Object thisob, System.Double dmsec)">
			<missing/>
		</method>
		<method name="setUTCMinutes" signature="static System.Double setUTCMinutes(System.Object thisob, System.Double dmin, System.Object sec, System.Object msec)">
			<missing/>
		</method>
		<method name="setUTCMonth" signature="static System.Double setUTCMonth(System.Object thisob, System.Double dmonth, System.Object date)">
			<missing/>
		</method>
		<method name="setUTCSeconds" signature="static System.Double setUTCSeconds(System.Object thisob, System.Double dsec, System.Object msec)">
			<missing/>
		</method>
		<method name="setYear" signature="static System.Double setYear(System.Object thisob, System.Double dyear)">
			<missing/>
		</method>
		<method name="toDateString" signature="static System.String toDateString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toGMTString" signature="static System.String toGMTString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLocaleDateString" signature="static System.String toLocaleDateString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLocaleString" signature="static System.String toLocaleString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLocaleTimeString" signature="static System.String toLocaleTimeString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toString" signature="static System.String toString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toTimeString" signature="static System.String toTimeString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toUTCString" signature="static System.String toUTCString(System.Object thisob)">
			<missing/>
		</method>
		<method name="valueOf" signature="static System.Double valueOf(System.Object thisob)">
			<missing/>
		</method>
		<property name="constructor" type="Microsoft.JScript.DateConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.DebugBreak" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.DebugConvert" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.DebugConvert()">
			<missing/>
		</ctor>
		<method name="BooleanToString" signature="System.String BooleanToString(System.Boolean value)">
			<missing/>
		</method>
		<method name="ByteToString" signature="System.String ByteToString(System.Byte value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="DoubleToDateString" signature="System.String DoubleToDateString(System.Double value)">
			<missing/>
		</method>
		<method name="DoubleToString" signature="System.String DoubleToString(System.Double value)">
			<missing/>
		</method>
		<method name="GetErrorMessageForHR" signature="System.String GetErrorMessageForHR(System.Int32 hr, Microsoft.Vsa.IVsaEngine engine)">
			<missing/>
		</method>
		<method name="GetManagedCharObject" signature="System.Object GetManagedCharObject(System.UInt16 i)">
			<missing/>
		</method>
		<method name="GetManagedInt64Object" signature="System.Object GetManagedInt64Object(System.Int64 i)">
			<missing/>
		</method>
		<method name="GetManagedObject" signature="System.Object GetManagedObject(System.Object value)">
			<missing/>
		</method>
		<method name="GetManagedUInt64Object" signature="System.Object GetManagedUInt64Object(System.UInt64 i)">
			<missing/>
		</method>
		<method name="Int16ToString" signature="System.String Int16ToString(System.Int16 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="Int32ToString" signature="System.String Int32ToString(System.Int32 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="Int64ToString" signature="System.String Int64ToString(System.Int64 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="RegexpToString" signature="System.String RegexpToString(System.String source, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)">
			<missing/>
		</method>
		<method name="SByteToString" signature="System.String SByteToString(System.SByte value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="SingleToString" signature="System.String SingleToString(System.Single value)">
			<missing/>
		</method>
		<method name="StringToPrintable" signature="System.String StringToPrintable(System.String source)">
			<missing/>
		</method>
		<method name="ToPrimitive" signature="System.Object ToPrimitive(System.Object value, System.TypeCode typeCode, System.Boolean truncationPermitted)">
			<missing/>
		</method>
		<method name="UInt16ToString" signature="System.String UInt16ToString(System.UInt16 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="UInt32ToString" signature="System.String UInt32ToString(System.UInt32 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="UInt64ToString" signature="System.String UInt64ToString(System.UInt64 value, System.Int32 radix)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.DocumentContext" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.DynamicFieldInfo" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.DynamicFieldInfo(System.String name, System.Object value)">
			<missing/>
		</ctor>
		<ctor signature="Microsoft.JScript.DynamicFieldInfo(System.String name, System.Object value, System.String fieldTypeName)">
			<missing/>
		</ctor>
		<field name="fieldTypeName" type="System.String">
			<missing/>
		</field>
		<field name="name" type="System.String">
			<missing/>
		</field>
		<field name="value" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.EnumeratorConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="Microsoft.JScript.EnumeratorObject CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.EnumeratorObject" assembly="Microsoft.JScript">
		<missing/>
		<method name="LoadObject" signature="System.Void LoadObject()">
			<missing/>
		</method>
		<field name="enumerator" type="System.Collections.IEnumerator">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.EnumeratorPrototype" assembly="Microsoft.JScript">
		<missing/>
		<method name="atEnd" signature="static System.Boolean atEnd(System.Object thisob)">
			<missing/>
		</method>
		<method name="item" signature="static System.Object item(System.Object thisob)">
			<missing/>
		</method>
		<method name="moveFirst" signature="static System.Void moveFirst(System.Object thisob)">
			<missing/>
		</method>
		<method name="moveNext" signature="static System.Void moveNext(System.Object thisob)">
			<missing/>
		</method>
		<property name="constructor" type="Microsoft.JScript.EnumeratorConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.Equality" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
		<method name="EvaluateEquality" signature="System.Boolean EvaluateEquality(System.Object v1, System.Object v2)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.ErrorConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="Microsoft.JScript.ErrorObject CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object[] args)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.ErrorPrototype" assembly="Microsoft.JScript">
		<missing/>
		<method name="toString" signature="static System.String toString(System.Object thisob)">
			<missing/>
		</method>
		<field name="name" type="System.String">
			<missing/>
		</field>
		<property name="constructor" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.ErrorType" assembly="Microsoft.JScript">
		<missing/>
		<field name="EvalError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="OtherError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="RangeError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="ReferenceError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="SyntaxError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="TypeError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="URIError" type="Microsoft.JScript.ErrorType">
			<missing/>
		</field>
		<field name="value__" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.Eval" assembly="Microsoft.JScript">
		<method name="JScriptEvaluate" signature="static System.Object JScriptEvaluate(System.Object source, System.Object unsafeOption, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.EvalErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.FieldAccessor" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.FieldAccessor()">
			<missing/>
		</ctor>
		<method name="GetValue" signature="System.Object GetValue(System.Object thisob)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object thisob, System.Object value)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.FunctionDeclaration" assembly="Microsoft.JScript">
		<method name="JScriptFunctionDeclaration" signature="static Microsoft.JScript.Closure JScriptFunctionDeclaration(System.RuntimeTypeHandle handle, System.String name, System.String method_name, System.String[] formal_parameters, Microsoft.JScript.JSLocalField[] fields, System.Boolean must_save_stack_locals, System.Boolean hasArgumentsObject, System.String text, System.Object declaringObject, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.FunctionExpression" assembly="Microsoft.JScript">
		<method name="JScriptFunctionExpression" signature="static Microsoft.JScript.FunctionObject JScriptFunctionExpression(System.RuntimeTypeHandle handle, System.String name, System.String method_name, System.String[] formal_params, Microsoft.JScript.JSLocalField[] fields, System.Boolean must_save_stack_locals, System.Boolean hasArgumentsObject, System.String text, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.FunctionWrapper" assembly="Microsoft.JScript">
		<missing/>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.GlobalObject" assembly="Microsoft.JScript">
		<field name="Infinity" type="System.Double">
			<missing/>
		</field>
		<field name="NaN" type="System.Double">
			<missing/>
		</field>
		<field name="originalActiveXObjectField" type="Microsoft.JScript.ActiveXObjectConstructor">
			<missing/>
		</field>
		<field name="originalArrayField" type="Microsoft.JScript.ArrayConstructor">
			<missing/>
		</field>
		<field name="originalBooleanField" type="Microsoft.JScript.BooleanConstructor">
			<missing/>
		</field>
		<field name="originalDateField" type="Microsoft.JScript.DateConstructor">
			<missing/>
		</field>
		<field name="originalEnumeratorField" type="Microsoft.JScript.EnumeratorConstructor">
			<missing/>
		</field>
		<field name="originalErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalEvalErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalFunctionField" type="Microsoft.JScript.FunctionConstructor">
			<missing/>
		</field>
		<field name="originalNumberField" type="Microsoft.JScript.NumberConstructor">
			<missing/>
		</field>
		<field name="originalObjectField" type="Microsoft.JScript.ObjectConstructor">
			<missing/>
		</field>
		<field name="originalObjectPrototypeField" type="Microsoft.JScript.ObjectPrototype">
			<missing/>
		</field>
		<field name="originalRangeErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalReferenceErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalRegExpField" type="Microsoft.JScript.RegExpConstructor">
			<missing/>
		</field>
		<field name="originalStringField" type="Microsoft.JScript.StringConstructor">
			<missing/>
		</field>
		<field name="originalSyntaxErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalTypeErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalURIErrorField" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</field>
		<field name="originalVBArrayField" type="Microsoft.JScript.VBArrayConstructor">
			<missing/>
		</field>
		<field name="undefined" type="Microsoft.JScript.Empty">
			<missing/>
		</field>
		<property name="ActiveXObject" type="Microsoft.JScript.ActiveXObjectConstructor">
			<missing/>
		</property>
		<property name="Boolean" type="Microsoft.JScript.BooleanConstructor">
			<missing/>
		</property>
		<property name="Date" type="Microsoft.JScript.DateConstructor">
			<missing/>
		</property>
		<property name="Enumerator" type="Microsoft.JScript.EnumeratorConstructor">
			<missing/>
		</property>
		<property name="Error" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="EvalError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="RangeError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="ReferenceError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="RegExp" type="Microsoft.JScript.RegExpConstructor">
			<missing/>
		</property>
		<property name="SyntaxError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="TypeError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="URIError" type="Microsoft.JScript.ErrorConstructor">
			<missing/>
		</property>
		<property name="VBArray" type="Microsoft.JScript.VBArrayConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.Globals" assembly="Microsoft.JScript">
		<field name="contextEngine" type="Microsoft.JScript.Vsa.VsaEngine">
			<attribute name="ContextStaticAttribute">
				<missing/>
			</attribute>
		</field>
	</class>
	<class name="Microsoft.JScript.IAuthorServices" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetCodeSense" signature="Microsoft.JScript.IParseText GetCodeSense()">
			<missing/>
		</method>
		<method name="GetColorizer" signature="Microsoft.JScript.IColorizeText GetColorizer()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IColorizeText" assembly="Microsoft.JScript">
		<missing/>
		<method name="Colorize" signature="Microsoft.JScript.ITokenEnumerator Colorize(System.String sourceCode, Microsoft.JScript.SourceState state)">
			<missing/>
		</method>
		<method name="GetStateForText" signature="Microsoft.JScript.SourceState GetStateForText(System.String sourceCode, Microsoft.JScript.SourceState currentState)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDebugConvert" assembly="Microsoft.JScript">
		<missing/>
		<method name="BooleanToString" signature="System.String BooleanToString(System.Boolean value)">
			<missing/>
		</method>
		<method name="ByteToString" signature="System.String ByteToString(System.Byte value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="DoubleToDateString" signature="System.String DoubleToDateString(System.Double value)">
			<missing/>
		</method>
		<method name="DoubleToString" signature="System.String DoubleToString(System.Double value)">
			<missing/>
		</method>
		<method name="GetErrorMessageForHR" signature="System.String GetErrorMessageForHR(System.Int32 hr, Microsoft.Vsa.IVsaEngine engine)">
			<missing/>
		</method>
		<method name="GetManagedCharObject" signature="System.Object GetManagedCharObject(System.UInt16 i)">
			<missing/>
		</method>
		<method name="GetManagedInt64Object" signature="System.Object GetManagedInt64Object(System.Int64 i)">
			<missing/>
		</method>
		<method name="GetManagedObject" signature="System.Object GetManagedObject(System.Object value)">
			<missing/>
		</method>
		<method name="GetManagedUInt64Object" signature="System.Object GetManagedUInt64Object(System.UInt64 i)">
			<missing/>
		</method>
		<method name="Int16ToString" signature="System.String Int16ToString(System.Int16 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="Int32ToString" signature="System.String Int32ToString(System.Int32 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="Int64ToString" signature="System.String Int64ToString(System.Int64 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="RegexpToString" signature="System.String RegexpToString(System.String source, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)">
			<missing/>
		</method>
		<method name="SByteToString" signature="System.String SByteToString(System.SByte value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="SingleToString" signature="System.String SingleToString(System.Single value)">
			<missing/>
		</method>
		<method name="StringToPrintable" signature="System.String StringToPrintable(System.String source)">
			<missing/>
		</method>
		<method name="ToPrimitive" signature="System.Object ToPrimitive(System.Object value, System.TypeCode typeCode, System.Boolean truncationPermitted)">
			<missing/>
		</method>
		<method name="UInt16ToString" signature="System.String UInt16ToString(System.UInt16 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="UInt32ToString" signature="System.String UInt32ToString(System.UInt32 value, System.Int32 radix)">
			<missing/>
		</method>
		<method name="UInt64ToString" signature="System.String UInt64ToString(System.UInt64 value, System.Int32 radix)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDebugScriptScope" assembly="Microsoft.JScript">
		<missing/>
		<method name="SetThisValue" signature="System.Void SetThisValue(System.Object thisValue)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDebugType" assembly="Microsoft.JScript">
		<missing/>
		<method name="HasInstance" signature="System.Boolean HasInstance(System.Object o)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDebugVsaScriptCodeItem" assembly="Microsoft.JScript">
		<missing/>
		<method name="Evaluate" signature="System.Object Evaluate()">
			<missing/>
		</method>
		<method name="ParseNamedBreakPoint" signature="System.Boolean ParseNamedBreakPoint(System.String input, System.String&amp; functionName, System.Int32&amp; nargs, System.String&amp; arguments, System.String&amp; returnType, System.UInt64&amp; offset)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDebuggerObject" assembly="Microsoft.JScript">
		<missing/>
		<method name="HasEnumerableMember" signature="System.Boolean HasEnumerableMember(System.String name)">
			<missing/>
		</method>
		<method name="IsCOMObject" signature="System.Boolean IsCOMObject()">
			<missing/>
		</method>
		<method name="IsEqual" signature="System.Boolean IsEqual(Microsoft.JScript.IDebuggerObject o)">
			<missing/>
		</method>
		<method name="IsScriptFunction" signature="System.Boolean IsScriptFunction()">
			<missing/>
		</method>
		<method name="IsScriptObject" signature="System.Boolean IsScriptObject()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IDefineEvent" assembly="Microsoft.JScript">
		<missing/>
		<method name="AddEvent" signature="System.Object AddEvent(System.String code, System.Int32 startLine)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IEngine2" assembly="Microsoft.JScript">
		<missing/>
		<method name="Clone" signature="Microsoft.Vsa.IVsaEngine Clone(System.AppDomain domain)">
			<missing/>
		</method>
		<method name="CompileEmpty" signature="System.Boolean CompileEmpty()">
			<missing/>
		</method>
		<method name="ConnectEvents" signature="System.Void ConnectEvents()">
			<missing/>
		</method>
		<method name="DisconnectEvents" signature="System.Void DisconnectEvents()">
			<missing/>
		</method>
		<method name="GetAssembly" signature="System.Reflection.Assembly GetAssembly()">
			<missing/>
		</method>
		<method name="GetGlobalScope" signature="Microsoft.JScript.IVsaScriptScope GetGlobalScope()">
			<missing/>
		</method>
		<method name="GetModule" signature="System.Reflection.Module GetModule()">
			<missing/>
		</method>
		<method name="InitVsaEngine" signature="System.Void InitVsaEngine(System.String rootMoniker, Microsoft.Vsa.IVsaSite site)">
			<missing/>
		</method>
		<method name="Interrupt" signature="System.Void Interrupt()">
			<missing/>
		</method>
		<method name="RegisterEventSource" signature="System.Void RegisterEventSource(System.String name)">
			<missing/>
		</method>
		<method name="Restart" signature="System.Void Restart()">
			<missing/>
		</method>
		<method name="Run" signature="System.Void Run(System.AppDomain domain)">
			<missing/>
		</method>
		<method name="RunEmpty" signature="System.Void RunEmpty()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IErrorHandler" assembly="Microsoft.JScript">
		<missing/>
		<method name="OnCompilerError" signature="System.Boolean OnCompilerError(Microsoft.JScript.IVsaFullErrorInfo error)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IMessageReceiver" assembly="Microsoft.JScript">
		<attribute name="GuidAttribute(&quot;F062C7FB-53BF-4f0d-B0F6-D66C5948E63F&quot;)">
			<missing/>
		</attribute>
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
	</class>
	<class name="Microsoft.JScript.IMethodsCompletionInfo" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.IObjectCompletionInfo" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.IParseText" assembly="Microsoft.JScript">
		<missing/>
		<method name="Parse" signature="System.Void Parse(System.String code, Microsoft.JScript.IErrorHandler error)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IRedirectOutput" assembly="Microsoft.JScript">
		<attribute name="GuidAttribute(&quot;5B807FA1-00CD-46ee-A493-FD80AC944715&quot;)">
			<missing/>
		</attribute>
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
	</class>
	<class name="Microsoft.JScript.ISite2" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetParentChain" signature="System.Object[] GetParentChain(System.Object obj)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.ITokenColorInfo" assembly="Microsoft.JScript">
		<missing/>
		<property name="Color" type="Microsoft.JScript.TokenColor">
			<missing/>
		</property>
		<property name="EndPosition" type="System.Int32">
			<missing/>
		</property>
		<property name="StartPosition" type="System.Int32">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.ITokenEnumerator" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetNext" signature="Microsoft.JScript.ITokenColorInfo GetNext()">
			<missing/>
		</method>
		<method name="Reset" signature="System.Void Reset()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IVsaFullErrorInfo" assembly="Microsoft.JScript">
		<missing/>
		<property name="EndLine" type="System.Int32">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.IVsaScriptCodeItem" assembly="Microsoft.JScript">
		<missing/>
		<method name="Execute" signature="System.Object Execute()">
			<missing/>
		</method>
		<property name="StartColumn" type="System.Int32">
			<missing/>
		</property>
		<property name="StartLine" type="System.Int32">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.IVsaScriptScope" assembly="Microsoft.JScript">
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
		<attribute name="GuidAttribute(&quot;ED4BAE22-2F3C-419a-B487-CF869E716B95&quot;)">
			<missing/>
		</attribute>
		<method name="CreateDynamicItem" signature="Microsoft.Vsa.IVsaItem CreateDynamicItem(System.String itemName, Microsoft.Vsa.VsaItemType type)">
			<missing/>
		</method>
		<method name="GetItem" signature="Microsoft.Vsa.IVsaItem GetItem(System.String itemName)">
			<missing/>
		</method>
		<method name="GetObject" signature="System.Object GetObject()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.IWrappedMember" assembly="Microsoft.JScript">
		<method name="GetWrappedObject" signature="System.Object GetWrappedObject()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.JSAuthor" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.JSAuthor()">
			<missing/>
		</ctor>
		<method name="GetCodeSense" signature="Microsoft.JScript.IParseText GetCodeSense()">
			<missing/>
		</method>
		<method name="GetColorizer" signature="Microsoft.JScript.IColorizeText GetColorizer()">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.JSConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetMethodImplementationFlags" signature="System.Reflection.MethodImplAttributes GetMethodImplementationFlags()">
			<missing/>
		</method>
		<method name="GetParameters" signature="System.Reflection.ParameterInfo[] GetParameters()">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type type, System.Boolean inherit)">
			<missing/>
		</method>
		<property name="Attributes" type="System.Reflection.MethodAttributes">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="MethodHandle" type="System.RuntimeMethodHandle">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.JSError" assembly="Microsoft.JScript">
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
	</class>
	<class name="Microsoft.JScript.JSFieldInfo" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetValue" signature="System.Object GetValue(System.Object obj)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type type, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object obj, System.Object value)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<property name="Attributes" type="System.Reflection.FieldAttributes">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="FieldHandle" type="System.RuntimeFieldHandle">
			<missing/>
		</property>
		<property name="FieldType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.JSFunctionAttributeEnum" assembly="Microsoft.JScript">
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
		<field name="IsInstanceNestedClassConstructor" type="Microsoft.JScript.JSFunctionAttributeEnum">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.JSLocalField" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.JSLocalField(System.String name, System.RuntimeTypeHandle handle, System.Int32 slotNumber)">
			<missing/>
		</ctor>
		<method name="GetValue" signature="System.Object GetValue(System.Object obj)">
			<missing/>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object obj, System.Object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Globalization.CultureInfo locale)">
			<missing/>
		</method>
		<property name="FieldType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.JSMethod" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetBaseDefinition" signature="System.Reflection.MethodInfo GetBaseDefinition()">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type t, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetMethodImplementationFlags" signature="System.Reflection.MethodImplAttributes GetMethodImplementationFlags()">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type type, System.Boolean inherit)">
			<missing/>
		</method>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="MethodHandle" type="System.RuntimeMethodHandle">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
		<property name="ReturnTypeCustomAttributes" type="System.Reflection.ICustomAttributeProvider">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.JSMethodInfo" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetBaseDefinition" signature="System.Reflection.MethodInfo GetBaseDefinition()">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type type, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetMethodImplementationFlags" signature="System.Reflection.MethodImplAttributes GetMethodImplementationFlags()">
			<missing/>
		</method>
		<method name="GetParameters" signature="System.Reflection.ParameterInfo[] GetParameters()">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object obj, System.Reflection.BindingFlags options, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type type, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<property name="Attributes" type="System.Reflection.MethodAttributes">
			<missing/>
		</property>
		<property name="DeclaringType" type="System.Type">
			<missing/>
		</property>
		<property name="MemberType" type="System.Reflection.MemberTypes">
			<missing/>
		</property>
		<property name="MethodHandle" type="System.RuntimeMethodHandle">
			<missing/>
		</property>
		<property name="Name" type="System.String">
			<missing/>
		</property>
		<property name="ReflectedType" type="System.Type">
			<missing/>
		</property>
		<property name="ReturnType" type="System.Type">
			<missing/>
		</property>
		<property name="ReturnTypeCustomAttributes" type="System.Reflection.ICustomAttributeProvider">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.JSObject" assembly="Microsoft.JScript">
		<field name="field_table" type="System.Collections.ArrayList">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.JScriptCodeProvider" assembly="Microsoft.JScript">
		<attribute name="DesignerCategoryAttribute(&quot;code&quot;)">
			<missing/>
		</attribute>
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.JScriptException" assembly="Microsoft.JScript">
		<msg>should implement Microsoft.JScript.IVsaFullErrorInfo, but does not</msg>
		<ctor signature="Microsoft.JScript.JScriptException(Microsoft.JScript.JSError errorNumber)">
			<msg>should have attributes `public specialname &apos;, but has `assembly specialname &apos; instead</msg>
		</ctor>
		<property name="Description" type="System.String">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public final virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="EndLine" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</property>
		<property name="Number" type="System.Int32">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public final virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="Microsoft.JScript.LateBinding" assembly="Microsoft.JScript">
		<method name="Call" signature="System.Object Call(System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="CallValue" signature="static System.Object CallValue(System.Object thisob, System.Object val, System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="CallValue2" signature="static System.Object CallValue2(System.Object val, System.Object thisob, System.Object[] arguments, System.Boolean construct, System.Boolean brackets, Microsoft.JScript.Vsa.VsaEngine engine)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="GetNonMissingValue" signature="System.Object GetNonMissingValue()">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="GetValue2" signature="System.Object GetValue2()">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="SetIndexedPropertyValueStatic" signature="static System.Void SetIndexedPropertyValueStatic(System.Object obj, System.Object[] arguments, System.Object value)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="SetValue" signature="System.Void SetValue(System.Object value)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.LenientArrayPrototype" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.LenientBooleanPrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
		<field name="valueOf" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientDateConstructor" assembly="Microsoft.JScript">
		<missing/>
		<field name="UTC" type="System.Object">
			<missing/>
		</field>
		<field name="parse" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientDatePrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="getDate" type="System.Object">
			<missing/>
		</field>
		<field name="getDay" type="System.Object">
			<missing/>
		</field>
		<field name="getFullYear" type="System.Object">
			<missing/>
		</field>
		<field name="getHours" type="System.Object">
			<missing/>
		</field>
		<field name="getMilliseconds" type="System.Object">
			<missing/>
		</field>
		<field name="getMinutes" type="System.Object">
			<missing/>
		</field>
		<field name="getMonth" type="System.Object">
			<missing/>
		</field>
		<field name="getSeconds" type="System.Object">
			<missing/>
		</field>
		<field name="getTime" type="System.Object">
			<missing/>
		</field>
		<field name="getTimezoneOffset" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCDate" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCDay" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCFullYear" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCHours" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCMilliseconds" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCMinutes" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCMonth" type="System.Object">
			<missing/>
		</field>
		<field name="getUTCSeconds" type="System.Object">
			<missing/>
		</field>
		<field name="getVarDate" type="System.Object">
			<missing/>
		</field>
		<field name="getYear" type="System.Object">
			<missing/>
		</field>
		<field name="setDate" type="System.Object">
			<missing/>
		</field>
		<field name="setFullYear" type="System.Object">
			<missing/>
		</field>
		<field name="setHours" type="System.Object">
			<missing/>
		</field>
		<field name="setMilliseconds" type="System.Object">
			<missing/>
		</field>
		<field name="setMinutes" type="System.Object">
			<missing/>
		</field>
		<field name="setMonth" type="System.Object">
			<missing/>
		</field>
		<field name="setSeconds" type="System.Object">
			<missing/>
		</field>
		<field name="setTime" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCDate" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCFullYear" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCHours" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCMilliseconds" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCMinutes" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCMonth" type="System.Object">
			<missing/>
		</field>
		<field name="setUTCSeconds" type="System.Object">
			<missing/>
		</field>
		<field name="setYear" type="System.Object">
			<missing/>
		</field>
		<field name="toDateString" type="System.Object">
			<missing/>
		</field>
		<field name="toGMTString" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleDateString" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleString" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleTimeString" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
		<field name="toTimeString" type="System.Object">
			<missing/>
		</field>
		<field name="toUTCString" type="System.Object">
			<missing/>
		</field>
		<field name="valueOf" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientEnumeratorPrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="atEnd" type="System.Object">
			<missing/>
		</field>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="item" type="System.Object">
			<missing/>
		</field>
		<field name="moveFirst" type="System.Object">
			<missing/>
		</field>
		<field name="moveNext" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientErrorPrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="name" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientFunctionPrototype" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.LenientGlobalObject" assembly="Microsoft.JScript">
		<property name="ActiveXObject" type="System.Object">
			<missing/>
		</property>
		<property name="Boolean" type="System.Object">
			<missing/>
		</property>
		<property name="Date" type="System.Object">
			<missing/>
		</property>
		<property name="Enumerator" type="System.Object">
			<missing/>
		</property>
		<property name="Error" type="System.Object">
			<missing/>
		</property>
		<property name="EvalError" type="System.Object">
			<missing/>
		</property>
		<property name="RangeError" type="System.Object">
			<missing/>
		</property>
		<property name="ReferenceError" type="System.Object">
			<missing/>
		</property>
		<property name="RegExp" type="System.Object">
			<missing/>
		</property>
		<property name="SyntaxError" type="System.Object">
			<missing/>
		</property>
		<property name="TypeError" type="System.Object">
			<missing/>
		</property>
		<property name="URIError" type="System.Object">
			<missing/>
		</property>
		<property name="VBArray" type="System.Object">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.LenientMathObject" assembly="Microsoft.JScript">
		<field name="E" type="System.Double">
			<missing/>
		</field>
		<field name="LN10" type="System.Double">
			<missing/>
		</field>
		<field name="LN2" type="System.Double">
			<missing/>
		</field>
		<field name="LOG10E" type="System.Double">
			<missing/>
		</field>
		<field name="LOG2E" type="System.Double">
			<missing/>
		</field>
		<field name="PI" type="System.Double">
			<missing/>
		</field>
		<field name="SQRT1_2" type="System.Double">
			<missing/>
		</field>
		<field name="SQRT2" type="System.Double">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientNumberPrototype" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<field name="toExponential" type="System.Object">
			<missing/>
		</field>
		<field name="toFixed" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleString" type="System.Object">
			<missing/>
		</field>
		<field name="toPrecision" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientRegExpPrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="compile" type="System.Object">
			<missing/>
		</field>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="exec" type="System.Object">
			<missing/>
		</field>
		<field name="test" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientStringConstructor" assembly="Microsoft.JScript">
		<missing/>
		<field name="fromCharCode" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientStringPrototype" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<field name="indexOf" type="System.Object">
			<missing/>
		</field>
		<field name="italics" type="System.Object">
			<missing/>
		</field>
		<field name="lastIndexOf" type="System.Object">
			<missing/>
		</field>
		<field name="link" type="System.Object">
			<missing/>
		</field>
		<field name="localeCompare" type="System.Object">
			<missing/>
		</field>
		<field name="match" type="System.Object">
			<missing/>
		</field>
		<field name="replace" type="System.Object">
			<missing/>
		</field>
		<field name="search" type="System.Object">
			<missing/>
		</field>
		<field name="slice" type="System.Object">
			<missing/>
		</field>
		<field name="small" type="System.Object">
			<missing/>
		</field>
		<field name="split" type="System.Object">
			<missing/>
		</field>
		<field name="strike" type="System.Object">
			<missing/>
		</field>
		<field name="sub" type="System.Object">
			<missing/>
		</field>
		<field name="substr" type="System.Object">
			<missing/>
		</field>
		<field name="substring" type="System.Object">
			<missing/>
		</field>
		<field name="sup" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleLowerCase" type="System.Object">
			<missing/>
		</field>
		<field name="toLocaleUpperCase" type="System.Object">
			<missing/>
		</field>
		<field name="toLowerCase" type="System.Object">
			<missing/>
		</field>
		<field name="toString" type="System.Object">
			<missing/>
		</field>
		<field name="toUpperCase" type="System.Object">
			<missing/>
		</field>
		<field name="valueOf" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.LenientVBArrayPrototype" assembly="Microsoft.JScript">
		<missing/>
		<field name="constructor" type="System.Object">
			<missing/>
		</field>
		<field name="dimensions" type="System.Object">
			<missing/>
		</field>
		<field name="getItem" type="System.Object">
			<missing/>
		</field>
		<field name="lbound" type="System.Object">
			<missing/>
		</field>
		<field name="toArray" type="System.Object">
			<missing/>
		</field>
		<field name="ubound" type="System.Object">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.MathObject" assembly="Microsoft.JScript">
		<method name="max" signature="static System.Double max(System.Object x, System.Object y, System.Object[] args)">
			<missing/>
		</method>
		<method name="min" signature="static System.Double min(System.Object x, System.Object y, System.Object[] args)">
			<missing/>
		</method>
		<method name="random" signature="static System.Double random()">
			<attribute name="JSFunctionAttribute(0, 100)">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.MemberInfoInitializer" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetCOMMemberInfo" signature="Microsoft.JScript.COMMemberInfo GetCOMMemberInfo()">
			<missing/>
		</method>
		<method name="Initialize" signature="System.Void Initialize(System.String name, Microsoft.JScript.COMMemberInfo dispatch)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.MemberInfoList" assembly="Microsoft.JScript">
		<attribute name="DefaultMemberAttribute(&quot;Item&quot;)">
			<missing/>
		</attribute>
	</class>
	<class name="Microsoft.JScript.MethodInvoker" assembly="Microsoft.JScript">
		<method name="Invoke" signature="System.Object Invoke(System.Object thisob, System.Object[] parameters)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.NumberConstructor" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
		<field name="MAX_VALUE" type="System.Double">
			<msg>should have attributes `public static literal &apos;, but has `public &apos; instead</msg>
			<msg>should have type `System.Double&apos;, but has `System.Object&apos; instead</msg>
		</field>
		<field name="MIN_VALUE" type="System.Double">
			<msg>should have attributes `public static literal &apos;, but has `public &apos; instead</msg>
			<msg>should have type `System.Double&apos;, but has `System.Object&apos; instead</msg>
		</field>
		<field name="NEGATIVE_INFINITY" type="System.Double">
			<msg>should have attributes `public static literal &apos;, but has `public &apos; instead</msg>
			<msg>should have type `System.Double&apos;, but has `System.Object&apos; instead</msg>
		</field>
		<field name="NaN" type="System.Double">
			<msg>should have attributes `public static literal &apos;, but has `public &apos; instead</msg>
			<msg>should have type `System.Double&apos;, but has `System.Object&apos; instead</msg>
		</field>
		<field name="POSITIVE_INFINITY" type="System.Double">
			<msg>should have attributes `public static literal &apos;, but has `public &apos; instead</msg>
			<msg>should have type `System.Double&apos;, but has `System.Object&apos; instead</msg>
		</field>
	</class>
	<class name="Microsoft.JScript.NumberObject" assembly="Microsoft.JScript">
		<ctor signature="Microsoft.JScript.NumberObject(Microsoft.JScript.ScriptObject parent, System.Object value)">
			<msg>should have attributes `family specialname &apos;, but has `assembly specialname &apos; instead</msg>
		</ctor>
	</class>
	<class name="Microsoft.JScript.NumberPrototype" assembly="Microsoft.JScript">
		<method name="toExponential" signature="static System.String toExponential(System.Object thisob, System.Object fractionDigits)">
			<missing/>
		</method>
		<method name="toFixed" signature="static System.String toFixed(System.Object thisob, System.Double fractionDigits)">
			<missing/>
		</method>
		<method name="toLocaleString" signature="static System.String toLocaleString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toPrecision" signature="static System.String toPrecision(System.Object thisob, System.Object precision)">
			<missing/>
		</method>
		<method name="toString" signature="static System.String toString(System.Object thisob, System.Object radix)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.NumericBinary" assembly="Microsoft.JScript">
		<method name="EvaluateNumericBinary" signature="System.Object EvaluateNumericBinary(System.Object v1, System.Object v2)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.NumericUnary" assembly="Microsoft.JScript">
		<method name="EvaluateUnary" signature="System.Object EvaluateUnary(System.Object v)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.Plus" assembly="Microsoft.JScript">
		<method name="EvaluatePlus" signature="System.Object EvaluatePlus(System.Object v1, System.Object v2)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.PostOrPrefixOperator" assembly="Microsoft.JScript">
		<method name="EvaluatePostOrPrefix" signature="System.Object EvaluatePostOrPrefix(System.Object&amp; v)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.RangeErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.ReferenceErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.RegExpConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="Construct" signature="System.Object Construct(System.String pattern, System.Boolean ignoreCase, System.Boolean global, System.Boolean multiline)">
			<missing/>
		</method>
		<method name="CreateInstance" signature="Microsoft.JScript.RegExpObject CreateInstance(System.Object[] args)">
			<missing/>
		</method>
		<method name="Invoke" signature="Microsoft.JScript.RegExpObject Invoke(System.Object[] args)">
			<missing/>
		</method>
		<property name="index" type="System.Object">
			<missing/>
		</property>
		<property name="input" type="System.Object">
			<missing/>
		</property>
		<property name="lastIndex" type="System.Object">
			<missing/>
		</property>
		<property name="lastMatch" type="System.Object">
			<missing/>
		</property>
		<property name="lastParen" type="System.Object">
			<missing/>
		</property>
		<property name="leftContext" type="System.Object">
			<missing/>
		</property>
		<property name="rightContext" type="System.Object">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.RegExpMatch" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.RegExpObject" assembly="Microsoft.JScript">
		<missing/>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<property name="global" type="System.Boolean">
			<missing/>
		</property>
		<property name="ignoreCase" type="System.Boolean">
			<missing/>
		</property>
		<property name="lastIndex" type="System.Object">
			<missing/>
		</property>
		<property name="multiline" type="System.Boolean">
			<missing/>
		</property>
		<property name="source" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.RegExpPrototype" assembly="Microsoft.JScript">
		<missing/>
		<method name="compile" signature="static Microsoft.JScript.RegExpObject compile(System.Object thisob, System.Object source, System.Object flags)">
			<missing/>
		</method>
		<method name="exec" signature="static System.Object exec(System.Object thisob, System.Object input)">
			<missing/>
		</method>
		<method name="test" signature="static System.Boolean test(System.Object thisob, System.Object input)">
			<missing/>
		</method>
		<method name="toString" signature="static System.String toString(System.Object thisob)">
			<missing/>
		</method>
		<property name="constructor" type="Microsoft.JScript.RegExpConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.Relational" assembly="Microsoft.JScript">
		<method name="EvaluateRelational" signature="System.Double EvaluateRelational(System.Object v1, System.Object v2)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.ScriptBlock" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.ScriptFunction" assembly="Microsoft.JScript">
		<method name="CreateInstance" signature="System.Object CreateInstance(System.Object[] args)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object thisob, System.Object[] args)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<method name="InvokeMember" signature="System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParameters)">
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
		</method>
		<field name="ilength" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.ScriptObject" assembly="Microsoft.JScript">
		<method name="InvokeMember" signature="System.Object InvokeMember(System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo locale, System.String[] namedParameters)">
			<attribute name="DebuggerHiddenAttribute">
				<missing/>
			</attribute>
			<attribute name="DebuggerStepThroughAttribute">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="Microsoft.JScript.ScriptStream" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.ScriptStream()">
			<missing/>
		</ctor>
		<method name="PrintStackTrace" signature="static System.Void PrintStackTrace()">
			<missing/>
		</method>
		<method name="PrintStackTrace" signature="static System.Void PrintStackTrace(System.Exception e)">
			<missing/>
		</method>
		<method name="Write" signature="static System.Void Write(System.String str)">
			<missing/>
		</method>
		<method name="WriteLine" signature="static System.Void WriteLine(System.String str)">
			<missing/>
		</method>
		<field name="Error" type="System.IO.TextWriter">
			<missing/>
		</field>
		<field name="Out" type="System.IO.TextWriter">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.SourceState" assembly="Microsoft.JScript">
		<missing/>
		<field name="STATE_COLOR_COMMENT" type="Microsoft.JScript.SourceState">
			<missing/>
		</field>
		<field name="STATE_COLOR_NORMAL" type="Microsoft.JScript.SourceState">
			<missing/>
		</field>
		<field name="STATE_COLOR_STRING" type="Microsoft.JScript.SourceState">
			<missing/>
		</field>
		<field name="value__" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.StackFrame" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetDefaultThisObject" signature="System.Object GetDefaultThisObject()">
			<missing/>
		</method>
		<method name="GetField" signature="System.Reflection.FieldInfo GetField(System.String name, System.Int32 lexLevel)">
			<missing/>
		</method>
		<method name="GetGlobalScope" signature="Microsoft.JScript.GlobalScope GetGlobalScope()">
			<missing/>
		</method>
		<method name="GetMember" signature="System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetMemberValue" signature="System.Object GetMemberValue(System.String name, System.Int32 lexlevel)">
			<missing/>
		</method>
		<method name="GetMembers" signature="System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="PushStackFrameForMethod" signature="static System.Void PushStackFrameForMethod(System.Object thisob, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
		<method name="PushStackFrameForStaticMethod" signature="static System.Void PushStackFrameForStaticMethod(System.RuntimeTypeHandle thisclass, Microsoft.JScript.JSLocalField[] fields, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
		<field name="closureInstance" type="System.Object">
			<missing/>
		</field>
		<field name="localVars" type="System.Object[]">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.StrictEquality" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.StringConstructor" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="Microsoft.JScript.StringObject" assembly="Microsoft.JScript">
		<ctor signature="Microsoft.JScript.StringObject(Microsoft.JScript.ScriptObject prototype, System.String value)">
			<msg>should have attributes `family specialname &apos;, but has `assembly specialname &apos; instead</msg>
		</ctor>
	</class>
	<class name="Microsoft.JScript.StringPrototype" assembly="Microsoft.JScript">
		<method name="indexOf" signature="static System.Int32 indexOf(System.Object thisob, System.Object searchString, System.Double position)">
			<missing/>
		</method>
		<method name="italics" signature="static System.String italics(System.Object thisob)">
			<missing/>
		</method>
		<method name="lastIndexOf" signature="static System.Int32 lastIndexOf(System.Object thisob, System.Object searchString, System.Double position)">
			<missing/>
		</method>
		<method name="link" signature="static System.String link(System.Object thisob, System.Object linkRef)">
			<missing/>
		</method>
		<method name="localeCompare" signature="static System.Int32 localeCompare(System.Object thisob, System.Object thatob)">
			<missing/>
		</method>
		<method name="match" signature="static System.Object match(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object regExp)">
			<missing/>
		</method>
		<method name="replace" signature="static System.String replace(System.Object thisob, System.Object regExp, System.Object replacement)">
			<missing/>
		</method>
		<method name="search" signature="static System.Int32 search(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object regExp)">
			<missing/>
		</method>
		<method name="slice" signature="static System.String slice(System.Object thisob, System.Double start, System.Object end)">
			<missing/>
		</method>
		<method name="small" signature="static System.String small(System.Object thisob)">
			<missing/>
		</method>
		<method name="split" signature="static Microsoft.JScript.ArrayObject split(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine, System.Object separator, System.Object limit)">
			<missing/>
		</method>
		<method name="strike" signature="static System.String strike(System.Object thisob)">
			<missing/>
		</method>
		<method name="sub" signature="static System.String sub(System.Object thisob)">
			<missing/>
		</method>
		<method name="substr" signature="static System.String substr(System.Object thisob, System.Double start, System.Object count)">
			<missing/>
		</method>
		<method name="substring" signature="static System.String substring(System.Object thisob, System.Double start, System.Object end)">
			<missing/>
		</method>
		<method name="sup" signature="static System.String sup(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLocaleLowerCase" signature="static System.String toLocaleLowerCase(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLocaleUpperCase" signature="static System.String toLocaleUpperCase(System.Object thisob)">
			<missing/>
		</method>
		<method name="toLowerCase" signature="static System.String toLowerCase(System.Object thisob)">
			<missing/>
		</method>
		<method name="toString" signature="static System.String toString(System.Object thisob)">
			<missing/>
		</method>
		<method name="toUpperCase" signature="static System.String toUpperCase(System.Object thisob)">
			<missing/>
		</method>
		<method name="valueOf" signature="static System.Object valueOf(System.Object thisob)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.SuperTypeMembersSorter" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.SyntaxErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.TokenColor" assembly="Microsoft.JScript">
		<missing/>
		<field name="COLOR_COMMENT" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_CONDITIONAL_COMP" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_IDENTIFIER" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_KEYWORD" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_NUMBER" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_OPERATOR" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_STRING" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="COLOR_TEXT" type="Microsoft.JScript.TokenColor">
			<missing/>
		</field>
		<field name="value__" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.TypeErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.TypeReflector" assembly="Microsoft.JScript">
		<missing/>
		<method name="GetMember" signature="System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetMembers" signature="System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.TypedArray" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.TypedArray(System.Reflection.IReflect elementType, System.Int32 rank)">
			<missing/>
		</ctor>
		<method name="Equals" signature="System.Boolean Equals(System.Object obj)">
			<missing/>
		</method>
		<method name="GetField" signature="System.Reflection.FieldInfo GetField(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetFields" signature="System.Reflection.FieldInfo[] GetFields(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<missing/>
		</method>
		<method name="GetMember" signature="System.Reflection.MemberInfo[] GetMember(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetMembers" signature="System.Reflection.MemberInfo[] GetMembers(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetMethod" signature="System.Reflection.MethodInfo GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetMethod" signature="System.Reflection.MethodInfo GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)">
			<missing/>
		</method>
		<method name="GetMethods" signature="System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetProperties" signature="System.Reflection.PropertyInfo[] GetProperties(System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetProperty" signature="System.Reflection.PropertyInfo GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr)">
			<missing/>
		</method>
		<method name="GetProperty" signature="System.Reflection.PropertyInfo GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)">
			<missing/>
		</method>
		<method name="InvokeMember" signature="System.Object InvokeMember(System.String name, System.Reflection.BindingFlags flags, System.Reflection.Binder binder, System.Object target, System.Object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo locale, System.String[] namedParameters)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<property name="UnderlyingSystemType" type="System.Type">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.URIErrorObject" assembly="Microsoft.JScript">
		<missing/>
	</class>
	<class name="Microsoft.JScript.UnaryOp" assembly="Microsoft.JScript">
		<field name="operand" type="Microsoft.JScript.AST">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.VBArrayConstructor" assembly="Microsoft.JScript">
		<missing/>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.Object[] args)">
			<missing/>
		</method>
	</class>
	<class name="Microsoft.JScript.VBArrayObject" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.VBArrayObject(Microsoft.JScript.VBArrayPrototype parent, System.Array array)">
			<missing/>
		</ctor>
	</class>
	<class name="Microsoft.JScript.VBArrayPrototype" assembly="Microsoft.JScript">
		<missing/>
		<method name="dimensions" signature="static System.Int32 dimensions(System.Object thisob)">
			<missing/>
		</method>
		<method name="getItem" signature="static System.Object getItem(System.Object thisob, System.Object[] args)">
			<missing/>
		</method>
		<method name="lbound" signature="static System.Int32 lbound(System.Object thisob, System.Object dimension)">
			<missing/>
		</method>
		<method name="toArray" signature="static Microsoft.JScript.ArrayObject toArray(System.Object thisob, Microsoft.JScript.Vsa.VsaEngine engine)">
			<missing/>
		</method>
		<method name="ubound" signature="static System.Int32 ubound(System.Object thisob, System.Object dimension)">
			<missing/>
		</method>
		<property name="constructor" type="Microsoft.JScript.VBArrayConstructor">
			<missing/>
		</property>
	</class>
	<class name="Microsoft.JScript.VSAITEMTYPE2" assembly="Microsoft.JScript">
		<missing/>
		<field name="EXPRESSION" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="HOSTOBJECT" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="HOSTSCOPE" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="HOSTSCOPEANDOBJECT" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="SCRIPTBLOCK" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="SCRIPTSCOPE" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="STATEMENT" type="Microsoft.JScript.VSAITEMTYPE2">
			<missing/>
		</field>
		<field name="value__" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.VsaItems" assembly="Microsoft.JScript">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<method name="Close" signature="System.Void Close()">
			<msg>should have attributes `public hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="CreateItem" signature="Microsoft.Vsa.IVsaItem CreateItem(System.String name, Microsoft.Vsa.VsaItemType itemType, Microsoft.Vsa.VsaItemFlag itemFlag)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="Remove" signature="System.Void Remove(System.String itemName)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="Remove" signature="System.Void Remove(System.Int32 itemIndex)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="Microsoft.JScript.Vsa.ResInfo" assembly="Microsoft.JScript">
		<missing/>
		<ctor signature="Microsoft.JScript.Vsa.ResInfo(System.String filename, System.String name, System.Boolean isPublic, System.Boolean isLinked)">
			<missing/>
		</ctor>
		<ctor signature="Microsoft.JScript.Vsa.ResInfo(System.String resinfo, System.Boolean isLinked)">
			<missing/>
		</ctor>
		<field name="filename" type="System.String">
			<missing/>
		</field>
		<field name="fullpath" type="System.String">
			<missing/>
		</field>
		<field name="isLinked" type="System.Boolean">
			<missing/>
		</field>
		<field name="isPublic" type="System.Boolean">
			<missing/>
		</field>
		<field name="name" type="System.String">
			<missing/>
		</field>
	</class>
	<class name="Microsoft.JScript.Vsa.VsaEngine" assembly="Microsoft.JScript">
		<attribute name="GuidAttribute(&quot;B71E484D-93ED-4b56-BFB9-CEED5134822B&quot;)">
			<missing/>
		</attribute>
		<attribute name="ComVisibleAttribute(true)">
			<missing/>
		</attribute>
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<msg>should implement Microsoft.JScript.IEngine2, but does not</msg>
		<method name="Clone" signature="Microsoft.Vsa.IVsaEngine Clone(System.AppDomain domain)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="CompileEmpty" signature="System.Boolean CompileEmpty()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="ConnectEvents" signature="System.Void ConnectEvents()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="DisconnectEvents" signature="System.Void DisconnectEvents()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetAssembly" signature="System.Reflection.Assembly GetAssembly()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetGlobalScope" signature="Microsoft.JScript.IVsaScriptScope GetGlobalScope()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetItem" signature="Microsoft.Vsa.IVsaItem GetItem(System.String itemName)">
			<missing/>
		</method>
		<method name="GetItemAtIndex" signature="Microsoft.Vsa.IVsaItem GetItemAtIndex(System.Int32 index)">
			<missing/>
		</method>
		<method name="GetItemCount" signature="System.Int32 GetItemCount()">
			<missing/>
		</method>
		<method name="GetMainScope" signature="Microsoft.JScript.GlobalScope GetMainScope()">
			<msg>should have attributes `public hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetModule" signature="System.Reflection.Module GetModule()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetOriginalRegExpConstructor" signature="Microsoft.JScript.RegExpConstructor GetOriginalRegExpConstructor()">
			<missing/>
		</method>
		<method name="InitVsaEngine" signature="System.Void InitVsaEngine(System.String rootMoniker, Microsoft.Vsa.IVsaSite site)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="Interrupt" signature="System.Void Interrupt()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="RegisterEventSource" signature="System.Void RegisterEventSource(System.String name)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="Restart" signature="System.Void Restart()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="Run" signature="System.Void Run(System.AppDomain domain)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="RunEmpty" signature="System.Void RunEmpty()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="SetOutputStream" signature="System.Void SetOutputStream(Microsoft.JScript.IMessageReceiver output)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="Microsoft.Win32.RegistryHive" assembly="mscorlib">
		<attribute name="ComVisibleAttribute(true)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Activator" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._Activator, but does not</msg>
	</class>
	<class name="System.AppDomain" assembly="mscorlib">
		<method name="CreateInstance" signature="System.Runtime.Remoting.ObjectHandle CreateInstance(System.String assemblyName, System.String typeName, System.Boolean ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes, System.Security.Policy.Evidence securityAttributes)">
			<todo/>
		</method>
		<method name="DoCallBack" signature="System.Void DoCallBack(System.CrossAppDomainDelegate callBackDelegate)">
			<todo/>
		</method>
		<method name="ExecuteAssembly" signature="System.Int32 ExecuteAssembly(System.String assemblyFile, System.Security.Policy.Evidence assemblySecurity, System.String[] args, System.Byte[] hashValue, System.Configuration.Assemblies.AssemblyHashAlgorithm hashAlgorithm)">
			<todo/>
		</method>
	</class>
	<class name="System.Attribute" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._Attribute, but does not</msg>
	</class>
	<class name="System.Exception" assembly="mscorlib">
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._Exception))">
			<extra/>
		</attribute>
		<property name="InnerException" type="System.Exception">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public final virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="TargetSite" type="System.Reflection.MethodBase">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public final virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.MarshalByRefObject" assembly="mscorlib">
		<method name="GetLifetimeService" signature="System.Object GetLifetimeService()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.MulticastDelegate" assembly="mscorlib">
		<method name="CombineImpl" signature="System.Delegate CombineImpl(System.Delegate follow)">
			<msg>should have attributes `family final virtual hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
		</method>
		<method name="DynamicInvokeImpl" signature="System.Object DynamicInvokeImpl(System.Object[] args)">
			<msg>should have attributes `family final virtual hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
		</method>
		<method name="Equals" signature="System.Boolean Equals(System.Object obj)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetInvocationList" signature="System.Delegate[] GetInvocationList()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="RemoveImpl" signature="System.Delegate RemoveImpl(System.Delegate value)">
			<msg>should have attributes `family final virtual hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Type" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._Type))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<property name="IsPublic" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Collections.Comparer" assembly="mscorlib">
		<msg>should implement System.Runtime.Serialization.ISerializable, but does not</msg>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Diagnostics.EventLog" assembly="System">
		<property name="SynchronizingObject" type="System.ComponentModel.ISynchronizeInvoke">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Diagnostics.Process" assembly="System">
		<attribute name="PermissionSetAttribute(6, Unrestricted=true)">
			<extra/>
		</attribute>
		<attribute name="PermissionSetAttribute(7, Unrestricted=true)">
			<extra/>
		</attribute>
		<property name="SynchronizingObject" type="System.ComponentModel.ISynchronizeInvoke">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Diagnostics.ProcessStartInfo" assembly="System">
		<property name="EnvironmentVariables" type="System.Collections.Specialized.StringDictionary">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.Bitmap" assembly="System.Drawing">
		<method name="Clone" signature="System.Drawing.Bitmap Clone(System.Drawing.Rectangle rect, System.Drawing.Imaging.PixelFormat format)">
			<todo/>
		</method>
		<method name="Clone" signature="System.Drawing.Bitmap Clone(System.Drawing.RectangleF rect, System.Drawing.Imaging.PixelFormat format)">
			<todo/>
		</method>
		<method name="GetHbitmap" signature="System.IntPtr GetHbitmap(System.Drawing.Color background)">
			<todo/>
		</method>
		<method name="GetHicon" signature="System.IntPtr GetHicon()">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Color" assembly="System.Drawing">
		<msg>should have attributes `public explicit sealed autochar &apos;, but has `public sequential sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.ColorConverter" assembly="System.Drawing">
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="GetStandardValues" signature="System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.FontConverter" assembly="System.Drawing">
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<todo/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)">
			<todo/>
		</method>
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
		<method name="GetProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, System.Object value, System.Attribute[] attributes)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.FontFamily" assembly="System.Drawing">
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Graphics" assembly="System.Drawing">
		<method name="DrawArc" signature="System.Void DrawArc(System.Drawing.Pen pen, System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Int32 startAngle, System.Int32 sweepAngle)">
			<missing/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="EnumerateMetafile" signature="System.Void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.ImageAttributes imageAttr)">
			<todo/>
		</method>
		<method name="FromHdc" signature="static System.Drawing.Graphics FromHdc(System.IntPtr hdc)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="FromHdc" signature="static System.Drawing.Graphics FromHdc(System.IntPtr hdc, System.IntPtr hdevice)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="FromHdcInternal" signature="static System.Drawing.Graphics FromHdcInternal(System.IntPtr hdc)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="FromHwnd" signature="static System.Drawing.Graphics FromHwnd(System.IntPtr hwnd)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="FromHwndInternal" signature="static System.Drawing.Graphics FromHwndInternal(System.IntPtr hwnd)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="GetHdc" signature="System.IntPtr GetHdc()">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="ReleaseHdc" signature="System.Void ReleaseHdc(System.IntPtr hdc)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="ReleaseHdcInternal" signature="System.Void ReleaseHdcInternal(System.IntPtr hdc)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
	</class>
	<class name="System.Drawing.Icon" assembly="System.Drawing">
		<property name="Handle" type="System.IntPtr">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Height" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Width" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.Image" assembly="System.Drawing">
		<attribute name="EditorAttribute(&quot;System.Drawing.Design.ImageEditor, System.Drawing.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(typeof(System.Drawing.ImageConverter))">
			<missing/>
		</attribute>
		<attribute name="ImmutableObjectAttribute(true)">
			<missing/>
		</attribute>
		<method name="Clone" signature="System.Object Clone()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="FromHbitmap" signature="static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap)">
			<msg>should have return type `System.Drawing.Bitmap&apos;, but has `System.Drawing.Image&apos; instead</msg>
		</method>
		<method name="FromHbitmap" signature="static System.Drawing.Bitmap FromHbitmap(System.IntPtr hbitmap, System.IntPtr hpalette)">
			<msg>should have return type `System.Drawing.Bitmap&apos;, but has `System.Drawing.Image&apos; instead</msg>
			<todo/>
		</method>
		<method name="FromStream" signature="static System.Drawing.Image FromStream(System.IO.Stream stream, System.Boolean useEmbeddedColorManagement, System.Boolean validateImageData)">
			<missing/>
		</method>
		<method name="GetBounds" signature="System.Drawing.RectangleF GetBounds(System.Drawing.GraphicsUnit&amp; pageUnit)">
			<todo/>
		</method>
		<method name="GetEncoderParameterList" signature="System.Drawing.Imaging.EncoderParameters GetEncoderParameterList(System.Guid encoder)">
			<todo/>
		</method>
		<method name="GetFrameCount" signature="System.Int32 GetFrameCount(System.Drawing.Imaging.FrameDimension dimension)">
			<todo/>
		</method>
		<method name="GetPropertyItem" signature="System.Drawing.Imaging.PropertyItem GetPropertyItem(System.Int32 propid)">
			<todo/>
		</method>
		<method name="GetThumbnailImage" signature="System.Drawing.Image GetThumbnailImage(System.Int32 thumbWidth, System.Int32 thumbHeight, System.Drawing.Image.GetThumbnailImageAbort callback, System.IntPtr callbackData)">
			<todo/>
		</method>
		<method name="RemovePropertyItem" signature="System.Void RemovePropertyItem(System.Int32 propid)">
			<missing/>
		</method>
		<method name="RotateFlip" signature="System.Void RotateFlip(System.Drawing.RotateFlipType rotateFlipType)">
			<todo/>
		</method>
		<method name="Save" signature="System.Void Save(System.String filename, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams)">
			<todo/>
		</method>
		<method name="Save" signature="System.Void Save(System.IO.Stream stream, System.Drawing.Imaging.ImageCodecInfo encoder, System.Drawing.Imaging.EncoderParameters encoderParams)">
			<todo/>
		</method>
		<method name="SaveAdd" signature="System.Void SaveAdd(System.Drawing.Imaging.EncoderParameters encoderParams)">
			<todo/>
		</method>
		<method name="SaveAdd" signature="System.Void SaveAdd(System.Drawing.Image image, System.Drawing.Imaging.EncoderParameters encoderParams)">
			<todo/>
		</method>
		<method name="SelectActiveFrame" signature="System.Int32 SelectActiveFrame(System.Drawing.Imaging.FrameDimension dimension, System.Int32 frameIndex)">
			<todo/>
		</method>
		<method name="SetPropertyItem" signature="System.Void SetPropertyItem(System.Drawing.Imaging.PropertyItem propitem)">
			<todo/>
		</method>
		<property name="Flags" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="FrameDimensionsList" type="System.Guid[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Height" type="System.Int32">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Palette" type="System.Drawing.Imaging.ColorPalette">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="PropertyIdList" type="System.Int32[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="PropertyItems" type="System.Drawing.Imaging.PropertyItem[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Width" type="System.Int32">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.ImageAnimator" assembly="System.Drawing">
		<method name="Animate" signature="static System.Void Animate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler)">
			<todo/>
		</method>
		<method name="CanAnimate" signature="static System.Boolean CanAnimate(System.Drawing.Image image)">
			<todo/>
		</method>
		<method name="StopAnimate" signature="static System.Void StopAnimate(System.Drawing.Image image, System.EventHandler onFrameChangedHandler)">
			<todo/>
		</method>
		<method name="UpdateFrames" signature="static System.Void UpdateFrames(System.Drawing.Image image)">
			<todo/>
		</method>
		<method name="UpdateFrames" signature="static System.Void UpdateFrames()">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Pen" assembly="System.Drawing">
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)">
			<missing/>
		</method>
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)">
			<missing/>
		</method>
		<method name="ResetTransform" signature="System.Void ResetTransform()">
			<missing/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle)">
			<missing/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)">
			<missing/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy)">
			<missing/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)">
			<missing/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy)">
			<missing/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Point" assembly="System.Drawing">
		<attribute name="TypeConverterAttribute(typeof(System.Drawing.PointConverter))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(&quot;System.Drawing.PointConverter&quot;)">
			<extra/>
		</attribute>
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.PointF" assembly="System.Drawing">
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.Rectangle" assembly="System.Drawing">
		<attribute name="TypeConverterAttribute(typeof(System.Drawing.RectangleConverter))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(&quot;System.Drawing.RectangleConverter&quot;)">
			<extra/>
		</attribute>
		<property name="Bottom" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Left" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Location" type="System.Drawing.Point">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Right" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Size" type="System.Drawing.Size">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Top" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.RectangleConverter" assembly="System.Drawing">
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.RectangleF" assembly="System.Drawing">
		<property name="Bottom" type="System.Single">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Left" type="System.Single">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Location" type="System.Drawing.PointF">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Right" type="System.Single">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Size" type="System.Drawing.SizeF">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Top" type="System.Single">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.Region" assembly="System.Drawing">
		<method name="FromHrgn" signature="static System.Drawing.Region FromHrgn(System.IntPtr hrgn)">
			<todo/>
		</method>
		<method name="GetRegionScans" signature="System.Drawing.RectangleF[] GetRegionScans(System.Drawing.Drawing2D.Matrix matrix)">
			<todo/>
		</method>
		<method name="IsInfinite" signature="System.Boolean IsInfinite(System.Drawing.Graphics g)">
			<todo/>
		</method>
		<method name="IsVisible" signature="System.Boolean IsVisible(System.Drawing.PointF point, System.Drawing.Graphics g)">
			<todo/>
		</method>
		<method name="IsVisible" signature="System.Boolean IsVisible(System.Drawing.RectangleF rect, System.Drawing.Graphics g)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Drawing.Drawing2D.Matrix matrix)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Size" assembly="System.Drawing">
		<attribute name="TypeConverterAttribute(typeof(System.Drawing.SizeConverter))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(&quot;System.Drawing.SizeConverter&quot;)">
			<extra/>
		</attribute>
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.SizeConverter" assembly="System.Drawing">
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.SizeF" assembly="System.Drawing">
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Drawing.SolidBrush" assembly="System.Drawing">
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.StringFormat" assembly="System.Drawing">
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.ToolboxBitmapAttribute" assembly="System.Drawing">
		<method name="GetImage" signature="System.Drawing.Image GetImage(System.Object component, System.Boolean large)">
			<todo/>
		</method>
		<method name="GetImage" signature="System.Drawing.Image GetImage(System.Type type, System.Boolean large)">
			<todo/>
		</method>
		<method name="GetImage" signature="System.Drawing.Image GetImage(System.Type type, System.String imgName, System.Boolean large)">
			<todo/>
		</method>
		<method name="GetImageFromResource" signature="static System.Drawing.Image GetImageFromResource(System.Type t, System.String imageName, System.Boolean large)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.BitmapEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.BitmapEditor()">
			<missing/>
		</ctor>
		<method name="GetExtensions" signature="System.String[] GetExtensions()">
			<missing/>
		</method>
		<method name="GetFileDialogDescription" signature="System.String GetFileDialogDescription()">
			<missing/>
		</method>
		<method name="LoadFromStream" signature="System.Drawing.Image LoadFromStream(System.IO.Stream stream)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.ColorEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.ColorEditor()">
			<missing/>
		</ctor>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetPaintValueSupported" signature="System.Boolean GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="PaintValue" signature="System.Void PaintValue(System.Drawing.Design.PaintValueEventArgs e)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.ContentAlignmentEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.ContentAlignmentEditor()">
			<missing/>
		</ctor>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.CursorEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.CursorEditor()">
			<missing/>
		</ctor>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.FontEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.FontEditor()">
			<missing/>
		</ctor>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.FontNameEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.FontNameEditor()">
			<missing/>
		</ctor>
		<method name="GetPaintValueSupported" signature="System.Boolean GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="PaintValue" signature="System.Void PaintValue(System.Drawing.Design.PaintValueEventArgs e)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.IToolboxService" assembly="System.Drawing">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="GuidAttribute(&quot;4BACD258-DE64-4048-BC4E-FEDBEF9ACB76&quot;)">
			<missing/>
		</attribute>
		<msg>should have attributes `public auto interface abstract import ansi &apos;, but has `public auto interface abstract ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.Design.IconEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.IconEditor()">
			<missing/>
		</ctor>
		<method name="CreateExtensionsString" signature="static System.String CreateExtensionsString(System.String[] extensions, System.String sep)">
			<missing/>
		</method>
		<method name="CreateFilterEntry" signature="static System.String CreateFilterEntry(System.Drawing.Design.IconEditor e)">
			<missing/>
		</method>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetExtensions" signature="System.String[] GetExtensions()">
			<missing/>
		</method>
		<method name="GetFileDialogDescription" signature="System.String GetFileDialogDescription()">
			<missing/>
		</method>
		<method name="GetPaintValueSupported" signature="System.Boolean GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="LoadFromStream" signature="System.Drawing.Icon LoadFromStream(System.IO.Stream stream)">
			<missing/>
		</method>
		<method name="PaintValue" signature="System.Void PaintValue(System.Drawing.Design.PaintValueEventArgs e)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.ImageEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.ImageEditor()">
			<missing/>
		</ctor>
		<method name="CreateExtensionsString" signature="static System.String CreateExtensionsString(System.String[] extensions, System.String sep)">
			<missing/>
		</method>
		<method name="CreateFilterEntry" signature="static System.String CreateFilterEntry(System.Drawing.Design.ImageEditor e)">
			<missing/>
		</method>
		<method name="EditValue" signature="System.Object EditValue(System.ComponentModel.ITypeDescriptorContext context, System.IServiceProvider provider, System.Object value)">
			<missing/>
		</method>
		<method name="GetEditStyle" signature="System.Drawing.Design.UITypeEditorEditStyle GetEditStyle(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetExtensions" signature="System.String[] GetExtensions()">
			<missing/>
		</method>
		<method name="GetFileDialogDescription" signature="System.String GetFileDialogDescription()">
			<missing/>
		</method>
		<method name="GetPaintValueSupported" signature="System.Boolean GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="LoadFromStream" signature="System.Drawing.Image LoadFromStream(System.IO.Stream stream)">
			<missing/>
		</method>
		<method name="PaintValue" signature="System.Void PaintValue(System.Drawing.Design.PaintValueEventArgs e)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.MetafileEditor" assembly="System.Drawing.Design">
		<missing/>
		<ctor signature="System.Drawing.Design.MetafileEditor()">
			<missing/>
		</ctor>
		<method name="GetExtensions" signature="System.String[] GetExtensions()">
			<missing/>
		</method>
		<method name="GetFileDialogDescription" signature="System.String GetFileDialogDescription()">
			<missing/>
		</method>
		<method name="LoadFromStream" signature="System.Drawing.Image LoadFromStream(System.IO.Stream stream)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Design.ToolboxItemCreatorCallback" assembly="System.Drawing">
		<method name="EndInvoke" signature="System.Drawing.Design.ToolboxItem EndInvoke(System.IAsyncResult result)">
			<msg>should have return type `System.Drawing.Design.ToolboxItem&apos;, but has `System.Void&apos; instead</msg>
		</method>
		<method name="Invoke" signature="System.Drawing.Design.ToolboxItem Invoke(System.Object serializedObject, System.String format)">
			<msg>should have return type `System.Drawing.Design.ToolboxItem&apos;, but has `System.Void&apos; instead</msg>
		</method>
	</class>
	<class name="System.Drawing.Drawing2D.Blend" assembly="System.Drawing">
		<todo/>
		<ctor signature="System.Drawing.Drawing2D.Blend()">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.Blend(System.Int32 count)">
			<todo/>
		</ctor>
		<property name="Factors" type="System.Single[]">
			<todo/>
		</property>
		<property name="Positions" type="System.Single[]">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Drawing2D.GraphicsPath" assembly="System.Drawing">
		<ctor signature="System.Drawing.Drawing2D.GraphicsPath(System.Drawing.PointF[] pts, System.Byte[] types, System.Drawing.Drawing2D.FillMode fillMode)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.GraphicsPath(System.Drawing.Point[] pts, System.Byte[] types, System.Drawing.Drawing2D.FillMode fillMode)">
			<todo/>
		</ctor>
		<method name="AddString" signature="System.Void AddString(System.String s, System.Drawing.FontFamily family, System.Int32 style, System.Single emSize, System.Drawing.PointF origin, System.Drawing.StringFormat format)">
			<todo/>
		</method>
		<method name="AddString" signature="System.Void AddString(System.String s, System.Drawing.FontFamily family, System.Int32 style, System.Single emSize, System.Drawing.RectangleF layoutRect, System.Drawing.StringFormat format)">
			<todo/>
		</method>
		<method name="Flatten" signature="System.Void Flatten(System.Drawing.Drawing2D.Matrix matrix, System.Single flatness)">
			<todo/>
		</method>
		<method name="GetBounds" signature="System.Drawing.RectangleF GetBounds(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Pen pen)">
			<todo/>
		</method>
		<method name="IsOutlineVisible" signature="System.Boolean IsOutlineVisible(System.Single x, System.Single y, System.Drawing.Pen pen, System.Drawing.Graphics graphics)">
			<todo/>
		</method>
		<method name="IsVisible" signature="System.Boolean IsVisible(System.Single x, System.Single y, System.Drawing.Graphics graphics)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Drawing.Drawing2D.Matrix matrix)">
			<todo/>
		</method>
		<method name="Warp" signature="System.Void Warp(System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.WarpMode warpMode, System.Single flatness)">
			<todo/>
		</method>
		<method name="Widen" signature="System.Void Widen(System.Drawing.Pen pen, System.Drawing.Drawing2D.Matrix matrix, System.Single flatness)">
			<todo/>
		</method>
		<property name="PathData" type="System.Drawing.Drawing2D.PathData">
			<todo/>
		</property>
		<property name="PathPoints" type="System.Drawing.PointF[]">
			<todo/>
		</property>
		<property name="PathTypes" type="System.Byte[]">
			<todo/>
		</property>
		<property name="PointCount" type="System.Int32">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Drawing2D.GraphicsPathIterator" assembly="System.Drawing">
		<ctor signature="System.Drawing.Drawing2D.GraphicsPathIterator(System.Drawing.Drawing2D.GraphicsPath path)">
			<todo/>
		</ctor>
		<method name="CopyData" signature="System.Int32 CopyData(System.Drawing.PointF[]&amp; points, System.Byte[]&amp; types, System.Int32 startIndex, System.Int32 endIndex)">
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose()">
			<missing/>
		</method>
		<method name="Enumerate" signature="System.Int32 Enumerate(System.Drawing.PointF[]&amp; points, System.Byte[]&amp; types)">
			<todo/>
		</method>
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
		<method name="HasCurve" signature="System.Boolean HasCurve()">
			<todo/>
		</method>
		<method name="NextMarker" signature="System.Int32 NextMarker(System.Int32&amp; startIndex, System.Int32&amp; endIndex)">
			<todo/>
		</method>
		<method name="NextMarker" signature="System.Int32 NextMarker(System.Drawing.Drawing2D.GraphicsPath path)">
			<todo/>
		</method>
		<method name="NextPathType" signature="System.Int32 NextPathType(System.Byte&amp; pathType, System.Int32&amp; startIndex, System.Int32&amp; endIndex)">
			<todo/>
		</method>
		<method name="NextSubpath" signature="System.Int32 NextSubpath(System.Int32&amp; startIndex, System.Int32&amp; endIndex, System.Boolean&amp; isClosed)">
			<todo/>
		</method>
		<method name="NextSubpath" signature="System.Int32 NextSubpath(System.Drawing.Drawing2D.GraphicsPath path, System.Boolean&amp; isClosed)">
			<todo/>
		</method>
		<method name="Rewind" signature="System.Void Rewind()">
			<todo/>
		</method>
		<property name="Count" type="System.Int32">
			<todo/>
		</property>
		<property name="SubpathCount" type="System.Int32">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Drawing2D.LinearGradientBrush" assembly="System.Drawing">
		<todo/>
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)">
			<todo/>
		</method>
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="ResetTransform" signature="System.Void ResetTransform()">
			<todo/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle)">
			<todo/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy)">
			<todo/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="SetBlendTriangularShape" signature="System.Void SetBlendTriangularShape(System.Single focus)">
			<todo/>
		</method>
		<method name="SetBlendTriangularShape" signature="System.Void SetBlendTriangularShape(System.Single focus, System.Single scale)">
			<todo/>
		</method>
		<method name="SetSigmaBellShape" signature="System.Void SetSigmaBellShape(System.Single focus)">
			<todo/>
		</method>
		<method name="SetSigmaBellShape" signature="System.Void SetSigmaBellShape(System.Single focus, System.Single scale)">
			<todo/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy)">
			<todo/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<property name="Blend" type="System.Drawing.Drawing2D.Blend">
			<todo/>
		</property>
		<property name="GammaCorrection" type="System.Boolean">
			<todo/>
		</property>
		<property name="InterpolationColors" type="System.Drawing.Drawing2D.ColorBlend">
			<todo/>
		</property>
		<property name="LinearColors" type="System.Drawing.Color[]">
			<todo/>
		</property>
		<property name="Rectangle" type="System.Drawing.RectangleF">
			<todo/>
		</property>
		<property name="Transform" type="System.Drawing.Drawing2D.Matrix">
			<todo/>
		</property>
		<property name="WrapMode" type="System.Drawing.Drawing2D.WrapMode">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Drawing2D.Matrix" assembly="System.Drawing">
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
		<method name="VectorTransformPoints" signature="System.Void VectorTransformPoints(System.Drawing.Point[] pts)">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Drawing2D.PathGradientBrush" assembly="System.Drawing">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<ctor signature="System.Drawing.Drawing2D.PathGradientBrush(System.Drawing.PointF[] points)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.PathGradientBrush(System.Drawing.PointF[] points, System.Drawing.Drawing2D.WrapMode wrapMode)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.PathGradientBrush(System.Drawing.Point[] points)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.PathGradientBrush(System.Drawing.Point[] points, System.Drawing.Drawing2D.WrapMode wrapMode)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Drawing2D.PathGradientBrush(System.Drawing.Drawing2D.GraphicsPath path)">
			<todo/>
		</ctor>
		<method name="Clone" signature="System.Object Clone()">
			<todo/>
		</method>
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix)">
			<todo/>
		</method>
		<method name="MultiplyTransform" signature="System.Void MultiplyTransform(System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="ResetTransform" signature="System.Void ResetTransform()">
			<todo/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle)">
			<todo/>
		</method>
		<method name="RotateTransform" signature="System.Void RotateTransform(System.Single angle, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy)">
			<todo/>
		</method>
		<method name="ScaleTransform" signature="System.Void ScaleTransform(System.Single sx, System.Single sy, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<method name="SetBlendTriangularShape" signature="System.Void SetBlendTriangularShape(System.Single focus)">
			<todo/>
		</method>
		<method name="SetBlendTriangularShape" signature="System.Void SetBlendTriangularShape(System.Single focus, System.Single scale)">
			<todo/>
		</method>
		<method name="SetSigmaBellShape" signature="System.Void SetSigmaBellShape(System.Single focus)">
			<todo/>
		</method>
		<method name="SetSigmaBellShape" signature="System.Void SetSigmaBellShape(System.Single focus, System.Single scale)">
			<todo/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy)">
			<todo/>
		</method>
		<method name="TranslateTransform" signature="System.Void TranslateTransform(System.Single dx, System.Single dy, System.Drawing.Drawing2D.MatrixOrder order)">
			<todo/>
		</method>
		<property name="Blend" type="System.Drawing.Drawing2D.Blend">
			<todo/>
		</property>
		<property name="CenterColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="CenterPoint" type="System.Drawing.PointF">
			<todo/>
		</property>
		<property name="FocusScales" type="System.Drawing.PointF">
			<todo/>
		</property>
		<property name="InterpolationColors" type="System.Drawing.Drawing2D.ColorBlend">
			<todo/>
		</property>
		<property name="Rectangle" type="System.Drawing.RectangleF">
			<todo/>
		</property>
		<property name="SurroundColors" type="System.Drawing.Color[]">
			<todo/>
		</property>
		<property name="Transform" type="System.Drawing.Drawing2D.Matrix">
			<todo/>
		</property>
		<property name="WrapMode" type="System.Drawing.Drawing2D.WrapMode">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Imaging.BitmapData" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.Imaging.ColorMatrix" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.Imaging.EmfPlusRecordType" assembly="System.Drawing">
		<field name="EmfMax" type="System.Drawing.Imaging.EmfPlusRecordType">
			<missing/>
		</field>
	</class>
	<class name="System.Drawing.Imaging.Encoder" assembly="System.Drawing">
		<field name="SaveFlag" type="System.Drawing.Imaging.Encoder">
			<missing/>
		</field>
	</class>
	<class name="System.Drawing.Imaging.EncoderParameter" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
	</class>
	<class name="System.Drawing.Imaging.ImageAttributes" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
		<method name="GetAdjustedPalette" signature="System.Void GetAdjustedPalette(System.Drawing.Imaging.ColorPalette palette, System.Drawing.Imaging.ColorAdjustType type)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Imaging.ImageCodecFlags" assembly="System.Drawing">
		<field name="BlockingDecode" type="System.Drawing.Imaging.ImageCodecFlags">
			<missing/>
		</field>
	</class>
	<class name="System.Drawing.Imaging.ImageCodecInfo" assembly="System.Drawing">
		<method name="GetImageDecoders" signature="static System.Drawing.Imaging.ImageCodecInfo[] GetImageDecoders()">
			<todo/>
		</method>
		<method name="GetImageEncoders" signature="static System.Drawing.Imaging.ImageCodecInfo[] GetImageEncoders()">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Imaging.ImageFormat" assembly="System.Drawing">
		<attribute name="TypeConverterAttribute(typeof(System.Drawing.ImageFormatConverter))">
			<missing/>
		</attribute>
	</class>
	<class name="System.Drawing.Imaging.MetaHeader" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.Imaging.Metafile" assembly="System.Drawing">
		<attribute name="EditorAttribute(&quot;System.Drawing.Design.MetafileEditor, System.Drawing.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
			<missing/>
		</attribute>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IntPtr hmetafile, System.Drawing.Imaging.WmfPlaceableFileHeader wmfHeader, System.Boolean deleteWmf)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IntPtr henhmetafile, System.Boolean deleteEmf)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType emfType, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String desc)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.String fileName, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.String fileName, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.String fileName, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.RectangleF frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<ctor signature="System.Drawing.Imaging.Metafile(System.IO.Stream stream, System.IntPtr referenceHdc, System.Drawing.Rectangle frameRect, System.Drawing.Imaging.MetafileFrameUnit frameUnit, System.Drawing.Imaging.EmfType type, System.String description)">
			<todo/>
		</ctor>
		<method name="GetHenhmetafile" signature="System.IntPtr GetHenhmetafile()">
			<todo/>
		</method>
		<method name="GetMetafileHeader" signature="System.Drawing.Imaging.MetafileHeader GetMetafileHeader()">
			<todo/>
		</method>
		<method name="PlayRecord" signature="System.Void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, System.Int32 flags, System.Int32 dataSize, System.Byte[] data)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Imaging.MetafileHeader" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
		<method name="IsDisplay" signature="System.Boolean IsDisplay()">
			<todo/>
		</method>
		<property name="Bounds" type="System.Drawing.Rectangle">
			<todo/>
		</property>
		<property name="DpiX" type="System.Single">
			<todo/>
		</property>
		<property name="DpiY" type="System.Single">
			<todo/>
		</property>
		<property name="EmfPlusHeaderSize" type="System.Int32">
			<todo/>
		</property>
		<property name="LogicalDpiX" type="System.Int32">
			<todo/>
		</property>
		<property name="LogicalDpiY" type="System.Int32">
			<todo/>
		</property>
		<property name="MetafileSize" type="System.Int32">
			<todo/>
		</property>
		<property name="Type" type="System.Drawing.Imaging.MetafileType">
			<todo/>
		</property>
		<property name="Version" type="System.Int32">
			<todo/>
		</property>
		<property name="WmfHeader" type="System.Drawing.Imaging.MetaHeader">
			<todo/>
		</property>
	</class>
	<class name="System.Drawing.Imaging.WmfPlaceableFileHeader" assembly="System.Drawing">
		<msg>should have attributes `public sequential sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Drawing.Printing.MarginsConverter" assembly="System.Drawing">
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<todo/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)">
			<todo/>
		</method>
	</class>
	<class name="System.Drawing.Printing.PreviewPrintController" assembly="System.Drawing">
		<ctor signature="System.Drawing.Printing.PreviewPrintController()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Drawing.Text.InstalledFontCollection" assembly="System.Drawing">
		<ctor signature="System.Drawing.Text.InstalledFontCollection()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Drawing.Text.PrivateFontCollection" assembly="System.Drawing">
		<attribute name="ComVisibleAttribute(false)">
			<missing/>
		</attribute>
		<method name="AddFontFile" signature="System.Void AddFontFile(System.String filename)">
			<todo/>
		</method>
		<method name="AddMemoryFont" signature="System.Void AddMemoryFont(System.IntPtr memory, System.Int32 length)">
			<todo/>
		</method>
	</class>
	<class name="System.Globalization.DateTimeFormatInfo" assembly="mscorlib">
		<msg>should implement System.Runtime.Serialization.ISerializable, but does not</msg>
	</class>
	<class name="System.IO.FileSystemWatcher" assembly="System">
		<property name="SynchronizingObject" type="System.ComponentModel.ISynchronizeInvoke">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Net.CookieContainer" assembly="System">
		<method name="Add" signature="System.Void Add(System.Net.Cookie cookie)">
			<todo/>
		</method>
		<method name="Add" signature="System.Void Add(System.Uri uri, System.Net.Cookie cookie)">
			<todo/>
		</method>
		<method name="GetCookieHeader" signature="System.String GetCookieHeader(System.Uri uri)">
			<todo/>
		</method>
		<method name="GetCookies" signature="System.Net.CookieCollection GetCookies(System.Uri uri)">
			<todo/>
		</method>
		<method name="SetCookies" signature="System.Void SetCookies(System.Uri uri, System.String cookieHeader)">
			<todo/>
		</method>
	</class>
	<class name="System.Net.Dns" assembly="System">
		<method name="BeginGetHostByName" signature="static System.IAsyncResult BeginGetHostByName(System.String hostName, System.AsyncCallback requestCallback, System.Object stateObject)">
			<todo/>
		</method>
		<method name="BeginResolve" signature="static System.IAsyncResult BeginResolve(System.String hostName, System.AsyncCallback requestCallback, System.Object stateObject)">
			<todo/>
		</method>
		<method name="EndGetHostByName" signature="static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="EndResolve" signature="static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
	</class>
	<class name="System.Net.FileWebRequest" assembly="System">
		<ctor signature="System.Net.FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<todo/>
		</ctor>
		<method name="BeginGetRequestStream" signature="System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, System.Object state)">
			<todo/>
		</method>
		<method name="BeginGetResponse" signature="System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, System.Object state)">
			<todo/>
		</method>
		<method name="EndGetRequestStream" signature="System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="EndGetResponse" signature="System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="GetRequestStream" signature="System.IO.Stream GetRequestStream()">
			<todo/>
		</method>
	</class>
	<class name="System.Net.FileWebResponse" assembly="System">
		<ctor signature="System.Net.FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<todo/>
		</ctor>
	</class>
	<class name="System.Net.GlobalProxySelection" assembly="System">
		<property name="Select" type="System.Net.IWebProxy">
			<todo/>
		</property>
	</class>
	<class name="System.Net.HttpWebRequest" assembly="System">
		<ctor signature="System.Net.HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</ctor>
		<method name="Abort" signature="System.Void Abort()">
			<todo/>
		</method>
		<method name="BeginGetRequestStream" signature="System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, System.Object state)">
			<todo/>
		</method>
		<method name="BeginGetResponse" signature="System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, System.Object state)">
			<todo/>
		</method>
		<method name="EndGetRequestStream" signature="System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="EndGetResponse" signature="System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<todo/>
		</method>
		<property name="ClientCertificates" type="System.Security.Cryptography.X509Certificates.X509CertificateCollection">
			<todo/>
		</property>
		<property name="CookieContainer" type="System.Net.CookieContainer">
			<todo/>
		</property>
		<property name="DefaultMaximumResponseHeadersLength" type="System.Int32">
			<missing/>
		</property>
		<property name="MaximumResponseHeadersLength" type="System.Int32">
			<missing/>
		</property>
		<property name="ReadWriteTimeout" type="System.Int32">
			<missing/>
		</property>
		<property name="UnsafeAuthenticatedConnectionSharing" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Net.HttpWebResponse" assembly="System">
		<ctor signature="System.Net.HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</ctor>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<todo/>
		</method>
		<property name="Cookies" type="System.Net.CookieCollection">
			<todo/>
		</property>
	</class>
	<class name="System.Net.ServicePointManager" assembly="System">
		<method name="FindServicePoint" signature="static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)">
			<todo/>
		</method>
		<property name="Expect100Continue" type="System.Boolean">
			<missing/>
		</property>
		<property name="UseNagleAlgorithm" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Net.WebClient" assembly="System">
		<method name="UploadValues" signature="System.Byte[] UploadValues(System.String address, System.Collections.Specialized.NameValueCollection data)">
			<todo/>
		</method>
		<method name="UploadValues" signature="System.Byte[] UploadValues(System.String address, System.String method, System.Collections.Specialized.NameValueCollection data)">
			<todo/>
		</method>
		<property name="QueryString" type="System.Collections.Specialized.NameValueCollection">
			<todo/>
		</property>
	</class>
	<class name="System.Net.WebHeaderCollection" assembly="System">
		<ctor signature="System.Net.WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</ctor>
		<method name="Get" signature="System.String Get(System.String name)">
			<missing/>
		</method>
		<method name="Get" signature="System.String Get(System.Int32 index)">
			<missing/>
		</method>
		<method name="GetKey" signature="System.String GetKey(System.Int32 index)">
			<missing/>
		</method>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</method>
		<method name="GetValues" signature="System.String[] GetValues(System.Int32 index)">
			<missing/>
		</method>
		<method name="OnDeserialization" signature="System.Void OnDeserialization(System.Object sender)">
			<missing/>
		</method>
		<method name="ToByteArray" signature="System.Byte[] ToByteArray()">
			<missing/>
		</method>
		<property name="AllKeys" type="System.String[]">
			<missing/>
		</property>
		<property name="Count" type="System.Int32">
			<missing/>
		</property>
		<property name="Keys" type="System.Collections.Specialized.NameObjectCollectionBase.KeysCollection">
			<missing/>
		</property>
	</class>
	<class name="System.Net.WebProxy" assembly="System">
		<method name="GetDefaultProxy" signature="static System.Net.WebProxy GetDefaultProxy()">
			<todo/>
		</method>
		<method name="IsBypassed" signature="System.Boolean IsBypassed(System.Uri host)">
			<todo/>
		</method>
	</class>
	<class name="System.Net.WebRequest" assembly="System">
		<ctor signature="System.Net.WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</ctor>
	</class>
	<class name="System.Net.WebResponse" assembly="System">
		<ctor signature="System.Net.WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)">
			<missing/>
		</ctor>
	</class>
	<class name="System.Reflection.Assembly" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._Assembly, but does not</msg>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetLoadedModules" signature="System.Reflection.Module[] GetLoadedModules()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetLoadedModules" signature="System.Reflection.Module[] GetLoadedModules(System.Boolean getResourceModules)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetModule" signature="System.Reflection.Module GetModule(System.String name)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetModules" signature="System.Reflection.Module[] GetModules()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetModules" signature="System.Reflection.Module[] GetModules(System.Boolean getResourceModules)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetReferencedAssemblies" signature="System.Reflection.AssemblyName[] GetReferencedAssemblies()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetSatelliteAssembly" signature="System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetSatelliteAssembly" signature="System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture, System.Version version)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetType" signature="System.Type GetType(System.String name, System.Boolean throwOnError, System.Boolean ignoreCase)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<method name="LoadModule" signature="System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="LoadModule" signature="System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule, System.Byte[] rawSymbolStore)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public hidebysig &apos; instead</msg>
		</method>
		<method name="add_ModuleResolve" signature="System.Void add_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</method>
		<method name="remove_ModuleResolve" signature="System.Void remove_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</method>
		<property name="GlobalAssemblyCache" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</property>
		<event name="ModuleResolve">
			<msg>should have attributes `public final virtual newslot &apos;, but has `public &apos; instead</msg>
		</event>
	</class>
	<class name="System.Reflection.AssemblyName" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._AssemblyName, but does not</msg>
	</class>
	<class name="System.Reflection.ConstructorInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._ConstructorInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object[] parameters)">
			<msg>should have attributes `public hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Reflection.EventInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._EventInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
	</class>
	<class name="System.Reflection.FieldInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._FieldInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<property name="IsLiteral" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Reflection.MemberInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MemberInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
	</class>
	<class name="System.Reflection.MethodBase" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MethodBase))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
	</class>
	<class name="System.Reflection.MethodInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._MethodInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Object Invoke(System.Object obj, System.Object[] parameters)">
			<missing/>
		</method>
	</class>
	<class name="System.Reflection.Module" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._Module, but does not</msg>
	</class>
	<class name="System.Reflection.ParameterInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._ParameterInfo, but does not</msg>
	</class>
	<class name="System.Reflection.PropertyInfo" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<attribute name="ClassInterfaceAttribute(2)">
			<extra/>
		</attribute>
		<attribute name="ComDefaultInterfaceAttribute(typeof(System.Runtime.InteropServices._PropertyInfo))">
			<extra/>
		</attribute>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
	</class>
	<class name="System.Reflection.Emit.AssemblyBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._AssemblyBuilder, but does not</msg>
		<method name="AddResourceFile" signature="System.Void AddResourceFile(System.String name, System.String fileName)">
			<todo/>
		</method>
		<method name="AddResourceFile" signature="System.Void AddResourceFile(System.String name, System.String fileName, System.Reflection.ResourceAttributes attribute)">
			<todo/>
		</method>
		<method name="DefineResource" signature="System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.String fileName)">
			<todo/>
		</method>
		<method name="DefineResource" signature="System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.String fileName, System.Reflection.ResourceAttributes attribute)">
			<todo/>
		</method>
		<method name="DefineUnmanagedResource" signature="System.Void DefineUnmanagedResource(System.Byte[] resource)">
			<todo/>
		</method>
		<method name="DefineUnmanagedResource" signature="System.Void DefineUnmanagedResource(System.String resourceFileName)">
			<todo/>
		</method>
		<method name="DefineVersionInfoResource" signature="System.Void DefineVersionInfoResource(System.String product, System.String productVersion, System.String company, System.String copyright, System.String trademark)">
			<todo/>
		</method>
		<method name="DefineVersionInfoResource" signature="System.Void DefineVersionInfoResource()">
			<todo/>
		</method>
		<method name="GetExportedTypes" signature="System.Type[] GetExportedTypes()">
			<todo/>
		</method>
		<method name="GetFile" signature="System.IO.FileStream GetFile(System.String name)">
			<todo/>
		</method>
		<method name="GetFiles" signature="System.IO.FileStream[] GetFiles(System.Boolean getResourceModules)">
			<todo/>
		</method>
		<method name="GetManifestResourceInfo" signature="System.Reflection.ManifestResourceInfo GetManifestResourceInfo(System.String resourceName)">
			<todo/>
		</method>
		<method name="GetManifestResourceStream" signature="System.IO.Stream GetManifestResourceStream(System.Type type, System.String name)">
			<todo/>
		</method>
		<method name="GetManifestResourceStream" signature="System.IO.Stream GetManifestResourceStream(System.String name)">
			<todo/>
		</method>
		<method name="Save" signature="System.Void Save(System.String assemblyFileName)">
			<todo/>
		</method>
	</class>
	<class name="System.Reflection.Emit.ConstructorBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._ConstructorBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.CustomAttributeBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._CustomAttributeBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.EnumBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._EnumBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.EventBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._EventBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.FieldBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._FieldBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.ILGenerator" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._ILGenerator, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.LocalBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._LocalBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.MethodBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._MethodBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.MethodRental" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._MethodRental, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.ModuleBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._ModuleBuilder, but does not</msg>
		<method name="DefineDocument" signature="System.Diagnostics.SymbolStore.ISymbolDocumentWriter DefineDocument(System.String url, System.Guid language, System.Guid languageVendor, System.Guid documentType)">
			<todo/>
		</method>
		<method name="DefineManifestResource" signature="System.Void DefineManifestResource(System.String name, System.IO.Stream stream, System.Reflection.ResourceAttributes attribute)">
			<missing/>
		</method>
		<method name="DefineResource" signature="System.Resources.IResourceWriter DefineResource(System.String name, System.String description, System.Reflection.ResourceAttributes attribute)">
			<todo/>
		</method>
		<method name="DefineUnmanagedResource" signature="System.Void DefineUnmanagedResource(System.Byte[] resource)">
			<todo/>
		</method>
		<method name="DefineUnmanagedResource" signature="System.Void DefineUnmanagedResource(System.String resourceFileName)">
			<todo/>
		</method>
		<method name="GetArrayMethod" signature="System.Reflection.MethodInfo GetArrayMethod(System.Type arrayClass, System.String methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)">
			<todo/>
		</method>
		<method name="GetArrayMethodToken" signature="System.Reflection.Emit.MethodToken GetArrayMethodToken(System.Type arrayClass, System.String methodName, System.Reflection.CallingConventions callingConvention, System.Type returnType, System.Type[] parameterTypes)">
			<todo/>
		</method>
		<method name="GetSignatureToken" signature="System.Reflection.Emit.SignatureToken GetSignatureToken(System.Reflection.Emit.SignatureHelper sigHelper)">
			<todo/>
		</method>
		<method name="GetSignatureToken" signature="System.Reflection.Emit.SignatureToken GetSignatureToken(System.Byte[] sigBytes, System.Int32 sigLength)">
			<todo/>
		</method>
		<method name="GetSymWriter" signature="System.Diagnostics.SymbolStore.ISymbolWriter GetSymWriter()">
			<todo/>
		</method>
		<method name="GetTypes" signature="System.Type[] GetTypes()">
			<todo/>
		</method>
		<method name="SetCustomAttribute" signature="System.Void SetCustomAttribute(System.Reflection.ConstructorInfo con, System.Byte[] binaryAttribute)">
			<todo/>
		</method>
		<method name="SetCustomAttribute" signature="System.Void SetCustomAttribute(System.Reflection.Emit.CustomAttributeBuilder customBuilder)">
			<todo/>
		</method>
		<method name="SetSymCustomAttribute" signature="System.Void SetSymCustomAttribute(System.String name, System.Byte[] data)">
			<todo/>
		</method>
		<method name="SetUserEntryPoint" signature="System.Void SetUserEntryPoint(System.Reflection.MethodInfo entryPoint)">
			<todo/>
		</method>
	</class>
	<class name="System.Reflection.Emit.ParameterBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._ParameterBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.PropertyBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._PropertyBuilder, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.SignatureHelper" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._SignatureHelper, but does not</msg>
	</class>
	<class name="System.Reflection.Emit.TypeBuilder" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._TypeBuilder, but does not</msg>
		<method name="IsAssignableFrom" signature="System.Boolean IsAssignableFrom(System.Type c)">
			<todo/>
		</method>
	</class>
	<class name="System.Resources.ResXResourceWriter" assembly="System.Windows.Forms">
		<method name="Dispose" signature="System.Void Dispose()">
			<msg>should have attributes `public virtual hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Runtime.InteropServices.BINDPTR" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.BIND_OPTS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.CALLCONV" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.CONNECTDATA" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.DESCKIND" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.DISPPARAMS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.DllImportAttribute" assembly="mscorlib">
		<attribute name="AttributeUsageAttribute(AttributeTargets.Method, Inherited=false)">
			<missing/>
		</attribute>
		<attribute name="AttributeUsageAttribute(AttributeTargets.Method | AttributeTargets.Field, AllowMultiple=false, Inherited=false)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.ELEMDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.EXCEPINFO" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.FILETIME" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.FUNCDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.FUNCFLAGS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.FUNCKIND" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.IDLDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.IDLFLAG" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.IMPLTYPEFLAGS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.INVOKEKIND" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.LIBFLAGS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.PARAMDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.PARAMFLAG" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.STATSTG" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.SYSKIND" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute" assembly="mscorlib">
		<missing/>
		<ctor signature="System.Runtime.InteropServices.SetWin32ContextInIDispatchAttribute()">
			<missing/>
		</ctor>
	</class>
	<class name="System.Runtime.InteropServices.TYPEATTR" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.TYPEDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.TYPEFLAGS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.TYPEKIND" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.TYPELIBATTR" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.TypeLibImportClassAttribute" assembly="mscorlib">
		<missing/>
		<ctor signature="System.Runtime.InteropServices.TypeLibImportClassAttribute(System.Type importClass)">
			<missing/>
		</ctor>
		<property name="Value" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIBindCtx" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIConnectionPoint" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIConnectionPointContainer" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIEnumConnectionPoints" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIEnumConnections" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIEnumMoniker" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIEnumString" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIEnumVARIANT" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIMoniker" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIPersistFile" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIRunningObjectTable" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMIStream" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMITypeComp" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMITypeInfo" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.UCOMITypeLib" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.VARDESC" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.VARFLAGS" assembly="mscorlib">
		<attribute name="ObsoleteAttribute(&quot;Use the class in System.Runtime.InteropServices.ComTypes instead&quot;)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices.VariantWrapper" assembly="mscorlib">
		<attribute name="ComVisibleAttribute(false)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Runtime.InteropServices._Activator" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._Assembly" assembly="mscorlib">
		<missing/>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName)">
			<missing/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase)">
			<missing/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.String typeName, System.Boolean ignoreCase, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Object[] args, System.Globalization.CultureInfo culture, System.Object[] activationAttributes)">
			<missing/>
		</method>
		<method name="Equals" signature="System.Boolean Equals(System.Object other)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Type attributeType, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetCustomAttributes" signature="System.Object[] GetCustomAttributes(System.Boolean inherit)">
			<missing/>
		</method>
		<method name="GetExportedTypes" signature="System.Type[] GetExportedTypes()">
			<missing/>
		</method>
		<method name="GetFile" signature="System.IO.FileStream GetFile(System.String name)">
			<missing/>
		</method>
		<method name="GetFiles" signature="System.IO.FileStream[] GetFiles()">
			<missing/>
		</method>
		<method name="GetFiles" signature="System.IO.FileStream[] GetFiles(System.Boolean getResourceModules)">
			<missing/>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<missing/>
		</method>
		<method name="GetLoadedModules" signature="System.Reflection.Module[] GetLoadedModules()">
			<missing/>
		</method>
		<method name="GetLoadedModules" signature="System.Reflection.Module[] GetLoadedModules(System.Boolean getResourceModules)">
			<missing/>
		</method>
		<method name="GetManifestResourceInfo" signature="System.Reflection.ManifestResourceInfo GetManifestResourceInfo(System.String resourceName)">
			<missing/>
		</method>
		<method name="GetManifestResourceNames" signature="System.String[] GetManifestResourceNames()">
			<missing/>
		</method>
		<method name="GetManifestResourceStream" signature="System.IO.Stream GetManifestResourceStream(System.Type type, System.String name)">
			<missing/>
		</method>
		<method name="GetManifestResourceStream" signature="System.IO.Stream GetManifestResourceStream(System.String name)">
			<missing/>
		</method>
		<method name="GetModule" signature="System.Reflection.Module GetModule(System.String name)">
			<missing/>
		</method>
		<method name="GetModules" signature="System.Reflection.Module[] GetModules()">
			<missing/>
		</method>
		<method name="GetModules" signature="System.Reflection.Module[] GetModules(System.Boolean getResourceModules)">
			<missing/>
		</method>
		<method name="GetName" signature="System.Reflection.AssemblyName GetName()">
			<missing/>
		</method>
		<method name="GetName" signature="System.Reflection.AssemblyName GetName(System.Boolean copiedName)">
			<missing/>
		</method>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<missing/>
		</method>
		<method name="GetReferencedAssemblies" signature="System.Reflection.AssemblyName[] GetReferencedAssemblies()">
			<missing/>
		</method>
		<method name="GetSatelliteAssembly" signature="System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="GetSatelliteAssembly" signature="System.Reflection.Assembly GetSatelliteAssembly(System.Globalization.CultureInfo culture, System.Version version)">
			<missing/>
		</method>
		<method name="GetType" signature="System.Type GetType()">
			<missing/>
		</method>
		<method name="GetType" signature="System.Type GetType(System.String name)">
			<missing/>
		</method>
		<method name="GetType" signature="System.Type GetType(System.String name, System.Boolean throwOnError)">
			<missing/>
		</method>
		<method name="GetType" signature="System.Type GetType(System.String name, System.Boolean throwOnError, System.Boolean ignoreCase)">
			<missing/>
		</method>
		<method name="GetTypes" signature="System.Type[] GetTypes()">
			<missing/>
		</method>
		<method name="IsDefined" signature="System.Boolean IsDefined(System.Type attributeType, System.Boolean inherit)">
			<missing/>
		</method>
		<method name="LoadModule" signature="System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule)">
			<missing/>
		</method>
		<method name="LoadModule" signature="System.Reflection.Module LoadModule(System.String moduleName, System.Byte[] rawModule, System.Byte[] rawSymbolStore)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<method name="add_ModuleResolve" signature="System.Void add_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)">
			<missing/>
		</method>
		<method name="remove_ModuleResolve" signature="System.Void remove_ModuleResolve(System.Reflection.ModuleResolveEventHandler value)">
			<missing/>
		</method>
		<property name="CodeBase" type="System.String">
			<missing/>
		</property>
		<property name="EntryPoint" type="System.Reflection.MethodInfo">
			<missing/>
		</property>
		<property name="EscapedCodeBase" type="System.String">
			<missing/>
		</property>
		<property name="Evidence" type="System.Security.Policy.Evidence">
			<missing/>
		</property>
		<property name="FullName" type="System.String">
			<missing/>
		</property>
		<property name="GlobalAssemblyCache" type="System.Boolean">
			<missing/>
		</property>
		<property name="Location" type="System.String">
			<missing/>
		</property>
		<event name="ModuleResolve">
			<missing/>
		</event>
	</class>
	<class name="System.Runtime.InteropServices._AssemblyBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._AssemblyName" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._Attribute" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._ConstructorBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._ConstructorInfo" assembly="mscorlib">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.ConstructorInfo))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
		<method name="Invoke_2" signature="System.Object Invoke_2(System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="Invoke_3" signature="System.Object Invoke_3(System.Object obj, System.Object[] parameters)">
			<missing/>
		</method>
		<method name="Invoke_4" signature="System.Object Invoke_4(System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="Invoke_5" signature="System.Object Invoke_5(System.Object[] parameters)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._CustomAttributeBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._EnumBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._EventBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._EventInfo" assembly="mscorlib">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.EventInfo))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._FieldBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._FieldInfo" assembly="mscorlib">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.FieldInfo))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="GetValueDirect" signature="System.Object GetValueDirect(System.TypedReference obj)">
			<attribute name="CLSCompliantAttribute(false)">
				<missing/>
			</attribute>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
		<method name="SetValueDirect" signature="System.Void SetValueDirect(System.TypedReference obj, System.Object value)">
			<attribute name="CLSCompliantAttribute(false)">
				<missing/>
			</attribute>
		</method>
		<property name="FieldType" type="System.Type">
			<missing/>
		</property>
		<property name="IsLiteral" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Runtime.InteropServices._ILGenerator" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._LocalBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._MemberInfo" assembly="mscorlib">
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.MemberInfo))">
			<missing/>
		</attribute>
		<attribute name="GuidAttribute(&quot;F7102FA9-CABB-3A74-A6DA-B4567EF1B079&quot;)">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<attribute name="GuidAttribute(&quot;f7102fa9-cabb-3a74-a6da-b4567ef1b079&quot;)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._MethodBase" assembly="mscorlib">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.MethodBase))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._MethodBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._MethodInfo" assembly="mscorlib">
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.MethodInfo))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._MethodRental" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._Module" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._ModuleBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._ParameterBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._ParameterInfo" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._PropertyBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._PropertyInfo" assembly="mscorlib">
		<attribute name="TypeLibImportClassAttribute(typeof(System.Reflection.PropertyInfo))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._SignatureHelper" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._Thread" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.InteropServices._Type" assembly="mscorlib">
		<attribute name="TypeLibImportClassAttribute(typeof(System.Type))">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(1)">
			<missing/>
		</attribute>
		<attribute name="InterfaceTypeAttribute(0)">
			<extra/>
		</attribute>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
		<property name="IsPublic" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Runtime.InteropServices._TypeBuilder" assembly="mscorlib">
		<missing/>
		<method name="GetIDsOfNames" signature="System.Void GetIDsOfNames(System.Guid&amp; riid, System.IntPtr rgszNames, System.UInt32 cNames, System.UInt32 lcid, System.IntPtr rgDispId)">
			<missing/>
		</method>
		<method name="GetTypeInfo" signature="System.Void GetTypeInfo(System.UInt32 iTInfo, System.UInt32 lcid, System.IntPtr ppTInfo)">
			<missing/>
		</method>
		<method name="GetTypeInfoCount" signature="System.Void GetTypeInfoCount(System.UInt32&amp; pcTInfo)">
			<missing/>
		</method>
		<method name="Invoke" signature="System.Void Invoke(System.UInt32 dispIdMember, System.Guid&amp; riid, System.UInt32 lcid, System.Int16 wFlags, System.IntPtr pDispParams, System.IntPtr pVarResult, System.IntPtr pExcepInfo, System.IntPtr puArgErr)">
			<missing/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.ObjRef" assembly="mscorlib">
		<ctor signature="System.Runtime.Remoting.ObjRef(System.MarshalByRefObject o, System.Type requestedType)">
			<todo/>
		</ctor>
		<ctor signature="System.Runtime.Remoting.ObjRef(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</ctor>
		<ctor signature="System.Runtime.Remoting.ObjRef()">
			<todo/>
		</ctor>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</method>
		<method name="GetRealObject" signature="System.Object GetRealObject(System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</method>
		<method name="IsFromThisAppDomain" signature="System.Boolean IsFromThisAppDomain()">
			<todo/>
		</method>
		<method name="IsFromThisProcess" signature="System.Boolean IsFromThisProcess()">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.RemotingConfiguration" assembly="mscorlib">
		<msg>should have attributes `public auto ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<method name="Configure" signature="static System.Void Configure(System.String filename)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.RemotingServices" assembly="mscorlib">
		<method name="Connect" signature="static System.Object Connect(System.Type classToProxy, System.String url, System.Object data)">
			<todo/>
		</method>
		<method name="Disconnect" signature="static System.Boolean Disconnect(System.MarshalByRefObject obj)">
			<todo/>
		</method>
		<method name="ExecuteMessage" signature="static System.Runtime.Remoting.Messaging.IMethodReturnMessage ExecuteMessage(System.MarshalByRefObject target, System.Runtime.Remoting.Messaging.IMethodCallMessage reqMsg)">
			<todo/>
		</method>
		<method name="GetMethodBaseFromMethodMessage" signature="static System.Reflection.MethodBase GetMethodBaseFromMethodMessage(System.Runtime.Remoting.Messaging.IMethodMessage msg)">
			<todo/>
		</method>
		<method name="GetRealProxy" signature="static System.Runtime.Remoting.Proxies.RealProxy GetRealProxy(System.Object proxy)">
			<todo/>
		</method>
		<method name="GetServerTypeForUri" signature="static System.Type GetServerTypeForUri(System.String URI)">
			<todo/>
		</method>
		<method name="Marshal" signature="static System.Runtime.Remoting.ObjRef Marshal(System.MarshalByRefObject Obj, System.String ObjURI, System.Type RequestedType)">
			<todo/>
		</method>
		<method name="Unmarshal" signature="static System.Object Unmarshal(System.Runtime.Remoting.ObjRef objectRef, System.Boolean fRefine)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Channels.ChannelServices" assembly="mscorlib">
		<method name="AsyncDispatchMessage" signature="static System.Runtime.Remoting.Messaging.IMessageCtrl AsyncDispatchMessage(System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessageSink replySink)">
			<todo/>
		</method>
		<method name="CreateServerChannelSinkChain" signature="static System.Runtime.Remoting.Channels.IServerChannelSink CreateServerChannelSinkChain(System.Runtime.Remoting.Channels.IServerChannelSinkProvider provider, System.Runtime.Remoting.Channels.IChannelReceiver channel)">
			<todo/>
		</method>
		<method name="DispatchMessage" signature="static System.Runtime.Remoting.Channels.ServerProcessing DispatchMessage(System.Runtime.Remoting.Channels.IServerChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Messaging.IMessage&amp; replyMsg)">
			<todo/>
		</method>
		<method name="GetChannelSinkProperties" signature="static System.Collections.IDictionary GetChannelSinkProperties(System.Object obj)">
			<todo/>
		</method>
		<method name="GetUrlsForObject" signature="static System.String[] GetUrlsForObject(System.MarshalByRefObject obj)">
			<todo/>
		</method>
		<method name="SyncDispatchMessage" signature="static System.Runtime.Remoting.Messaging.IMessage SyncDispatchMessage(System.Runtime.Remoting.Messaging.IMessage msg)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Channels.ServerChannelSinkStack" assembly="mscorlib">
		<method name="StoreAndDispatch" signature="System.Void StoreAndDispatch(System.Runtime.Remoting.Channels.IServerChannelSink sink, System.Object state)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Contexts.Context" assembly="mscorlib">
		<method name="DoCallBack" signature="System.Void DoCallBack(System.Runtime.Remoting.Contexts.CrossContextDelegate deleg)">
			<todo/>
		</method>
		<method name="RegisterDynamicProperty" signature="static System.Boolean RegisterDynamicProperty(System.Runtime.Remoting.Contexts.IDynamicProperty prop, System.ContextBoundObject obj, System.Runtime.Remoting.Contexts.Context ctx)">
			<todo/>
		</method>
		<method name="UnregisterDynamicProperty" signature="static System.Boolean UnregisterDynamicProperty(System.String name, System.ContextBoundObject obj, System.Runtime.Remoting.Contexts.Context ctx)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Lifetime.LifetimeServices" assembly="mscorlib">
		<todo/>
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto sealed ansi &apos; instead</msg>
	</class>
	<class name="System.Runtime.Remoting.Messaging.ConstructionCall" assembly="mscorlib">
		<property name="ActivationType" type="System.Type">
			<todo/>
		</property>
	</class>
	<class name="System.Runtime.Remoting.Messaging.LogicalCallContext" assembly="mscorlib">
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector" assembly="mscorlib">
		<ctor signature="System.Runtime.Remoting.Messaging.RemotingSurrogateSelector()">
			<todo/>
		</ctor>
		<method name="ChainSelector" signature="System.Void ChainSelector(System.Runtime.Serialization.ISurrogateSelector selector)">
			<todo/>
		</method>
		<method name="GetSurrogate" signature="System.Runtime.Serialization.ISerializationSurrogate GetSurrogate(System.Type type, System.Runtime.Serialization.StreamingContext context, System.Runtime.Serialization.ISurrogateSelector&amp; ssout)">
			<todo/>
		</method>
		<method name="UseSoapFormat" signature="System.Void UseSoapFormat()">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Proxies.ProxyAttribute" assembly="mscorlib">
		<method name="CreateInstance" signature="System.MarshalByRefObject CreateInstance(System.Type serverType)">
			<todo/>
		</method>
		<method name="CreateProxy" signature="System.Runtime.Remoting.Proxies.RealProxy CreateProxy(System.Runtime.Remoting.ObjRef objRef, System.Type serverType, System.Object serverObject, System.Runtime.Remoting.Contexts.Context serverContext)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Remoting.Proxies.RealProxy" assembly="mscorlib">
		<method name="InitializeServerObject" signature="System.Runtime.Remoting.Activation.IConstructionReturnMessage InitializeServerObject(System.Runtime.Remoting.Activation.IConstructionCallMessage ctorMsg)">
			<todo/>
		</method>
	</class>
	<class name="System.Runtime.Serialization.FormatterServices" assembly="mscorlib">
		<method name="GetObjectData" signature="static System.Object[] GetObjectData(System.Object obj, System.Reflection.MemberInfo[] members)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
		<method name="GetSafeUninitializedObject" signature="static System.Object GetSafeUninitializedObject(System.Type type)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
		<method name="GetSerializableMembers" signature="static System.Reflection.MemberInfo[] GetSerializableMembers(System.Type type)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
		<method name="GetSerializableMembers" signature="static System.Reflection.MemberInfo[] GetSerializableMembers(System.Type type, System.Runtime.Serialization.StreamingContext context)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
		<method name="GetSurrogateForCyclicalReference" signature="static System.Runtime.Serialization.ISerializationSurrogate GetSurrogateForCyclicalReference(System.Runtime.Serialization.ISerializationSurrogate innerSurrogate)">
			<missing/>
		</method>
		<method name="GetTypeFromAssembly" signature="static System.Type GetTypeFromAssembly(System.Reflection.Assembly assem, System.String name)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
			<attribute name="ReflectionPermissionAttribute(6, TypeInformation=true)">
				<extra/>
			</attribute>
		</method>
		<method name="GetUninitializedObject" signature="static System.Object GetUninitializedObject(System.Type type)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
		<method name="PopulateObjectMembers" signature="static System.Object PopulateObjectMembers(System.Object obj, System.Reflection.MemberInfo[] members, System.Object[] data)">
			<msg>should have attributes `public static hidebysig &apos;, but has `public static hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Runtime.Serialization.Formatters.Binary.BinaryFormatter" assembly="mscorlib">
		<method name="Deserialize" signature="System.Object Deserialize(System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler)">
			<todo/>
		</method>
		<method name="DeserializeMethodResponse" signature="System.Object DeserializeMethodResponse(System.IO.Stream serializationStream, System.Runtime.Remoting.Messaging.HeaderHandler handler, System.Runtime.Remoting.Messaging.IMethodCallMessage methodCallMessage)">
			<todo/>
		</method>
		<method name="Serialize" signature="System.Void Serialize(System.IO.Stream serializationStream, System.Object graph, System.Runtime.Remoting.Messaging.Header[] headers)">
			<todo/>
		</method>
	</class>
	<class name="System.Security.Cryptography.CspProviderFlags" assembly="mscorlib">
		<field name="UseExistingKey" type="System.Security.Cryptography.CspProviderFlags">
			<missing/>
		</field>
	</class>
	<class name="System.Security.Cryptography.HMACSHA1" assembly="mscorlib">
		<msg>should have base type System.Security.Cryptography.KeyedHashAlgorithm but has base System.Security.Cryptography.HMAC instead</msg>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="HashCore" signature="System.Void HashCore(System.Byte[] rgb, System.Int32 ib, System.Int32 cb)">
			<missing/>
		</method>
		<method name="HashFinal" signature="System.Byte[] HashFinal()">
			<missing/>
		</method>
		<method name="Initialize" signature="System.Void Initialize()">
			<missing/>
		</method>
		<property name="HashName" type="System.String">
			<missing/>
		</property>
		<property name="Key" type="System.Byte[]">
			<missing/>
		</property>
	</class>
	<class name="System.Security.Policy.PolicyLevel" assembly="mscorlib">
		<method name="FromXml" signature="System.Void FromXml(System.Security.SecurityElement e)">
			<todo/>
		</method>
		<method name="Resolve" signature="System.Security.Policy.PolicyStatement Resolve(System.Security.Policy.Evidence evidence)">
			<todo/>
		</method>
		<method name="ToXml" signature="System.Security.SecurityElement ToXml()">
			<todo/>
		</method>
	</class>
	<class name="System.Text.RegularExpressions.CaptureCollection" assembly="System">
		<method name="CopyTo" signature="System.Void CopyTo(System.Array array, System.Int32 arrayIndex)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="IsSynchronized" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="SyncRoot" type="System.Object">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Text.RegularExpressions.GroupCollection" assembly="System">
		<method name="CopyTo" signature="System.Void CopyTo(System.Array array, System.Int32 arrayIndex)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="IsSynchronized" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="SyncRoot" type="System.Object">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Text.RegularExpressions.MatchCollection" assembly="System">
		<method name="CopyTo" signature="System.Void CopyTo(System.Array array, System.Int32 arrayIndex)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="IsSynchronized" type="System.Boolean">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="Item" type="System.Text.RegularExpressions.Match">
			<msg>should have attributes `public virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</property>
		<property name="SyncRoot" type="System.Object">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Text.RegularExpressions.Regex" assembly="System">
		<method name="CompileToAssembly" signature="static System.Void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, System.String resourceFile)">
			<todo/>
		</method>
		<method name="InitializeReferences" signature="System.Void InitializeReferences()">
			<todo/>
		</method>
		<method name="UseOptionC" signature="System.Boolean UseOptionC()">
			<todo/>
		</method>
		<method name="UseOptionR" signature="System.Boolean UseOptionR()">
			<todo/>
		</method>
		<field name="capnames" type="System.Collections.Hashtable">
			<todo/>
		</field>
		<field name="caps" type="System.Collections.Hashtable">
			<todo/>
		</field>
		<field name="capsize" type="System.Int32">
			<todo/>
		</field>
		<field name="capslist" type="System.String[]">
			<todo/>
		</field>
		<field name="factory" type="System.Text.RegularExpressions.RegexRunnerFactory">
			<todo/>
		</field>
	</class>
	<class name="System.Text.RegularExpressions.RegexRunner" assembly="System">
		<ctor signature="System.Text.RegularExpressions.RegexRunner()">
			<todo/>
		</ctor>
		<method name="Capture" signature="System.Void Capture(System.Int32 capnum, System.Int32 start, System.Int32 end)">
			<todo/>
		</method>
		<method name="CharInSet" signature="static System.Boolean CharInSet(System.Char ch, System.String set, System.String category)">
			<todo/>
		</method>
		<method name="Crawl" signature="System.Void Crawl(System.Int32 i)">
			<todo/>
		</method>
		<method name="Crawlpos" signature="System.Int32 Crawlpos()">
			<todo/>
		</method>
		<method name="DoubleCrawl" signature="System.Void DoubleCrawl()">
			<todo/>
		</method>
		<method name="DoubleStack" signature="System.Void DoubleStack()">
			<todo/>
		</method>
		<method name="DoubleTrack" signature="System.Void DoubleTrack()">
			<todo/>
		</method>
		<method name="EnsureStorage" signature="System.Void EnsureStorage()">
			<todo/>
		</method>
		<method name="IsBoundary" signature="System.Boolean IsBoundary(System.Int32 index, System.Int32 startpos, System.Int32 endpos)">
			<todo/>
		</method>
		<method name="IsECMABoundary" signature="System.Boolean IsECMABoundary(System.Int32 index, System.Int32 startpos, System.Int32 endpos)">
			<todo/>
		</method>
		<method name="IsMatched" signature="System.Boolean IsMatched(System.Int32 cap)">
			<todo/>
		</method>
		<method name="MatchIndex" signature="System.Int32 MatchIndex(System.Int32 cap)">
			<todo/>
		</method>
		<method name="MatchLength" signature="System.Int32 MatchLength(System.Int32 cap)">
			<todo/>
		</method>
		<method name="Popcrawl" signature="System.Int32 Popcrawl()">
			<todo/>
		</method>
		<method name="TransferCapture" signature="System.Void TransferCapture(System.Int32 capnum, System.Int32 uncapnum, System.Int32 start, System.Int32 end)">
			<todo/>
		</method>
		<method name="Uncapture" signature="System.Void Uncapture()">
			<todo/>
		</method>
		<field name="runcrawl" type="System.Int32[]">
			<todo/>
		</field>
		<field name="runcrawlpos" type="System.Int32">
			<todo/>
		</field>
		<field name="runmatch" type="System.Text.RegularExpressions.Match">
			<todo/>
		</field>
		<field name="runregex" type="System.Text.RegularExpressions.Regex">
			<todo/>
		</field>
		<field name="runstack" type="System.Int32[]">
			<todo/>
		</field>
		<field name="runstackpos" type="System.Int32">
			<todo/>
		</field>
		<field name="runtext" type="System.String">
			<todo/>
		</field>
		<field name="runtextbeg" type="System.Int32">
			<todo/>
		</field>
		<field name="runtextend" type="System.Int32">
			<todo/>
		</field>
		<field name="runtextpos" type="System.Int32">
			<todo/>
		</field>
		<field name="runtextstart" type="System.Int32">
			<todo/>
		</field>
		<field name="runtrack" type="System.Int32[]">
			<todo/>
		</field>
		<field name="runtrackcount" type="System.Int32">
			<todo/>
		</field>
		<field name="runtrackpos" type="System.Int32">
			<todo/>
		</field>
	</class>
	<class name="System.Threading.Thread" assembly="mscorlib">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<msg>should implement System.Runtime.InteropServices._Thread, but does not</msg>
	</class>
	<class name="System.Timers.Timer" assembly="System">
		<property name="SynchronizingObject" type="System.ComponentModel.ISynchronizeInvoke">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.AccessibleObject" assembly="System.Windows.Forms">
		<method name="UseStdAccessibleObjects" signature="System.Void UseStdAccessibleObjects(System.IntPtr handle)">
			<missing/>
		</method>
		<method name="UseStdAccessibleObjects" signature="System.Void UseStdAccessibleObjects(System.IntPtr handle, System.Int32 objid)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.AnchorStyles" assembly="System.Windows.Forms">
		<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.AnchorEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
		<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.AnchorEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
			<extra/>
		</attribute>
	</class>
	<class name="System.Windows.Forms.AxHost" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.AxHost(System.String clsid)">
			<missing/>
		</ctor>
		<ctor signature="System.Windows.Forms.AxHost(System.String clsid, System.Int32 flags)">
			<missing/>
		</ctor>
		<method name="AttachInterfaces" signature="System.Void AttachInterfaces()">
			<missing/>
		</method>
		<method name="BeginInit" signature="System.Void BeginInit()">
			<missing/>
		</method>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="CreateSink" signature="System.Void CreateSink()">
			<missing/>
		</method>
		<method name="DestroyHandle" signature="System.Void DestroyHandle()">
			<missing/>
		</method>
		<method name="DetachSink" signature="System.Void DetachSink()">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="DoVerb" signature="System.Void DoVerb(System.Int32 verb)">
			<missing/>
		</method>
		<method name="EndInit" signature="System.Void EndInit()">
			<missing/>
		</method>
		<method name="GetColorFromOleColor" signature="static System.Drawing.Color GetColorFromOleColor(System.UInt32 color)">
			<missing/>
		</method>
		<method name="GetFontFromIFont" signature="static System.Drawing.Font GetFontFromIFont(System.Object font)">
			<missing/>
		</method>
		<method name="GetFontFromIFontDisp" signature="static System.Drawing.Font GetFontFromIFontDisp(System.Object font)">
			<missing/>
		</method>
		<method name="GetIFontDispFromFont" signature="static System.Object GetIFontDispFromFont(System.Drawing.Font font)">
			<missing/>
		</method>
		<method name="GetIFontFromFont" signature="static System.Object GetIFontFromFont(System.Drawing.Font font)">
			<missing/>
		</method>
		<method name="GetIPictureDispFromPicture" signature="static System.Object GetIPictureDispFromPicture(System.Drawing.Image image)">
			<missing/>
		</method>
		<method name="GetIPictureFromCursor" signature="static System.Object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor)">
			<missing/>
		</method>
		<method name="GetIPictureFromPicture" signature="static System.Object GetIPictureFromPicture(System.Drawing.Image image)">
			<missing/>
		</method>
		<method name="GetOADateFromTime" signature="static System.Double GetOADateFromTime(System.DateTime time)">
			<missing/>
		</method>
		<method name="GetOcx" signature="System.Object GetOcx()">
			<missing/>
		</method>
		<method name="GetOleColorFromColor" signature="static System.UInt32 GetOleColorFromColor(System.Drawing.Color color)">
			<missing/>
		</method>
		<method name="GetPictureFromIPicture" signature="static System.Drawing.Image GetPictureFromIPicture(System.Object picture)">
			<missing/>
		</method>
		<method name="GetPictureFromIPictureDisp" signature="static System.Drawing.Image GetPictureFromIPictureDisp(System.Object picture)">
			<missing/>
		</method>
		<method name="GetTimeFromOADate" signature="static System.DateTime GetTimeFromOADate(System.Double date)">
			<missing/>
		</method>
		<method name="HasPropertyPages" signature="System.Boolean HasPropertyPages()">
			<missing/>
		</method>
		<method name="InvokeEditMode" signature="System.Void InvokeEditMode()">
			<missing/>
		</method>
		<method name="IsInputChar" signature="System.Boolean IsInputChar(System.Char charCode)">
			<missing/>
		</method>
		<method name="MakeDirty" signature="System.Void MakeDirty()">
			<missing/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnForeColorChanged" signature="System.Void OnForeColorChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnInPlaceActive" signature="System.Void OnInPlaceActive()">
			<missing/>
		</method>
		<method name="OnLostFocus" signature="System.Void OnLostFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="PreProcessMessage" signature="System.Boolean PreProcessMessage(System.Windows.Forms.Message&amp; msg)">
			<missing/>
		</method>
		<method name="ProcessDialogKey" signature="System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)">
			<missing/>
		</method>
		<method name="ProcessMnemonic" signature="System.Boolean ProcessMnemonic(System.Char charCode)">
			<missing/>
		</method>
		<method name="PropsValid" signature="System.Boolean PropsValid()">
			<missing/>
		</method>
		<method name="RaiseOnMouseDown" signature="System.Void RaiseOnMouseDown(System.Object o1, System.Object o2, System.Object o3, System.Object o4)">
			<missing/>
		</method>
		<method name="RaiseOnMouseDown" signature="System.Void RaiseOnMouseDown(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)">
			<missing/>
		</method>
		<method name="RaiseOnMouseDown" signature="System.Void RaiseOnMouseDown(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="RaiseOnMouseMove" signature="System.Void RaiseOnMouseMove(System.Object o1, System.Object o2, System.Object o3, System.Object o4)">
			<missing/>
		</method>
		<method name="RaiseOnMouseMove" signature="System.Void RaiseOnMouseMove(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)">
			<missing/>
		</method>
		<method name="RaiseOnMouseMove" signature="System.Void RaiseOnMouseMove(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="RaiseOnMouseUp" signature="System.Void RaiseOnMouseUp(System.Object o1, System.Object o2, System.Object o3, System.Object o4)">
			<missing/>
		</method>
		<method name="RaiseOnMouseUp" signature="System.Void RaiseOnMouseUp(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)">
			<missing/>
		</method>
		<method name="RaiseOnMouseUp" signature="System.Void RaiseOnMouseUp(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="SetAboutBoxDelegate" signature="System.Void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d)">
			<missing/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<missing/>
		</method>
		<method name="SetVisibleCore" signature="System.Void SetVisibleCore(System.Boolean value)">
			<missing/>
		</method>
		<method name="ShowAboutBox" signature="System.Void ShowAboutBox()">
			<missing/>
		</method>
		<method name="ShowPropertyPages" signature="System.Void ShowPropertyPages()">
			<missing/>
		</method>
		<method name="ShowPropertyPages" signature="System.Void ShowPropertyPages(System.Windows.Forms.Control control)">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BindingContextChanged" signature="System.Void add_BindingContextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ChangeUICues" signature="System.Void add_ChangeUICues(System.Windows.Forms.UICuesEventHandler value)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ContextMenuChanged" signature="System.Void add_ContextMenuChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_CursorChanged" signature="System.Void add_CursorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DragDrop" signature="System.Void add_DragDrop(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_DragEnter" signature="System.Void add_DragEnter(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_DragLeave" signature="System.Void add_DragLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DragOver" signature="System.Void add_DragOver(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_EnabledChanged" signature="System.Void add_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_GiveFeedback" signature="System.Void add_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)">
			<missing/>
		</method>
		<method name="add_HelpRequested" signature="System.Void add_HelpRequested(System.Windows.Forms.HelpEventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyDown" signature="System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyPress" signature="System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyUp" signature="System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_Layout" signature="System.Void add_Layout(System.Windows.Forms.LayoutEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseDown" signature="System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseEnter" signature="System.Void add_MouseEnter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseHover" signature="System.Void add_MouseHover(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseLeave" signature="System.Void add_MouseLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseMove" signature="System.Void add_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseUp" signature="System.Void add_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseWheel" signature="System.Void add_MouseWheel(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_QueryAccessibilityHelp" signature="System.Void add_QueryAccessibilityHelp(System.Windows.Forms.QueryAccessibilityHelpEventHandler value)">
			<missing/>
		</method>
		<method name="add_QueryContinueDrag" signature="System.Void add_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)">
			<missing/>
		</method>
		<method name="add_RightToLeftChanged" signature="System.Void add_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_StyleChanged" signature="System.Void add_StyleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabIndexChanged" signature="System.Void add_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BindingContextChanged" signature="System.Void remove_BindingContextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ChangeUICues" signature="System.Void remove_ChangeUICues(System.Windows.Forms.UICuesEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ContextMenuChanged" signature="System.Void remove_ContextMenuChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_CursorChanged" signature="System.Void remove_CursorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragDrop" signature="System.Void remove_DragDrop(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragEnter" signature="System.Void remove_DragEnter(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragLeave" signature="System.Void remove_DragLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragOver" signature="System.Void remove_DragOver(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_EnabledChanged" signature="System.Void remove_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_GiveFeedback" signature="System.Void remove_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)">
			<missing/>
		</method>
		<method name="remove_HelpRequested" signature="System.Void remove_HelpRequested(System.Windows.Forms.HelpEventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyDown" signature="System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyPress" signature="System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyUp" signature="System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Layout" signature="System.Void remove_Layout(System.Windows.Forms.LayoutEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseDown" signature="System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseEnter" signature="System.Void remove_MouseEnter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseHover" signature="System.Void remove_MouseHover(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseLeave" signature="System.Void remove_MouseLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseMove" signature="System.Void remove_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseUp" signature="System.Void remove_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseWheel" signature="System.Void remove_MouseWheel(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_QueryAccessibilityHelp" signature="System.Void remove_QueryAccessibilityHelp(System.Windows.Forms.QueryAccessibilityHelpEventHandler value)">
			<missing/>
		</method>
		<method name="remove_QueryContinueDrag" signature="System.Void remove_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_RightToLeftChanged" signature="System.Void remove_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_StyleChanged" signature="System.Void remove_StyleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabIndexChanged" signature="System.Void remove_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="ContainingControl" type="System.Windows.Forms.ContainerControl">
			<missing/>
		</property>
		<property name="ContextMenu" type="System.Windows.Forms.ContextMenu">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="Cursor" type="System.Windows.Forms.Cursor">
			<missing/>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="EditMode" type="System.Boolean">
			<missing/>
		</property>
		<property name="Enabled" type="System.Boolean">
			<missing/>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HasAboutBox" type="System.Boolean">
			<missing/>
		</property>
		<property name="OcxState" type="System.Windows.Forms.AxHost.State">
			<missing/>
		</property>
		<property name="RightToLeft" type="System.Boolean">
			<missing/>
		</property>
		<property name="Site" type="System.ComponentModel.ISite">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="BindingContextChanged">
			<missing/>
		</event>
		<event name="ChangeUICues">
			<missing/>
		</event>
		<event name="Click">
			<missing/>
		</event>
		<event name="ContextMenuChanged">
			<missing/>
		</event>
		<event name="CursorChanged">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="DragDrop">
			<missing/>
		</event>
		<event name="DragEnter">
			<missing/>
		</event>
		<event name="DragLeave">
			<missing/>
		</event>
		<event name="DragOver">
			<missing/>
		</event>
		<event name="EnabledChanged">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="GiveFeedback">
			<missing/>
		</event>
		<event name="HelpRequested">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="KeyDown">
			<missing/>
		</event>
		<event name="KeyPress">
			<missing/>
		</event>
		<event name="KeyUp">
			<missing/>
		</event>
		<event name="Layout">
			<missing/>
		</event>
		<event name="MouseDown">
			<missing/>
		</event>
		<event name="MouseEnter">
			<missing/>
		</event>
		<event name="MouseHover">
			<missing/>
		</event>
		<event name="MouseLeave">
			<missing/>
		</event>
		<event name="MouseMove">
			<missing/>
		</event>
		<event name="MouseUp">
			<missing/>
		</event>
		<event name="MouseWheel">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="QueryAccessibilityHelp">
			<missing/>
		</event>
		<event name="QueryContinueDrag">
			<missing/>
		</event>
		<event name="RightToLeftChanged">
			<missing/>
		</event>
		<event name="StyleChanged">
			<missing/>
		</event>
		<event name="TabIndexChanged">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.Binding" assembly="System.Windows.Forms">
		<property name="Control" type="System.Windows.Forms.Control">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.BindingContext" assembly="System.Windows.Forms">
		<property name="Item" type="System.Windows.Forms.BindingManagerBase">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.BindingManagerBase" assembly="System.Windows.Forms">
		<method name="GetItemProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)">
			<todo/>
		</method>
		<method name="GetItemProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, System.Int32 offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.Button" assembly="System.Windows.Forms">
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<event name="DoubleClick">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ButtonBase" assembly="System.Windows.Forms">
		<method name="OnGotFocus" signature="System.Void OnGotFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnLostFocus" signature="System.Void OnLostFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="ResetFlagsandPaint" signature="System.Void ResetFlagsandPaint()">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
				<extra/>
			</attribute>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<event name="ImeModeChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.CheckBox" assembly="System.Windows.Forms">
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<property name="CheckAlign" type="System.Drawing.ContentAlignment">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="DoubleClick">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.CheckedListBox" assembly="System.Windows.Forms">
		<todo/>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<todo/>
		</method>
		<method name="OnDrawItem" signature="System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)">
			<todo/>
		</method>
		<method name="WmReflectCommand" signature="System.Void WmReflectCommand(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DataSourceChanged" signature="System.Void add_DataSourceChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DisplayMemberChanged" signature="System.Void add_DisplayMemberChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DrawItem" signature="System.Void add_DrawItem(System.Windows.Forms.DrawItemEventHandler value)">
			<missing/>
		</method>
		<method name="add_MeasureItem" signature="System.Void add_MeasureItem(System.Windows.Forms.MeasureItemEventHandler value)">
			<missing/>
		</method>
		<method name="add_ValueMemberChanged" signature="System.Void add_ValueMemberChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DataSourceChanged" signature="System.Void remove_DataSourceChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DisplayMemberChanged" signature="System.Void remove_DisplayMemberChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DrawItem" signature="System.Void remove_DrawItem(System.Windows.Forms.DrawItemEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MeasureItem" signature="System.Void remove_MeasureItem(System.Windows.Forms.MeasureItemEventHandler value)">
			<missing/>
		</method>
		<method name="remove_ValueMemberChanged" signature="System.Void remove_ValueMemberChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DataSource" type="System.Object">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<todo/>
		</property>
		<property name="DisplayMember" type="System.String">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<todo/>
		</property>
		<property name="DrawMode" type="System.Windows.Forms.DrawMode">
			<todo/>
		</property>
		<property name="ItemHeight" type="System.Int32">
			<todo/>
		</property>
		<property name="Items" type="System.Windows.Forms.CheckedListBox.ObjectCollection">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<todo/>
			<attribute name="EditorAttribute(&quot;ListControlStringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
				<extra/>
			</attribute>
		</property>
		<property name="ThreeDCheckBoxes" type="System.Boolean">
			<todo/>
		</property>
		<property name="ValueMember" type="System.String">
			<missing/>
		</property>
		<event name="Click">
			<missing/>
		</event>
		<event name="DataSourceChanged">
			<missing/>
		</event>
		<event name="DisplayMemberChanged">
			<missing/>
		</event>
		<event name="DrawItem">
			<missing/>
		</event>
		<event name="MeasureItem">
			<missing/>
		</event>
		<event name="ValueMemberChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.Clipboard" assembly="System.Windows.Forms">
		<method name="GetDataObject" signature="static System.Windows.Forms.IDataObject GetDataObject()">
			<todo/>
		</method>
		<method name="SetDataObject" signature="static System.Void SetDataObject(System.Object data, System.Boolean copy)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.ColorDialog" assembly="System.Windows.Forms">
		<todo/>
		<property name="Instance" type="System.IntPtr">
			<missing/>
		</property>
		<property name="Options" type="System.Int32">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.ColumnHeader" assembly="System.Windows.Forms">
		<method name="Clone" signature="System.Object Clone()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<property name="Text" type="System.String">
			<todo/>
		</property>
		<property name="TextAlign" type="System.Windows.Forms.HorizontalAlignment">
			<todo/>
		</property>
		<property name="Width" type="System.Int32">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.ComboBox" assembly="System.Windows.Forms">
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="OnDataSourceChanged" signature="System.Void OnDataSourceChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnDisplayMemberChanged" signature="System.Void OnDisplayMemberChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnGotFocus" signature="System.Void OnGotFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnKeyPress" signature="System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)">
			<missing/>
		</method>
		<method name="OnLostFocus" signature="System.Void OnLostFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="RefreshItem" signature="System.Void RefreshItem(System.Int32 index)">
			<todo/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_SelectedIndexChanged" signature="System.Void add_SelectedIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_SelectedIndexChanged" signature="System.Void remove_SelectedIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Items" type="System.Windows.Forms.ComboBox.ObjectCollection">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor))">
				<extra/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="SelectedIndexChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ContainerControl" assembly="System.Windows.Forms">
		<property name="ActiveControl" type="System.Windows.Forms.Control">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Windows.Forms.ContextMenu" assembly="System.Windows.Forms">
		<method name="OnPopup" signature="System.Void OnPopup(System.EventArgs e)">
			<msg>should have attributes `famorassem virtual hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Windows.Forms.Control" assembly="System.Windows.Forms">
		<method name="BeginInvoke" signature="System.IAsyncResult BeginInvoke(System.Delegate method, System.Object[] args)">
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="DoDragDrop" signature="System.Windows.Forms.DragDropEffects DoDragDrop(System.Object data, System.Windows.Forms.DragDropEffects allowedEffects)">
			<todo/>
		</method>
		<method name="EndInvoke" signature="System.Object EndInvoke(System.IAsyncResult asyncResult)">
			<todo/>
		</method>
		<method name="FromChildHandle" signature="static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle)">
			<todo/>
		</method>
		<method name="FromHandle" signature="static System.Windows.Forms.Control FromHandle(System.IntPtr handle)">
			<todo/>
		</method>
		<method name="GetChildAtPoint" signature="System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt)">
			<missing/>
		</method>
		<method name="NotifyInvalidate" signature="System.Void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea)">
			<missing/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnBackgroundImageChanged" signature="System.Void OnBackgroundImageChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnNotifyMessage" signature="System.Void OnNotifyMessage(System.Windows.Forms.Message m)">
			<missing/>
		</method>
		<method name="RaiseDragEvent" signature="System.Void RaiseDragEvent(System.Object key, System.Windows.Forms.DragEventArgs e)">
			<missing/>
		</method>
		<method name="RaiseKeyEvent" signature="System.Void RaiseKeyEvent(System.Object key, System.Windows.Forms.KeyEventArgs e)">
			<missing/>
		</method>
		<method name="RaiseMouseEvent" signature="System.Void RaiseMouseEvent(System.Object key, System.Windows.Forms.MouseEventArgs e)">
			<missing/>
		</method>
		<method name="RaisePaintEvent" signature="System.Void RaisePaintEvent(System.Object key, System.Windows.Forms.PaintEventArgs e)">
			<missing/>
		</method>
		<method name="RecreateHandle" signature="System.Void RecreateHandle()">
			<todo/>
		</method>
		<method name="ResetBindings" signature="System.Void ResetBindings()">
			<todo/>
		</method>
		<method name="ResetMouseEventArgs" signature="System.Void ResetMouseEventArgs()">
			<msg>should have attributes `family hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="SetTopLevel" signature="System.Void SetTopLevel(System.Boolean value)">
			<todo/>
		</method>
		<property name="BackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="CompanyName" type="System.String">
			<attribute name="DescriptionAttribute(&quot;ControlCompanyNameDescr&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ContainsFocus" type="System.Boolean">
			<attribute name="DescriptionAttribute(&quot;ControlCompanyNameDescr&quot;)">
				<extra/>
			</attribute>
		</property>
		<property name="Cursor" type="System.Windows.Forms.Cursor">
			<attribute name="AmbientValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<extra/>
			</attribute>
		</property>
		<property name="DataBindings" type="System.Windows.Forms.ControlBindingsCollection">
			<todo/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<extra/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<extra/>
			</attribute>
		</property>
		<property name="Handle" type="System.IntPtr">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MouseButtons" type="System.Windows.Forms.MouseButtons">
			<todo/>
		</property>
		<property name="MousePosition" type="System.Drawing.Point">
			<todo/>
		</property>
		<property name="Region" type="System.Drawing.Region">
			<todo/>
		</property>
		<property name="RenderRightToLeft" type="System.Boolean">
			<missing/>
		</property>
		<property name="ShowKeyboardCues" type="System.Boolean">
			<msg>should have attributes `family hidebysig specialname &apos;, but has `family virtual hidebysig specialname &apos; instead</msg>
		</property>
		<property name="Tag" type="System.Object">
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))">
				<extra/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Top" type="System.Int32">
			<attribute name="EditorBrowsableAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<extra/>
			</attribute>
		</property>
		<property name="WindowTarget" type="System.Windows.Forms.IWindowTarget">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.ControlBindingsCollection" assembly="System.Windows.Forms">
		<attribute name="EditorAttribute(&quot;System.Drawing.Design.UITypeEditor, System.Drawing&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(&quot;System.Windows.Forms.Design.ControlBindingsConverter, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;CollectionChanged&quot;)">
			<missing/>
		</attribute>
	</class>
	<class name="System.Windows.Forms.ControlPaint" assembly="System.Windows.Forms">
		<method name="CreateHBitmap16Bit" signature="static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background)">
			<missing/>
		</method>
		<method name="CreateHBitmapColorMask" signature="static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask)">
			<missing/>
		</method>
		<method name="CreateHBitmapTransparencyMask" signature="static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.CurrencyManager" assembly="System.Windows.Forms">
		<attribute name="DefaultMemberAttribute(&quot;Item&quot;)">
			<missing/>
		</attribute>
		<method name="GetItemProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetItemProperties()">
			<todo/>
		</method>
		<method name="OnPositionChanged" signature="System.Void OnPositionChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="Refresh" signature="System.Void Refresh()">
			<todo/>
		</method>
		<method name="ResumeBinding" signature="System.Void ResumeBinding()">
			<todo/>
		</method>
		<method name="SuspendBinding" signature="System.Void SuspendBinding()">
			<todo/>
		</method>
		<method name="UpdateIsBinding" signature="System.Void UpdateIsBinding()">
			<todo/>
		</method>
		<field name="finalType" type="System.Type">
			<missing/>
		</field>
		<field name="listposition" type="System.Int32">
			<missing/>
		</field>
	</class>
	<class name="System.Windows.Forms.Cursor" assembly="System.Windows.Forms">
		<attribute name="EditorAttribute(&quot;System.Drawing.Design.CursorEditor, System.Drawing.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.CursorConverter))">
			<missing/>
		</attribute>
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
	</class>
	<class name="System.Windows.Forms.CursorConverter" assembly="System.Windows.Forms">
		<method name="CanConvertFrom" signature="System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)">
			<todo/>
		</method>
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<todo/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="GetStandardValues" signature="System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
		<method name="GetStandardValuesSupported" signature="System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.DataGrid" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;Navigate&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.DataGridDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;DataSource&quot;)">
			<missing/>
		</attribute>
		<method name="BeginEdit" signature="System.Boolean BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="BeginInit" signature="System.Void BeginInit()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="CancelEditing" signature="System.Void CancelEditing()">
			<todo/>
		</method>
		<method name="Collapse" signature="System.Void Collapse(System.Int32 row)">
			<todo/>
		</method>
		<method name="ColumnStartedEditing" signature="System.Void ColumnStartedEditing(System.Drawing.Rectangle bounds)">
			<todo/>
		</method>
		<method name="ColumnStartedEditing" signature="System.Void ColumnStartedEditing(System.Windows.Forms.Control editingControl)">
			<todo/>
		</method>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<todo/>
		</method>
		<method name="CreateGridColumn" signature="System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)">
			<todo/>
		</method>
		<method name="CreateGridColumn" signature="System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)">
			<todo/>
		</method>
		<method name="EndEdit" signature="System.Boolean EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber, System.Boolean shouldAbort)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="EndInit" signature="System.Void EndInit()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="Expand" signature="System.Void Expand(System.Int32 row)">
			<todo/>
		</method>
		<method name="GetCellBounds" signature="System.Drawing.Rectangle GetCellBounds(System.Int32 row, System.Int32 col)">
			<todo/>
		</method>
		<method name="GetCellBounds" signature="System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc)">
			<todo/>
		</method>
		<method name="GetCurrentCellBounds" signature="System.Drawing.Rectangle GetCurrentCellBounds()">
			<todo/>
		</method>
		<method name="GetOutputTextDelimiter" signature="System.String GetOutputTextDelimiter()">
			<todo/>
		</method>
		<method name="GridHScrolled" signature="System.Void GridHScrolled(System.Object sender, System.Windows.Forms.ScrollEventArgs se)">
			<missing/>
		</method>
		<method name="GridVScrolled" signature="System.Void GridVScrolled(System.Object sender, System.Windows.Forms.ScrollEventArgs se)">
			<missing/>
		</method>
		<method name="HitTest" signature="System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Int32 x, System.Int32 y)">
			<todo/>
		</method>
		<method name="HitTest" signature="System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position)">
			<todo/>
		</method>
		<method name="IsExpanded" signature="System.Boolean IsExpanded(System.Int32 rowNumber)">
			<todo/>
		</method>
		<method name="IsSelected" signature="System.Boolean IsSelected(System.Int32 row)">
			<todo/>
		</method>
		<method name="NavigateBack" signature="System.Void NavigateBack()">
			<todo/>
		</method>
		<method name="NavigateTo" signature="System.Void NavigateTo(System.Int32 rowNumber, System.String relationName)">
			<todo/>
		</method>
		<method name="OnAllowNavigationChanged" signature="System.Void OnAllowNavigationChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBackButtonClicked" signature="System.Void OnBackButtonClicked(System.Object sender, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBackgroundColorChanged" signature="System.Void OnBackgroundColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBindingContextChanged" signature="System.Void OnBindingContextChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBorderStyleChanged" signature="System.Void OnBorderStyleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnCaptionVisibleChanged" signature="System.Void OnCaptionVisibleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnCurrentCellChanged" signature="System.Void OnCurrentCellChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnDataSourceChanged" signature="System.Void OnDataSourceChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnEnter" signature="System.Void OnEnter(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnFlatModeChanged" signature="System.Void OnFlatModeChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnForeColorChanged" signature="System.Void OnForeColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnKeyDown" signature="System.Void OnKeyDown(System.Windows.Forms.KeyEventArgs ke)">
			<todo/>
		</method>
		<method name="OnKeyPress" signature="System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe)">
			<todo/>
		</method>
		<method name="OnLeave" signature="System.Void OnLeave(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseDown" signature="System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseLeave" signature="System.Void OnMouseLeave(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseMove" signature="System.Void OnMouseMove(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseUp" signature="System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseWheel" signature="System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnNavigate" signature="System.Void OnNavigate(System.Windows.Forms.NavigateEventArgs e)">
			<todo/>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs pe)">
			<todo/>
		</method>
		<method name="OnPaintBackground" signature="System.Void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe)">
			<todo/>
		</method>
		<method name="OnParentRowsLabelStyleChanged" signature="System.Void OnParentRowsLabelStyleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnParentRowsVisibleChanged" signature="System.Void OnParentRowsVisibleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnReadOnlyChanged" signature="System.Void OnReadOnlyChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnRowHeaderClick" signature="System.Void OnRowHeaderClick(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnScroll" signature="System.Void OnScroll(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnShowParentDetailsButtonClicked" signature="System.Void OnShowParentDetailsButtonClicked(System.Object sender, System.EventArgs e)">
			<todo/>
		</method>
		<method name="ProcessDialogKey" signature="System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)">
			<todo/>
		</method>
		<method name="ProcessGridKey" signature="System.Boolean ProcessGridKey(System.Windows.Forms.KeyEventArgs ke)">
			<todo/>
		</method>
		<method name="ProcessKeyPreview" signature="System.Boolean ProcessKeyPreview(System.Windows.Forms.Message&amp; m)">
			<todo/>
		</method>
		<method name="ProcessTabKey" signature="System.Boolean ProcessTabKey(System.Windows.Forms.Keys keyData)">
			<todo/>
		</method>
		<method name="ResetAlternatingBackColor" signature="System.Void ResetAlternatingBackColor()">
			<todo/>
		</method>
		<method name="ResetBackColor" signature="System.Void ResetBackColor()">
			<todo/>
		</method>
		<method name="ResetForeColor" signature="System.Void ResetForeColor()">
			<todo/>
		</method>
		<method name="ResetGridLineColor" signature="System.Void ResetGridLineColor()">
			<todo/>
		</method>
		<method name="ResetHeaderBackColor" signature="System.Void ResetHeaderBackColor()">
			<todo/>
		</method>
		<method name="ResetHeaderFont" signature="System.Void ResetHeaderFont()">
			<todo/>
		</method>
		<method name="ResetHeaderForeColor" signature="System.Void ResetHeaderForeColor()">
			<todo/>
		</method>
		<method name="ResetLinkColor" signature="System.Void ResetLinkColor()">
			<todo/>
		</method>
		<method name="ResetLinkHoverColor" signature="System.Void ResetLinkHoverColor()">
			<todo/>
		</method>
		<method name="ResetSelection" signature="System.Void ResetSelection()">
			<todo/>
		</method>
		<method name="ResetSelectionBackColor" signature="System.Void ResetSelectionBackColor()">
			<todo/>
		</method>
		<method name="ResetSelectionForeColor" signature="System.Void ResetSelectionForeColor()">
			<todo/>
		</method>
		<method name="Select" signature="System.Void Select(System.Int32 row)">
			<todo/>
		</method>
		<method name="SetDataBinding" signature="System.Void SetDataBinding(System.Object dataSource, System.String dataMember)">
			<todo/>
		</method>
		<method name="ShouldSerializeAlternatingBackColor" signature="System.Boolean ShouldSerializeAlternatingBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeBackgroundColor" signature="System.Boolean ShouldSerializeBackgroundColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeCaptionBackColor" signature="System.Boolean ShouldSerializeCaptionBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeCaptionForeColor" signature="System.Boolean ShouldSerializeCaptionForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeGridLineColor" signature="System.Boolean ShouldSerializeGridLineColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeHeaderBackColor" signature="System.Boolean ShouldSerializeHeaderBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeHeaderFont" signature="System.Boolean ShouldSerializeHeaderFont()">
			<todo/>
		</method>
		<method name="ShouldSerializeHeaderForeColor" signature="System.Boolean ShouldSerializeHeaderForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeLinkHoverColor" signature="System.Boolean ShouldSerializeLinkHoverColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeParentRowsBackColor" signature="System.Boolean ShouldSerializeParentRowsBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeParentRowsForeColor" signature="System.Boolean ShouldSerializeParentRowsForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializePreferredRowHeight" signature="System.Boolean ShouldSerializePreferredRowHeight()">
			<todo/>
		</method>
		<method name="ShouldSerializeSelectionBackColor" signature="System.Boolean ShouldSerializeSelectionBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeSelectionForeColor" signature="System.Boolean ShouldSerializeSelectionForeColor()">
			<todo/>
		</method>
		<method name="SubObjectsSiteChange" signature="System.Void SubObjectsSiteChange(System.Boolean site)">
			<todo/>
		</method>
		<method name="UnSelect" signature="System.Void UnSelect(System.Int32 row)">
			<todo/>
		</method>
		<method name="add_Navigate" signature="System.Void add_Navigate(System.Windows.Forms.NavigateEventHandler value)">
			<missing/>
		</method>
		<method name="add_RowHeaderClick" signature="System.Void add_RowHeaderClick(System.EventHandler value)">
			<msg>should have attributes `family hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</method>
		<method name="remove_Navigate" signature="System.Void remove_Navigate(System.Windows.Forms.NavigateEventHandler value)">
			<missing/>
		</method>
		<method name="remove_RowHeaderClick" signature="System.Void remove_RowHeaderClick(System.EventHandler value)">
			<msg>should have attributes `family hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
		</method>
		<property name="AllowNavigation" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AllowSorting" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AlternatingBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="BackgroundColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CaptionBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="CaptionFont" type="System.Drawing.Font">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="AmbientValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CaptionForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="CaptionText" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CaptionVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ColumnHeadersVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CurrentCell" type="System.Windows.Forms.DataGridCell">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CurrentRowIndex" type="System.Int32">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Cursor" type="System.Windows.Forms.Cursor">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DataMember" type="System.String">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataMemberListEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="DataSource" type="System.Object">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(&quot;System.Windows.Forms.Design.DataSourceConverter, System.Design&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FirstVisibleColumn" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FlatMode" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="GridLineColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="GridLineStyle" type="System.Windows.Forms.DataGridLineStyle">
			<todo/>
		</property>
		<property name="HeaderBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="HeaderFont" type="System.Drawing.Font">
			<todo/>
		</property>
		<property name="HorizScrollBar" type="System.Windows.Forms.ScrollBar">
			<todo/>
		</property>
		<property name="Item" type="System.Object">
			<todo/>
		</property>
		<property name="Item" type="System.Object">
			<todo/>
		</property>
		<property name="LinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="LinkHoverColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="ComVisibleAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ListManager" type="System.Windows.Forms.CurrencyManager">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ParentRowsBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="ParentRowsForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="ParentRowsLabelStyle" type="System.Windows.Forms.DataGridParentRowsLabelStyle">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ParentRowsVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PreferredColumnWidth" type="System.Int32">
			<attribute name="DefaultValueAttribute(75)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PreferredRowHeight" type="System.Int32">
			<todo/>
		</property>
		<property name="ReadOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RowHeaderWidth" type="System.Int32">
			<attribute name="DefaultValueAttribute(35)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RowHeadersVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SelectionBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="SelectionForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="Site" type="System.ComponentModel.ISite">
			<todo/>
		</property>
		<property name="TableStyles" type="System.Windows.Forms.GridTableStylesCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="VertScrollBar" type="System.Windows.Forms.ScrollBar">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="VisibleColumnCount" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="VisibleRowCount" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="BackgroundImageChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="CursorChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="RowHeaderClick">
			<msg>should have attributes `family &apos;, but has `public &apos; instead</msg>
		</event>
		<event name="TextChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.DataGridBoolColumn" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.DataGridBoolColumn()">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)">
			<todo/>
		</ctor>
		<method name="Abort" signature="System.Void Abort(System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="Commit" signature="System.Boolean Commit(System.Windows.Forms.CurrencyManager dataSource, System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="ConcedeFocus" signature="System.Void ConcedeFocus()">
			<todo/>
		</method>
		<method name="Edit" signature="System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText, System.Boolean cellIsVisible)">
			<todo/>
		</method>
		<method name="EnterNullValue" signature="System.Void EnterNullValue()">
			<todo/>
		</method>
		<method name="GetColumnValueAtRow" signature="System.Object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, System.Int32 row)">
			<todo/>
		</method>
		<method name="GetMinimumHeight" signature="System.Int32 GetMinimumHeight()">
			<todo/>
		</method>
		<method name="GetPreferredHeight" signature="System.Int32 GetPreferredHeight(System.Drawing.Graphics g, System.Object value)">
			<todo/>
		</method>
		<method name="GetPreferredSize" signature="System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, System.Object value)">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="SetColumnValueAtRow" signature="System.Void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, System.Int32 row, System.Object value)">
			<todo/>
		</method>
		<method name="add_AllowNullChanged" signature="System.Void add_AllowNullChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_FalseValueChanged" signature="System.Void add_FalseValueChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_TrueValueChanged" signature="System.Void add_TrueValueChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_AllowNullChanged" signature="System.Void remove_AllowNullChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_FalseValueChanged" signature="System.Void remove_FalseValueChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_TrueValueChanged" signature="System.Void remove_TrueValueChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="AllowNull" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FalseValue" type="System.Object">
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="NullValue" type="System.Object">
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TrueValue" type="System.Object">
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="AllowNullChanged">
			<missing/>
		</event>
		<event name="FalseValueChanged">
			<missing/>
		</event>
		<event name="TrueValueChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.DataGridColumnStyle" assembly="System.Windows.Forms">
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Header&quot;)">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.DataGridColumnStyle()">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop)">
			<todo/>
		</ctor>
		<method name="BeginUpdate" signature="System.Void BeginUpdate()">
			<todo/>
		</method>
		<method name="CheckValidDataSource" signature="System.Void CheckValidDataSource(System.Windows.Forms.CurrencyManager value)">
			<todo/>
		</method>
		<method name="ColumnStartedEditing" signature="System.Void ColumnStartedEditing(System.Windows.Forms.Control editingControl)">
			<msg>should have attributes `famorassem virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="ConcedeFocus" signature="System.Void ConcedeFocus()">
			<todo/>
		</method>
		<method name="CreateHeaderAccessibleObject" signature="System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject()">
			<todo/>
		</method>
		<method name="Edit" signature="System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly)">
			<todo/>
		</method>
		<method name="Edit" signature="System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText)">
			<todo/>
		</method>
		<method name="EndUpdate" signature="System.Void EndUpdate()">
			<todo/>
		</method>
		<method name="EnterNullValue" signature="System.Void EnterNullValue()">
			<todo/>
		</method>
		<method name="GetColumnValueAtRow" signature="System.Object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="Invalidate" signature="System.Void Invalidate()">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="ReleaseHostedControl" signature="System.Void ReleaseHostedControl()">
			<todo/>
		</method>
		<method name="ResetHeaderText" signature="System.Void ResetHeaderText()">
			<todo/>
		</method>
		<method name="SetColumnValueAtRow" signature="System.Void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Object value)">
			<todo/>
		</method>
		<method name="SetDataGrid" signature="System.Void SetDataGrid(System.Windows.Forms.DataGrid value)">
			<todo/>
		</method>
		<method name="SetDataGridInColumn" signature="System.Void SetDataGridInColumn(System.Windows.Forms.DataGrid value)">
			<todo/>
		</method>
		<method name="UpdateUI" signature="System.Void UpdateUI(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.String instantText)">
			<todo/>
		</method>
		<property name="Alignment" type="System.Windows.Forms.HorizontalAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DataGridTableStyle" type="System.Windows.Forms.DataGridTableStyle">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FontHeight" type="System.Int32">
			<todo/>
		</property>
		<property name="HeaderAccessibleObject" type="System.Windows.Forms.AccessibleObject">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="HeaderText" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MappingName" type="System.String">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="NullText" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PropertyDescriptor" type="System.ComponentModel.PropertyDescriptor">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ReadOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Width" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(100)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="PropertyDescriptorChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter()">
			<todo/>
		</ctor>
		<method name="CanConvertFrom" signature="System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)">
			<todo/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.DataGridTableStyle" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.DataGridTableStyle(System.Boolean isDefaultTableStyle)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTableStyle()">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager)">
			<todo/>
		</ctor>
		<method name="BeginEdit" signature="System.Boolean BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="CreateGridColumn" signature="System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)">
			<todo/>
		</method>
		<method name="CreateGridColumn" signature="System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)">
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="EndEdit" signature="System.Boolean EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber, System.Boolean shouldAbort)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="OnAllowSortingChanged" signature="System.Void OnAllowSortingChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnAlternatingBackColorChanged" signature="System.Void OnAlternatingBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnColumnHeadersVisibleChanged" signature="System.Void OnColumnHeadersVisibleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnForeColorChanged" signature="System.Void OnForeColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnGridLineColorChanged" signature="System.Void OnGridLineColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnGridLineStyleChanged" signature="System.Void OnGridLineStyleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHeaderBackColorChanged" signature="System.Void OnHeaderBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHeaderFontChanged" signature="System.Void OnHeaderFontChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHeaderForeColorChanged" signature="System.Void OnHeaderForeColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnLinkColorChanged" signature="System.Void OnLinkColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnLinkHoverColorChanged" signature="System.Void OnLinkHoverColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMappingNameChanged" signature="System.Void OnMappingNameChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnPreferredColumnWidthChanged" signature="System.Void OnPreferredColumnWidthChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnPreferredRowHeightChanged" signature="System.Void OnPreferredRowHeightChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnReadOnlyChanged" signature="System.Void OnReadOnlyChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnRowHeaderWidthChanged" signature="System.Void OnRowHeaderWidthChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnRowHeadersVisibleChanged" signature="System.Void OnRowHeadersVisibleChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSelectionBackColorChanged" signature="System.Void OnSelectionBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSelectionForeColorChanged" signature="System.Void OnSelectionForeColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="ResetAlternatingBackColor" signature="System.Void ResetAlternatingBackColor()">
			<todo/>
		</method>
		<method name="ResetBackColor" signature="System.Void ResetBackColor()">
			<todo/>
		</method>
		<method name="ResetForeColor" signature="System.Void ResetForeColor()">
			<todo/>
		</method>
		<method name="ResetGridLineColor" signature="System.Void ResetGridLineColor()">
			<todo/>
		</method>
		<method name="ResetHeaderBackColor" signature="System.Void ResetHeaderBackColor()">
			<todo/>
		</method>
		<method name="ResetHeaderFont" signature="System.Void ResetHeaderFont()">
			<todo/>
		</method>
		<method name="ResetHeaderForeColor" signature="System.Void ResetHeaderForeColor()">
			<todo/>
		</method>
		<method name="ResetLinkColor" signature="System.Void ResetLinkColor()">
			<todo/>
		</method>
		<method name="ResetLinkHoverColor" signature="System.Void ResetLinkHoverColor()">
			<todo/>
		</method>
		<method name="ResetSelectionBackColor" signature="System.Void ResetSelectionBackColor()">
			<todo/>
		</method>
		<method name="ResetSelectionForeColor" signature="System.Void ResetSelectionForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeAlternatingBackColor" signature="System.Boolean ShouldSerializeAlternatingBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeBackColor" signature="System.Boolean ShouldSerializeBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeForeColor" signature="System.Boolean ShouldSerializeForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeGridLineColor" signature="System.Boolean ShouldSerializeGridLineColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeHeaderBackColor" signature="System.Boolean ShouldSerializeHeaderBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeHeaderForeColor" signature="System.Boolean ShouldSerializeHeaderForeColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeLinkColor" signature="System.Boolean ShouldSerializeLinkColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeLinkHoverColor" signature="System.Boolean ShouldSerializeLinkHoverColor()">
			<todo/>
		</method>
		<method name="ShouldSerializePreferredRowHeight" signature="System.Boolean ShouldSerializePreferredRowHeight()">
			<todo/>
		</method>
		<method name="ShouldSerializeSelectionBackColor" signature="System.Boolean ShouldSerializeSelectionBackColor()">
			<todo/>
		</method>
		<method name="ShouldSerializeSelectionForeColor" signature="System.Boolean ShouldSerializeSelectionForeColor()">
			<todo/>
		</method>
		<method name="add_AllowSortingChanged" signature="System.Void add_AllowSortingChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_AlternatingBackColorChanged" signature="System.Void add_AlternatingBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_ColumnHeadersVisibleChanged" signature="System.Void add_ColumnHeadersVisibleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_GridLineColorChanged" signature="System.Void add_GridLineColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_GridLineStyleChanged" signature="System.Void add_GridLineStyleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_HeaderBackColorChanged" signature="System.Void add_HeaderBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_HeaderFontChanged" signature="System.Void add_HeaderFontChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_HeaderForeColorChanged" signature="System.Void add_HeaderForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_LinkColorChanged" signature="System.Void add_LinkColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_LinkHoverColorChanged" signature="System.Void add_LinkHoverColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_MappingNameChanged" signature="System.Void add_MappingNameChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_PreferredColumnWidthChanged" signature="System.Void add_PreferredColumnWidthChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_PreferredRowHeightChanged" signature="System.Void add_PreferredRowHeightChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_ReadOnlyChanged" signature="System.Void add_ReadOnlyChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_RowHeaderWidthChanged" signature="System.Void add_RowHeaderWidthChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_RowHeadersVisibleChanged" signature="System.Void add_RowHeadersVisibleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_SelectionBackColorChanged" signature="System.Void add_SelectionBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="add_SelectionForeColorChanged" signature="System.Void add_SelectionForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_AllowSortingChanged" signature="System.Void remove_AllowSortingChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_AlternatingBackColorChanged" signature="System.Void remove_AlternatingBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_ColumnHeadersVisibleChanged" signature="System.Void remove_ColumnHeadersVisibleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_GridLineColorChanged" signature="System.Void remove_GridLineColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_GridLineStyleChanged" signature="System.Void remove_GridLineStyleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_HeaderBackColorChanged" signature="System.Void remove_HeaderBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_HeaderFontChanged" signature="System.Void remove_HeaderFontChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_HeaderForeColorChanged" signature="System.Void remove_HeaderForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_LinkColorChanged" signature="System.Void remove_LinkColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_LinkHoverColorChanged" signature="System.Void remove_LinkHoverColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_MappingNameChanged" signature="System.Void remove_MappingNameChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_PreferredColumnWidthChanged" signature="System.Void remove_PreferredColumnWidthChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_PreferredRowHeightChanged" signature="System.Void remove_PreferredRowHeightChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_ReadOnlyChanged" signature="System.Void remove_ReadOnlyChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_RowHeaderWidthChanged" signature="System.Void remove_RowHeaderWidthChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_RowHeadersVisibleChanged" signature="System.Void remove_RowHeadersVisibleChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_SelectionBackColorChanged" signature="System.Void remove_SelectionBackColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_SelectionForeColorChanged" signature="System.Void remove_SelectionForeColorChanged(System.EventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="AllowSorting" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AlternatingBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="ColumnHeadersVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DataGrid" type="System.Windows.Forms.DataGrid">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="GridColumnStyles" type="System.Windows.Forms.GridColumnStylesCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="GridLineColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="GridLineStyle" type="System.Windows.Forms.DataGridLineStyle">
			<todo/>
		</property>
		<property name="HeaderBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="HeaderFont" type="System.Drawing.Font">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="AmbientValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="HeaderForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="LinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="LinkHoverColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="ComVisibleAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MappingName" type="System.String">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataGridTableStyleMappingNameEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PreferredColumnWidth" type="System.Int32">
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(75)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PreferredRowHeight" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ReadOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RowHeaderWidth" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(35)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RowHeadersVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SelectionBackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="SelectionForeColor" type="System.Drawing.Color">
			<attribute name="DescriptionAttribute(&quot;The foreground color for the current data grid row&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="AllowSortingChanged">
			<missing/>
		</event>
		<event name="AlternatingBackColorChanged">
			<missing/>
		</event>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="ColumnHeadersVisibleChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="GridLineColorChanged">
			<missing/>
		</event>
		<event name="GridLineStyleChanged">
			<missing/>
		</event>
		<event name="HeaderBackColorChanged">
			<missing/>
		</event>
		<event name="HeaderFontChanged">
			<missing/>
		</event>
		<event name="HeaderForeColorChanged">
			<missing/>
		</event>
		<event name="LinkColorChanged">
			<missing/>
		</event>
		<event name="LinkHoverColorChanged">
			<missing/>
		</event>
		<event name="MappingNameChanged">
			<missing/>
		</event>
		<event name="PreferredColumnWidthChanged">
			<missing/>
		</event>
		<event name="PreferredRowHeightChanged">
			<missing/>
		</event>
		<event name="ReadOnlyChanged">
			<missing/>
		</event>
		<event name="RowHeaderWidthChanged">
			<missing/>
		</event>
		<event name="RowHeadersVisibleChanged">
			<missing/>
		</event>
		<event name="SelectionBackColorChanged">
			<missing/>
		</event>
		<event name="SelectionForeColorChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.DataGridTextBox" assembly="System.Windows.Forms">
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;GridEditName&quot;)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.DataGridTextBox()">
			<todo/>
		</ctor>
		<method name="OnKeyPress" signature="System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseWheel" signature="System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="ProcessKeyMessage" signature="System.Boolean ProcessKeyMessage(System.Windows.Forms.Message&amp; m)">
			<todo/>
		</method>
		<method name="SetDataGrid" signature="System.Void SetDataGrid(System.Windows.Forms.DataGrid parentGrid)">
			<todo/>
		</method>
		<property name="IsInEditOrNavigateMode" type="System.Boolean">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.DataGridTextBoxColumn" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.DataGridTextBoxColumn()">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.String format)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.String format, System.Boolean isDefault)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)">
			<todo/>
		</ctor>
		<method name="Abort" signature="System.Void Abort(System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="Commit" signature="System.Boolean Commit(System.Windows.Forms.CurrencyManager dataSource, System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="ConcedeFocus" signature="System.Void ConcedeFocus()">
			<todo/>
		</method>
		<method name="Edit" signature="System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText, System.Boolean cellIsVisible)">
			<todo/>
		</method>
		<method name="EndEdit" signature="System.Void EndEdit()">
			<todo/>
		</method>
		<method name="EnterNullValue" signature="System.Void EnterNullValue()">
			<todo/>
		</method>
		<method name="GetMinimumHeight" signature="System.Int32 GetMinimumHeight()">
			<todo/>
		</method>
		<method name="GetPreferredHeight" signature="System.Int32 GetPreferredHeight(System.Drawing.Graphics g, System.Object value)">
			<todo/>
		</method>
		<method name="GetPreferredSize" signature="System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, System.Object value)">
			<todo/>
		</method>
		<method name="HideEditBox" signature="System.Void HideEditBox()">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="Paint" signature="System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="PaintText" signature="System.Void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.String text, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="PaintText" signature="System.Void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, System.String text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)">
			<todo/>
		</method>
		<method name="ReleaseHostedControl" signature="System.Void ReleaseHostedControl()">
			<todo/>
		</method>
		<method name="SetDataGridInColumn" signature="System.Void SetDataGridInColumn(System.Windows.Forms.DataGrid value)">
			<todo/>
		</method>
		<method name="UpdateUI" signature="System.Void UpdateUI(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.String instantText)">
			<todo/>
		</method>
		<property name="Format" type="System.String">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataGridColumnStyleFormatEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FormatInfo" type="System.IFormatProvider">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PropertyDescriptor" type="System.ComponentModel.PropertyDescriptor">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ReadOnly" type="System.Boolean">
			<todo/>
		</property>
		<property name="TextBox" type="System.Windows.Forms.TextBox">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.DataObject" assembly="System.Windows.Forms">
		<attribute name="ClassInterfaceAttribute(0)">
			<missing/>
		</attribute>
		<todo/>
		<method name="GetData" signature="System.Object GetData(System.String format, System.Boolean autoConvert)">
			<todo/>
		</method>
		<method name="GetData" signature="System.Object GetData(System.Type format)">
			<todo/>
		</method>
		<method name="GetDataPresent" signature="System.Boolean GetDataPresent(System.Type format)">
			<todo/>
		</method>
		<method name="GetDataPresent" signature="System.Boolean GetDataPresent(System.String format, System.Boolean autoConvert)">
			<todo/>
		</method>
		<method name="GetFormats" signature="System.String[] GetFormats(System.Boolean autoConvert)">
			<todo/>
		</method>
		<method name="SetData" signature="System.Void SetData(System.Type format, System.Object data)">
			<todo/>
		</method>
		<method name="SetData" signature="System.Void SetData(System.Object data)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.DateTimePicker" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.DateTimePicker()">
			<missing/>
		</ctor>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<missing/>
		</method>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="DestroyHandle" signature="System.Void DestroyHandle()">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="IsInputKey" signature="System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)">
			<missing/>
		</method>
		<method name="OnCloseUp" signature="System.Void OnCloseUp(System.EventArgs eventargs)">
			<missing/>
		</method>
		<method name="OnDropDown" signature="System.Void OnDropDown(System.EventArgs eventargs)">
			<missing/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnFormatChanged" signature="System.Void OnFormatChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnSystemColorsChanged" signature="System.Void OnSystemColorsChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnValueChanged" signature="System.Void OnValueChanged(System.EventArgs eventargs)">
			<missing/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_CloseUp" signature="System.Void add_CloseUp(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DropDown" signature="System.Void add_DropDown(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FormatChanged" signature="System.Void add_FormatChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ValueChanged" signature="System.Void add_ValueChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_CloseUp" signature="System.Void remove_CloseUp(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DropDown" signature="System.Void remove_DropDown(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FormatChanged" signature="System.Void remove_FormatChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ValueChanged" signature="System.Void remove_ValueChanged(System.EventHandler value)">
			<missing/>
		</method>
		<field name="DefaultMonthBackColor" type="System.Drawing.Color">
			<missing/>
		</field>
		<field name="DefaultTitleBackColor" type="System.Drawing.Color">
			<missing/>
		</field>
		<field name="DefaultTitleForeColor" type="System.Drawing.Color">
			<missing/>
		</field>
		<field name="DefaultTrailingForeColor" type="System.Drawing.Color">
			<missing/>
		</field>
		<field name="MaxDateTime" type="System.DateTime">
			<missing/>
		</field>
		<field name="MinDateTime" type="System.DateTime">
			<missing/>
		</field>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="CalendarFont" type="System.Drawing.Font">
			<missing/>
		</property>
		<property name="CalendarForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CalendarMonthBackground" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CalendarTitleBackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CalendarTitleForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CalendarTrailingForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="Checked" type="System.Boolean">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="CustomFormat" type="System.String">
			<missing/>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="DropDownAlign" type="System.Windows.Forms.LeftRightAlignment">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="Format" type="System.Windows.Forms.DateTimePickerFormat">
			<missing/>
		</property>
		<property name="MaxDate" type="System.DateTime">
			<missing/>
		</property>
		<property name="MinDate" type="System.DateTime">
			<missing/>
		</property>
		<property name="PreferredHeight" type="System.Int32">
			<missing/>
		</property>
		<property name="ShowCheckBox" type="System.Boolean">
			<missing/>
		</property>
		<property name="ShowUpDown" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<property name="Value" type="System.DateTime">
			<missing/>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="CloseUp">
			<missing/>
		</event>
		<event name="DropDown">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="FormatChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
		<event name="ValueChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.DockStyle" assembly="System.Windows.Forms">
		<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DockEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
	</class>
	<class name="System.Windows.Forms.DomainUpDown" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;SelectedItemChanged&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Items&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<todo/>
		</method>
		<method name="DownButton" signature="System.Void DownButton()">
			<todo/>
		</method>
		<method name="OnChanged" signature="System.Void OnChanged(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSelectedItemChanged" signature="System.Void OnSelectedItemChanged(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxKeyDown" signature="System.Void OnTextBoxKeyDown(System.Object source, System.Windows.Forms.KeyEventArgs e)">
			<todo/>
		</method>
		<method name="UpButton" signature="System.Void UpButton()">
			<todo/>
		</method>
		<method name="UpdateEditText" signature="System.Void UpdateEditText()">
			<todo/>
		</method>
		<property name="Items" type="System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.StringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedIndex" type="System.Int32">
			<todo/>
		</property>
		<property name="SelectedItem" type="System.Object">
			<todo/>
		</property>
		<property name="Sorted" type="System.Boolean">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.ErrorProvider" assembly="System.Windows.Forms">
		<attribute name="ProvidePropertyAttribute(&quot;Error&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;IconPadding&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;IconAlignment&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.ErrorProvider()">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.ErrorProvider(System.Windows.Forms.ContainerControl parentControl)">
			<todo/>
		</ctor>
		<method name="BindToDataAndErrors" signature="System.Void BindToDataAndErrors(System.Object newDataSource, System.String newDataMember)">
			<todo/>
		</method>
		<method name="CanExtend" signature="System.Boolean CanExtend(System.Object extendee)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="GetError" signature="System.String GetError(System.Windows.Forms.Control control)">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="GetIconAlignment" signature="System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control control)">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="GetIconPadding" signature="System.Int32 GetIconPadding(System.Windows.Forms.Control control)">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="SetError" signature="System.Void SetError(System.Windows.Forms.Control control, System.String value)">
			<todo/>
		</method>
		<method name="SetIconAlignment" signature="System.Void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value)">
			<todo/>
		</method>
		<method name="SetIconPadding" signature="System.Void SetIconPadding(System.Windows.Forms.Control control, System.Int32 padding)">
			<todo/>
		</method>
		<method name="UpdateBinding" signature="System.Void UpdateBinding()">
			<todo/>
		</method>
		<property name="BlinkRate" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(250)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BlinkStyle" type="System.Windows.Forms.ErrorBlinkStyle">
			<todo/>
		</property>
		<property name="ContainerControl" type="System.Windows.Forms.ContainerControl">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DataMember" type="System.String">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataMemberListEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DataSource" type="System.Object">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(&quot;System.Windows.Forms.Design.DataSourceConverter, System.Design&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Icon" type="System.Drawing.Icon">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Site" type="System.ComponentModel.ISite">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.FileDialog" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;FileName&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;FileOk&quot;)">
			<missing/>
		</attribute>
		<property name="AddExtension" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="CheckFileExists" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="CheckPathExists" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="DefaultExt" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="DereferenceLinks" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="FileName" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="FileNames" type="System.String[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Filter" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="FilterIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="InitialDirectory" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="RestoreDirectory" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowHelp" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Title" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ValidateNames" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.FolderBrowserDialog" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.FolderBrowserDialogDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;HelpRequest&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;SelectedPath&quot;)">
			<missing/>
		</attribute>
		<method name="add_HelpRequest" signature="System.Void add_HelpRequest(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_HelpRequest" signature="System.Void remove_HelpRequest(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Description" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="RootFolder" type="System.Environment.SpecialFolder">
			<attribute name="BrowsableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedPath" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.SelectedPathEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowNewFolderButton" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<event name="HelpRequest">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.FontDialog" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Font&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Apply&quot;)">
			<missing/>
		</attribute>
		<field name="EventApply" type="System.Object">
			<missing/>
		</field>
		<property name="AllowScriptChange" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AllowSimulations" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AllowVectorFonts" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AllowVerticalFonts" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="FixedPitchOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="FontMustExist" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="MaxSize" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MinSize" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Options" type="System.Int32">
			<missing/>
		</property>
		<property name="ScriptsOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowApply" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowColor" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowEffects" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowHelp" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.Form" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.FormDocumentDesigner, System.Design&quot;, typeof(System.ComponentModel.Design.IRootDesigner,System))">
			<missing/>
		</attribute>
		<attribute name="DesignerCategoryAttribute(&quot;Form&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Load&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<method name="ActivateMdiChild" signature="System.Void ActivateMdiChild(System.Windows.Forms.Form form)">
			<missing/>
		</method>
		<method name="AdjustFormScrollbars" signature="System.Void AdjustFormScrollbars(System.Boolean displayScrollbars)">
			<missing/>
		</method>
		<method name="ApplyAutoScaling" signature="System.Void ApplyAutoScaling()">
			<missing/>
		</method>
		<method name="CenterToParent" signature="System.Void CenterToParent()">
			<missing/>
		</method>
		<method name="CreateControlsInstance" signature="System.Windows.Forms.Control.ControlCollection CreateControlsInstance()">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="DefWndProc" signature="System.Void DefWndProc(System.Windows.Forms.Message&amp; m)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="GetAutoScaleSize" signature="static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="OnActivated" signature="System.Void OnActivated(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnClosed" signature="System.Void OnClosed(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnClosing" signature="System.Void OnClosing(System.ComponentModel.CancelEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnCreateControl" signature="System.Void OnCreateControl()">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnDeactivate" signature="System.Void OnDeactivate(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnHandleDestroyed" signature="System.Void OnHandleDestroyed(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnInputLanguageChanged" signature="System.Void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnInputLanguageChanging" signature="System.Void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnLoad" signature="System.Void OnLoad(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMaximizedBoundsChanged" signature="System.Void OnMaximizedBoundsChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMaximumSizeChanged" signature="System.Void OnMaximumSizeChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMdiChildActivate" signature="System.Void OnMdiChildActivate(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMenuComplete" signature="System.Void OnMenuComplete(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMenuStart" signature="System.Void OnMenuStart(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMinimumSizeChanged" signature="System.Void OnMinimumSizeChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnStyleChanged" signature="System.Void OnStyleChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnTextChanged" signature="System.Void OnTextChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnVisibleChanged" signature="System.Void OnVisibleChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="ProcessDialogChar" signature="System.Boolean ProcessDialogChar(System.Char charCode)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="ScaleCore" signature="System.Void ScaleCore(System.Single x, System.Single y)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="SetClientSizeCore" signature="System.Void SetClientSizeCore(System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="SetVisibleCore" signature="System.Void SetVisibleCore(System.Boolean value)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="add_TabIndexChanged" signature="System.Void add_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabIndexChanged" signature="System.Void remove_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AcceptButton" type="System.Windows.Forms.IButtonControl">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ActiveMdiChild" type="System.Windows.Forms.Form">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="AllowTransparency" type="System.Boolean">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AutoScale" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoScaleBaseSize" type="System.Drawing.Size">
			<msg>should have attributes `public virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoScroll" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="CancelButton" type="System.Windows.Forms.IButtonControl">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ClientSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="ControlBox" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DesktopBounds" type="System.Drawing.Rectangle">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="DesktopLocation" type="System.Drawing.Point">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="DialogResult" type="System.Windows.Forms.DialogResult">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="FormBorderStyle" type="System.Windows.Forms.FormBorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="HelpButton" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Icon" type="System.Drawing.Icon">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="AmbientValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="IsMdiChild" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="IsMdiContainer" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IsRestrictedWindow" type="System.Boolean">
			<missing/>
		</property>
		<property name="KeyPreview" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="MaximizeBox" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="MaximizedBounds" type="System.Drawing.Rectangle">
			<todo/>
		</property>
		<property name="MaximumSize" type="System.Drawing.Size">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(typeof(System.Drawing.Size,System.Drawing), &quot;0, 0&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="MdiChildren" type="System.Windows.Forms.Form[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MdiParent" type="System.Windows.Forms.Form">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Menu" type="System.Windows.Forms.MainMenu">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="MergedMenu" type="System.Windows.Forms.MainMenu">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="MinimizeBox" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="MinimumSize" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(typeof(System.Drawing.Size,System.Drawing), &quot;0, 0&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Modal" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Opacity" type="System.Double">
			<attribute name="DefaultValueAttribute(1.000000000000000000000000000000e+00)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))">
				<missing/>
			</attribute>
		</property>
		<property name="OwnedForms" type="System.Windows.Forms.Form[]">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Owner" type="System.Windows.Forms.Form">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ShowInTaskbar" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Size" type="System.Drawing.Size">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="StartPosition" type="System.Windows.Forms.FormStartPosition">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="TabIndex" type="System.Int32">
			<missing/>
		</property>
		<property name="TopLevel" type="System.Boolean">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="TopMost" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<event name="TabIndexChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.GridColumnStylesCollection" assembly="System.Windows.Forms">
		<attribute name="ListBindableAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataGridColumnCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
		<method name="Add" signature="System.Int32 Add(System.Windows.Forms.DataGridColumnStyle column)">
			<todo/>
		</method>
		<method name="AddRange" signature="System.Void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns)">
			<todo/>
		</method>
		<method name="Clear" signature="System.Void Clear()">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.ComponentModel.PropertyDescriptor propDesc)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.Windows.Forms.DataGridColumnStyle column)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.String name)">
			<todo/>
		</method>
		<method name="IndexOf" signature="System.Int32 IndexOf(System.Windows.Forms.DataGridColumnStyle element)">
			<todo/>
		</method>
		<method name="OnCollectionChanged" signature="System.Void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)">
			<todo/>
		</method>
		<method name="Remove" signature="System.Void Remove(System.Windows.Forms.DataGridColumnStyle column)">
			<todo/>
		</method>
		<method name="RemoveAt" signature="System.Void RemoveAt(System.Int32 index)">
			<todo/>
		</method>
		<method name="ResetPropertyDescriptors" signature="System.Void ResetPropertyDescriptors()">
			<todo/>
		</method>
		<method name="add_CollectionChanged" signature="System.Void add_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_CollectionChanged" signature="System.Void remove_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="Item" type="System.Windows.Forms.DataGridColumnStyle">
			<todo/>
		</property>
		<property name="Item" type="System.Windows.Forms.DataGridColumnStyle">
			<todo/>
		</property>
		<property name="Item" type="System.Windows.Forms.DataGridColumnStyle">
			<todo/>
		</property>
		<property name="List" type="System.Collections.ArrayList">
			<todo/>
		</property>
		<event name="CollectionChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.GridItemCollection" assembly="System.Windows.Forms">
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<field name="Empty" type="System.Windows.Forms.GridItemCollection">
			<missing/>
		</field>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public final virtual hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
		</property>
	</class>
	<class name="System.Windows.Forms.GridTableStylesCollection" assembly="System.Windows.Forms">
		<attribute name="ListBindableAttribute(false)">
			<missing/>
		</attribute>
		<method name="Add" signature="System.Int32 Add(System.Windows.Forms.DataGridTableStyle table)">
			<todo/>
		</method>
		<method name="AddRange" signature="System.Void AddRange(System.Windows.Forms.DataGridTableStyle[] tables)">
			<todo/>
		</method>
		<method name="Clear" signature="System.Void Clear()">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.Windows.Forms.DataGridTableStyle table)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.String name)">
			<todo/>
		</method>
		<method name="OnCollectionChanged" signature="System.Void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)">
			<todo/>
		</method>
		<method name="Remove" signature="System.Void Remove(System.Windows.Forms.DataGridTableStyle table)">
			<todo/>
		</method>
		<method name="RemoveAt" signature="System.Void RemoveAt(System.Int32 index)">
			<todo/>
		</method>
		<method name="add_CollectionChanged" signature="System.Void add_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="remove_CollectionChanged" signature="System.Void remove_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="Item" type="System.Windows.Forms.DataGridTableStyle">
			<todo/>
		</property>
		<property name="Item" type="System.Windows.Forms.DataGridTableStyle">
			<todo/>
		</property>
		<property name="List" type="System.Collections.ArrayList">
			<todo/>
		</property>
		<event name="CollectionChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.GridTablesFactory" assembly="System.Windows.Forms">
		<missing/>
		<method name="CreateGridTables" signature="static System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, System.Object dataSource, System.String dataMember, System.Windows.Forms.BindingContext bindingManager)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.GroupBox" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.GroupBoxDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Enter&quot;)">
			<missing/>
		</attribute>
		<property name="AllowDrop" type="System.Boolean">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="Click">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
		<event name="DoubleClick">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyDown">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyPress">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyUp">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseDown">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseEnter">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseLeave">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseMove">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseUp">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
		<event name="TabStopChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.HelpProvider" assembly="System.Windows.Forms">
		<attribute name="ProvidePropertyAttribute(&quot;HelpString&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;HelpKeyword&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;HelpNavigator&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;ShowHelp&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<method name="CanExtend" signature="System.Boolean CanExtend(System.Object target)">
			<missing/>
		</method>
		<method name="GetHelpKeyword" signature="System.String GetHelpKeyword(System.Windows.Forms.Control ctl)">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</method>
		<method name="GetHelpNavigator" signature="System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ctl)">
			<missing/>
		</method>
		<method name="GetHelpString" signature="System.String GetHelpString(System.Windows.Forms.Control ctl)">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</method>
		<method name="GetShowHelp" signature="System.Boolean GetShowHelp(System.Windows.Forms.Control ctl)">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</method>
		<method name="ResetShowHelp" signature="System.Void ResetShowHelp(System.Windows.Forms.Control ctl)">
			<missing/>
		</method>
		<method name="SetHelpNavigator" signature="System.Void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator)">
			<missing/>
		</method>
		<property name="HelpNamespace" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.IWin32Window" assembly="System.Windows.Forms">
		<msg>should have attributes `public auto interface abstract import ansi &apos;, but has `public auto interface abstract ansi &apos; instead</msg>
	</class>
	<class name="System.Windows.Forms.ImageIndexConverter" assembly="System.Windows.Forms">
		<todo/>
		<ctor signature="System.Windows.Forms.ImageIndexConverter()">
			<todo/>
		</ctor>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="GetStandardValues" signature="System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
		<method name="GetStandardValuesExclusive" signature="System.Boolean GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
		<method name="GetStandardValuesSupported" signature="System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
		<property name="IncludeNoneAsStandardValue" type="System.Boolean">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.ImageList" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageListConverter))">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Images&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ImageListDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<method name="ToString" signature="System.String ToString()">
			<todo/>
		</method>
		<property name="Handle" type="System.IntPtr">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="HandleCreated" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageSize" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageStream" type="System.Windows.Forms.ImageListStreamer">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Images" type="System.Windows.Forms.ImageList.ImageCollection">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<event name="RecreateHandle">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.ImageListStreamer" assembly="System.Windows.Forms">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.InputLanguage" assembly="System.Windows.Forms">
		<todo/>
		<method name="Equals" signature="System.Boolean Equals(System.Object value)">
			<missing/>
		</method>
		<method name="FromCulture" signature="static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo culture)">
			<missing/>
		</method>
		<method name="GetHashCode" signature="System.Int32 GetHashCode()">
			<missing/>
		</method>
		<property name="Culture" type="System.Globalization.CultureInfo">
			<missing/>
		</property>
		<property name="CurrentInputLanguage" type="System.Windows.Forms.InputLanguage">
			<missing/>
		</property>
		<property name="DefaultInputLanguage" type="System.Windows.Forms.InputLanguage">
			<missing/>
		</property>
		<property name="Handle" type="System.IntPtr">
			<missing/>
		</property>
		<property name="InstalledInputLanguages" type="System.Windows.Forms.InputLanguageCollection">
			<missing/>
		</property>
		<property name="LayoutName" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.InputLanguageCollection" assembly="System.Windows.Forms">
		<missing/>
		<method name="Contains" signature="System.Boolean Contains(System.Windows.Forms.InputLanguage value)">
			<missing/>
		</method>
		<method name="CopyTo" signature="System.Void CopyTo(System.Windows.Forms.InputLanguage[] array, System.Int32 index)">
			<missing/>
		</method>
		<method name="IndexOf" signature="System.Int32 IndexOf(System.Windows.Forms.InputLanguage value)">
			<missing/>
		</method>
		<property name="Item" type="System.Windows.Forms.InputLanguage">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.Keys" assembly="System.Windows.Forms">
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter))">
			<missing/>
		</attribute>
		<field name="Oemtilde" type="System.Windows.Forms.Keys">
			<missing/>
		</field>
	</class>
	<class name="System.Windows.Forms.KeysConverter" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.KeysConverter()">
			<missing/>
		</ctor>
		<method name="CanConvertFrom" signature="System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)">
			<missing/>
		</method>
		<method name="Compare" signature="System.Int32 Compare(System.Object a, System.Object b)">
			<missing/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<missing/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<missing/>
		</method>
		<method name="GetStandardValues" signature="System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetStandardValuesExclusive" signature="System.Boolean GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetStandardValuesSupported" signature="System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.Label" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.LabelDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="OnEnabledChanged" signature="System.Void OnEnabledChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs e)">
			<todo/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyDown" signature="System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyPress" signature="System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyUp" signature="System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyDown" signature="System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyPress" signature="System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyUp" signature="System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AutoSize" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="Image" type="System.Drawing.Image">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageAlign" type="System.Drawing.ContentAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="PreferredHeight" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="PreferredWidth" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="TextAlign" type="System.Drawing.ContentAlignment">
			<msg>should have attributes `public virtual hidebysig specialname &apos;, but has `public hidebysig specialname &apos; instead</msg>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="UseMnemonic" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="KeyDown">
			<missing/>
		</event>
		<event name="KeyPress">
			<missing/>
		</event>
		<event name="KeyUp">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.LinkArea" assembly="System.Windows.Forms">
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea+LinkAreaConverter))">
			<missing/>
		</attribute>
		<property name="IsEmpty" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.LinkLabel" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;LinkClicked&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<ctor signature="System.Windows.Forms.LinkLabel()">
			<todo/>
		</ctor>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<todo/>
		</method>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<todo/>
		</method>
		<method name="OnEnabledChanged" signature="System.Void OnEnabledChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnGotFocus" signature="System.Void OnGotFocus(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnKeyDown" signature="System.Void OnKeyDown(System.Windows.Forms.KeyEventArgs e)">
			<todo/>
		</method>
		<method name="OnLinkClicked" signature="System.Void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e)">
			<todo/>
		</method>
		<method name="OnLostFocus" signature="System.Void OnLostFocus(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseDown" signature="System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseLeave" signature="System.Void OnMouseLeave(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseMove" signature="System.Void OnMouseMove(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseUp" signature="System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs e)">
			<todo/>
		</method>
		<method name="OnPaintBackground" signature="System.Void OnPaintBackground(System.Windows.Forms.PaintEventArgs e)">
			<todo/>
		</method>
		<method name="OnTextAlignChanged" signature="System.Void OnTextAlignChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnTextChanged" signature="System.Void OnTextChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="PointInLink" signature="System.Windows.Forms.LinkLabel.Link PointInLink(System.Int32 x, System.Int32 y)">
			<todo/>
		</method>
		<method name="ProcessDialogKey" signature="System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)">
			<todo/>
		</method>
		<method name="Select" signature="System.Void Select(System.Boolean directed, System.Boolean forward)">
			<todo/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<todo/>
		</method>
		<property name="ActiveLinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="DisabledLinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="LinkArea" type="System.Windows.Forms.LinkArea">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.LinkAreaEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="LinkBehavior" type="System.Windows.Forms.LinkBehavior">
			<todo/>
		</property>
		<property name="LinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="LinkVisited" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Links" type="System.Windows.Forms.LinkLabel.LinkCollection">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="OverrideCursor" type="System.Windows.Forms.Cursor">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="VisitedLinkColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<event name="LinkClicked">
			<todo/>
		</event>
	</class>
	<class name="System.Windows.Forms.ListBindingConverter" assembly="System.Windows.Forms">
		<todo/>
		<ctor signature="System.Windows.Forms.ListBindingConverter()">
			<todo/>
		</ctor>
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<todo/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<todo/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)">
			<todo/>
		</method>
		<method name="GetCreateInstanceSupported" signature="System.Boolean GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.ListBox" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Items&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;SelectedIndexChanged&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ListBoxDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<method name="AddItemsCore" signature="System.Void AddItemsCore(System.Object[] value)">
			<missing/>
		</method>
		<method name="GetItemHeight" signature="System.Int32 GetItemHeight(System.Int32 index)">
			<missing/>
		</method>
		<method name="OnChangeUICues" signature="System.Void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)">
			<todo/>
		</method>
		<method name="OnDataSourceChanged" signature="System.Void OnDataSourceChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnDisplayMemberChanged" signature="System.Void OnDisplayMemberChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnDrawItem" signature="System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)">
			<todo/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHandleDestroyed" signature="System.Void OnHandleDestroyed(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnMeasureItem" signature="System.Void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)">
			<todo/>
		</method>
		<method name="OnParentChanged" signature="System.Void OnParentChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSelectedIndexChanged" signature="System.Void OnSelectedIndexChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnSelectedValueChanged" signature="System.Void OnSelectedValueChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="Refresh" signature="System.Void Refresh()">
			<todo/>
		</method>
		<method name="RefreshItem" signature="System.Void RefreshItem(System.Int32 index)">
			<todo/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<todo/>
		</method>
		<method name="SetItemCore" signature="System.Void SetItemCore(System.Int32 index, System.Object value)">
			<missing/>
		</method>
		<method name="SetItemsCore" signature="System.Void SetItemsCore(System.Collections.IList value)">
			<missing/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<todo/>
		</method>
		<method name="WmReflectCommand" signature="System.Void WmReflectCommand(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_SelectedIndexChanged" signature="System.Void add_SelectedIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_SelectedIndexChanged" signature="System.Void remove_SelectedIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<missing/>
		</property>
		<property name="ColumnWidth" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<todo/>
		</property>
		<property name="DrawMode" type="System.Windows.Forms.DrawMode">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="HorizontalExtent" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="HorizontalScrollbar" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IntegralHeight" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ItemHeight" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(13)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Items" type="System.Windows.Forms.ListBox.ObjectCollection">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="MultiColumn" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="PreferredHeight" type="System.Int32">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<todo/>
		</property>
		<property name="ScrollAlwaysVisible" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedIndex" type="System.Int32">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedIndices" type="System.Windows.Forms.ListBox.SelectedIndexCollection">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedItem" type="System.Object">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedItems" type="System.Windows.Forms.ListBox.SelectedObjectCollection">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Sorted" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TopIndex" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="UseTabStops" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Click">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="SelectedIndexChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ListControl" assembly="System.Windows.Forms">
		<todo/>
		<ctor signature="System.Windows.Forms.ListControl()">
			<todo/>
		</ctor>
		<method name="FilterItemOnProperty" signature="System.Object FilterItemOnProperty(System.Object item)">
			<missing/>
		</method>
		<method name="FilterItemOnProperty" signature="System.Object FilterItemOnProperty(System.Object item, System.String field)">
			<missing/>
		</method>
		<method name="IsInputKey" signature="System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)">
			<todo/>
		</method>
		<method name="OnBindingContextChanged" signature="System.Void OnBindingContextChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="SetItemCore" signature="System.Void SetItemCore(System.Int32 index, System.Object value)">
			<todo/>
		</method>
		<method name="SetItemsCore" signature="System.Void SetItemsCore(System.Collections.IList items)">
			<msg>should have attributes `family virtual hidebysig abstract &apos;, but has `family virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="DataManager" type="System.Windows.Forms.CurrencyManager">
			<todo/>
		</property>
		<property name="DataSource" type="System.Object">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(&quot;System.Windows.Forms.Design.DataSourceConverter, System.Design&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="DisplayMember" type="System.String">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<attribute name="TypeConverterAttribute(&quot;System.Windows.Forms.Design.DataMemberFieldConverter, System.Design&quot;)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataMemberFieldEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedValue" type="System.Object">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ValueMember" type="System.String">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.DataMemberFieldEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.ListView" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Items&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ListViewDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;SelectedIndexChanged&quot;)">
			<missing/>
		</attribute>
		<method name="ArrangeIcons" signature="System.Void ArrangeIcons(System.Windows.Forms.ListViewAlignment value)">
			<todo/>
		</method>
		<method name="EnsureVisible" signature="System.Void EnsureVisible(System.Int32 index)">
			<todo/>
		</method>
		<method name="GetItemAt" signature="System.Windows.Forms.ListViewItem GetItemAt(System.Int32 x, System.Int32 y)">
			<todo/>
		</method>
		<method name="GetItemRect" signature="System.Drawing.Rectangle GetItemRect(System.Int32 index, System.Windows.Forms.ItemBoundsPortion portion)">
			<todo/>
		</method>
		<method name="Sort" signature="System.Void Sort()">
			<todo/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Activation" type="System.Windows.Forms.ItemActivation">
			<todo/>
		</property>
		<property name="Alignment" type="System.Windows.Forms.ListViewAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AllowColumnReorder" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AutoArrange" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CheckBoxes" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CheckedIndices" type="System.Windows.Forms.ListView.CheckedIndexCollection">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="CheckedItems" type="System.Windows.Forms.ListView.CheckedListViewItemCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Columns" type="System.Windows.Forms.ListView.ColumnHeaderCollection">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="FocusedItem" type="System.Windows.Forms.ListViewItem">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="FullRowSelect" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="GridLines" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="HeaderStyle" type="System.Windows.Forms.ColumnHeaderStyle">
			<todo/>
		</property>
		<property name="HideSelection" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="HoverSelection" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Items" type="System.Windows.Forms.ListView.ListViewItemCollection">
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="LabelEdit" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="LabelWrap" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="LargeImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ListViewItemSorter" type="System.Collections.IComparer">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MultiSelect" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Scrollable" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SelectedIndices" type="System.Windows.Forms.ListView.SelectedIndexCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedItems" type="System.Windows.Forms.ListView.SelectedListViewItemCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SmallImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Sorting" type="System.Windows.Forms.SortOrder">
			<todo/>
		</property>
		<property name="StateImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TopItem" type="System.Windows.Forms.ListViewItem">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="View" type="System.Windows.Forms.View">
			<todo/>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ListViewItem" assembly="System.Windows.Forms">
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ListViewItemConverter))">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<property name="BackColor" type="System.Drawing.Color">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Bounds" type="System.Drawing.Rectangle">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Checked" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="Focused" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Index" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ListView" type="System.Windows.Forms.ListView">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Selected" type="System.Boolean">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="StateImageIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SubItems" type="System.Windows.Forms.ListViewItem.ListViewSubItemCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Tag" type="System.Object">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="UseItemStyleForSubItems" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.MainMenu" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms.MainMenu&quot;)">
			<missing/>
		</attribute>
		<method name="CloneMenu" signature="System.Windows.Forms.MainMenu CloneMenu()">
			<todo/>
		</method>
		<method name="CreateMenuHandle" signature="System.IntPtr CreateMenuHandle()">
			<missing/>
		</method>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.MdiClient" assembly="System.Windows.Forms">
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.Menu" assembly="System.Windows.Forms">
		<attribute name="ListBindableAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;Microsoft.VisualStudio.Windows.Forms.MenuDesigner, Microsoft.VisualStudio&quot;)">
			<missing/>
		</attribute>
		<method name="CloneMenu" signature="System.Void CloneMenu(System.Windows.Forms.Menu menuSrc)">
			<todo/>
		</method>
		<method name="CreateMenuHandle" signature="System.IntPtr CreateMenuHandle()">
			<missing/>
		</method>
		<method name="FindMenuItem" signature="System.Windows.Forms.MenuItem FindMenuItem(System.Int32 type, System.IntPtr value)">
			<missing/>
		</method>
		<method name="FindMergePosition" signature="System.Int32 FindMergePosition(System.Int32 mergeOrder)">
			<missing/>
		</method>
		<method name="MergeMenu" signature="System.Void MergeMenu(System.Windows.Forms.Menu menuSrc)">
			<todo/>
		</method>
		<method name="ProcessCmdKey" signature="System.Boolean ProcessCmdKey(System.Windows.Forms.Message&amp; msg, System.Windows.Forms.Keys keyData)">
			<msg>should have attributes `famorassem virtual hidebysig &apos;, but has `famorassem hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<field name="FindHandle" type="System.Int32">
			<missing/>
		</field>
		<field name="FindShortcut" type="System.Int32">
			<missing/>
		</field>
		<property name="Handle" type="System.IntPtr">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IsParent" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MdiListItem" type="System.Windows.Forms.MenuItem">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="MenuItems" type="System.Windows.Forms.Menu.MenuItemCollection">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.MenuItem" assembly="System.Windows.Forms">
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Click&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<method name="CloneMenu" signature="System.Windows.Forms.MenuItem CloneMenu()">
			<todo/>
		</method>
		<method name="CloneMenu" signature="System.Void CloneMenu(System.Windows.Forms.MenuItem itemSrc)">
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="MergeMenu" signature="System.Windows.Forms.MenuItem MergeMenu()">
			<todo/>
		</method>
		<method name="MergeMenu" signature="System.Void MergeMenu(System.Windows.Forms.MenuItem itemSrc)">
			<todo/>
		</method>
		<method name="OnDrawItem" signature="System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnInitMenuPopup" signature="System.Void OnInitMenuPopup(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnMeasureItem" signature="System.Void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<property name="BarBreak" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Break" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Checked" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="DefaultItem" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Enabled" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Index" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="IsParent" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="MdiList" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="MergeOrder" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Mnemonic" type="System.Char">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="OwnerDraw" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Parent" type="System.Windows.Forms.Menu">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="RadioCheck" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Shortcut" type="System.Windows.Forms.Shortcut">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowShortcut" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Visible" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.MonthCalendar" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.MonthCalendarDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;DateChanged&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;SelectionRange&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<method name="AddAnnuallyBoldedDate" signature="System.Void AddAnnuallyBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="AddBoldedDate" signature="System.Void AddBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="AddMonthlyBoldedDate" signature="System.Void AddMonthlyBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="GetDisplayRange" signature="System.Windows.Forms.SelectionRange GetDisplayRange(System.Boolean visible)">
			<missing/>
		</method>
		<method name="HitTest" signature="System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="HitTest" signature="System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point)">
			<missing/>
		</method>
		<method name="IsInputKey" signature="System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)">
			<missing/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnDateSelected" signature="System.Void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent)">
			<missing/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnForeColorChanged" signature="System.Void OnForeColorChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="RemoveAllAnnuallyBoldedDates" signature="System.Void RemoveAllAnnuallyBoldedDates()">
			<missing/>
		</method>
		<method name="RemoveAllBoldedDates" signature="System.Void RemoveAllBoldedDates()">
			<missing/>
		</method>
		<method name="RemoveAllMonthlyBoldedDates" signature="System.Void RemoveAllMonthlyBoldedDates()">
			<missing/>
		</method>
		<method name="RemoveAnnuallyBoldedDate" signature="System.Void RemoveAnnuallyBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="RemoveBoldedDate" signature="System.Void RemoveBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="RemoveMonthlyBoldedDate" signature="System.Void RemoveMonthlyBoldedDate(System.DateTime date)">
			<missing/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<missing/>
		</method>
		<method name="SetCalendarDimensions" signature="System.Void SetCalendarDimensions(System.Int32 x, System.Int32 y)">
			<todo/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<method name="UpdateBoldedDates" signature="System.Void UpdateBoldedDates()">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DateSelected" signature="System.Void add_DateSelected(System.Windows.Forms.DateRangeEventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DateSelected" signature="System.Void remove_DateSelected(System.Windows.Forms.DateRangeEventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AnnuallyBoldedDates" type="System.DateTime[]">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BoldedDates" type="System.DateTime[]">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="CalendarDimensions" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DefaultImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="FirstDayOfWeek" type="System.Windows.Forms.Day">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="MaxDate" type="System.DateTime">
			<missing/>
		</property>
		<property name="MaxSelectionCount" type="System.Int32">
			<missing/>
		</property>
		<property name="MinDate" type="System.DateTime">
			<missing/>
		</property>
		<property name="MonthlyBoldedDates" type="System.DateTime[]">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ScrollChange" type="System.Int32">
			<missing/>
		</property>
		<property name="SelectionEnd" type="System.DateTime">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectionRange" type="System.Windows.Forms.SelectionRange">
			<missing/>
		</property>
		<property name="SelectionStart" type="System.DateTime">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowToday" type="System.Boolean">
			<missing/>
		</property>
		<property name="ShowTodayCircle" type="System.Boolean">
			<missing/>
		</property>
		<property name="ShowWeekNumbers" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="SingleMonthSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<property name="TitleBackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="TitleForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="TodayDate" type="System.DateTime">
			<missing/>
		</property>
		<property name="TodayDateSet" type="System.Boolean">
			<missing/>
		</property>
		<property name="TrailingForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Click">
			<missing/>
		</event>
		<event name="DateSelected">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.NotifyIcon" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.NotifyIconDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;MouseDown&quot;)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="add_MouseDown" signature="System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseMove" signature="System.Void add_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseUp" signature="System.Void add_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseDown" signature="System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseMove" signature="System.Void remove_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseUp" signature="System.Void remove_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<property name="ContextMenu" type="System.Windows.Forms.ContextMenu">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Icon" type="System.Drawing.Icon">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Visible" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<event name="Click">
			<attribute name="CategoryAttribute(&quot;Action&quot;)">
				<missing/>
			</attribute>
		</event>
		<event name="DoubleClick">
			<attribute name="CategoryAttribute(&quot;Action&quot;)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.NumericUpDown" assembly="System.Windows.Forms">
		<method name="BeginInit" signature="System.Void BeginInit()">
			<todo/>
		</method>
		<method name="CreateAccessibilityInstance" signature="System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()">
			<missing/>
		</method>
		<method name="EndInit" signature="System.Void EndInit()">
			<todo/>
		</method>
		<method name="OnTextBoxKeyPress" signature="System.Void OnTextBoxKeyPress(System.Object source, System.Windows.Forms.KeyPressEventArgs e)">
			<missing/>
		</method>
		<method name="OnValueChanged" signature="System.Void OnValueChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="ParseEditText" signature="System.Void ParseEditText()">
			<missing/>
		</method>
		<method name="ValidateEditText" signature="System.Void ValidateEditText()">
			<todo/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Hexadecimal" type="System.Boolean">
			<missing/>
		</property>
		<property name="Value" type="System.Decimal">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.OSFeature" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.OSFeature()">
			<msg>should have attributes `family specialname &apos;, but has `private specialname &apos; instead</msg>
		</ctor>
	</class>
	<class name="System.Windows.Forms.OpacityConverter" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.OpacityConverter()">
			<missing/>
		</ctor>
		<method name="CanConvertFrom" signature="System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)">
			<missing/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<missing/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.PageSetupDialog" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PageSetupDialog()">
			<missing/>
		</ctor>
		<method name="Reset" signature="System.Void Reset()">
			<missing/>
		</method>
		<method name="RunDialog" signature="System.Boolean RunDialog(System.IntPtr hwndOwner)">
			<missing/>
		</method>
		<property name="AllowMargins" type="System.Boolean">
			<missing/>
		</property>
		<property name="AllowOrientation" type="System.Boolean">
			<missing/>
		</property>
		<property name="AllowPaper" type="System.Boolean">
			<missing/>
		</property>
		<property name="AllowPrinter" type="System.Boolean">
			<missing/>
		</property>
		<property name="Document" type="System.Drawing.Printing.PrintDocument">
			<missing/>
		</property>
		<property name="MinMargins" type="System.Drawing.Printing.Margins">
			<missing/>
		</property>
		<property name="PageSettings" type="System.Drawing.Printing.PageSettings">
			<missing/>
		</property>
		<property name="PrinterSettings" type="System.Drawing.Printing.PrinterSettings">
			<missing/>
		</property>
		<property name="ShowHelp" type="System.Boolean">
			<missing/>
		</property>
		<property name="ShowNetwork" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.Panel" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.PanelDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;BorderStyle&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Paint&quot;)">
			<missing/>
		</attribute>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs eventargs)">
			<missing/>
		</method>
		<method name="add_KeyDown" signature="System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyPress" signature="System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyUp" signature="System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyDown" signature="System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyPress" signature="System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyUp" signature="System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<event name="KeyDown">
			<missing/>
		</event>
		<event name="KeyPress">
			<missing/>
		</event>
		<event name="KeyUp">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.PictureBox" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Image&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.PictureBoxDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<property name="AllowDrop" type="System.Boolean">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="CausesValidation" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Image" type="System.Drawing.Image">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SizeMode" type="System.Windows.Forms.PictureBoxSizeMode">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="TabIndex" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<event name="CausesValidationChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="Enter">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="FontChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="ForeColorChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="ImeModeChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyDown">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyPress">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="KeyUp">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="Leave">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="RightToLeftChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="TabIndexChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="TabStopChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="TextChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.PrintControllerWithStatusDialog" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController)">
			<missing/>
		</ctor>
		<ctor signature="System.Windows.Forms.PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, System.String dialogTitle)">
			<missing/>
		</ctor>
		<method name="OnEndPage" signature="System.Void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)">
			<missing/>
		</method>
		<method name="OnEndPrint" signature="System.Void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)">
			<missing/>
		</method>
		<method name="OnStartPage" signature="System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)">
			<missing/>
		</method>
		<method name="OnStartPrint" signature="System.Void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.PrintDialog" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Document&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<ctor signature="System.Windows.Forms.PrintDialog()">
			<todo/>
		</ctor>
		<method name="Reset" signature="System.Void Reset()">
			<todo/>
		</method>
		<method name="RunDialog" signature="System.Boolean RunDialog(System.IntPtr hwndOwner)">
			<todo/>
		</method>
		<property name="AllowPrintToFile" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AllowSelection" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AllowSomePages" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Document" type="System.Drawing.Printing.PrintDocument">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PrintToFile" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="PrinterSettings" type="System.Drawing.Printing.PrinterSettings">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ShowHelp" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ShowNetwork" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.PrintPreviewControl" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PrintPreviewControl()">
			<missing/>
		</ctor>
		<method name="InvalidatePreview" signature="System.Void InvalidatePreview()">
			<missing/>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs pevent)">
			<missing/>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs eventargs)">
			<missing/>
		</method>
		<method name="OnStartPageChanged" signature="System.Void OnStartPageChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="ResetBackColor" signature="System.Void ResetBackColor()">
			<missing/>
		</method>
		<method name="ResetForeColor" signature="System.Void ResetForeColor()">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_StartPageChanged" signature="System.Void add_StartPageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_StartPageChanged" signature="System.Void remove_StartPageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AutoZoom" type="System.Boolean">
			<missing/>
		</property>
		<property name="Columns" type="System.Int32">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="Document" type="System.Drawing.Printing.PrintDocument">
			<missing/>
		</property>
		<property name="Rows" type="System.Int32">
			<missing/>
		</property>
		<property name="StartPage" type="System.Int32">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<property name="UseAntiAlias" type="System.Boolean">
			<missing/>
		</property>
		<property name="Zoom" type="System.Double">
			<missing/>
		</property>
		<event name="StartPageChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.PrintPreviewDialog" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PrintPreviewDialog()">
			<missing/>
		</ctor>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="OnClosing" signature="System.Void OnClosing(System.ComponentModel.CancelEventArgs e)">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_CausesValidationChanged" signature="System.Void add_CausesValidationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ContextMenuChanged" signature="System.Void add_ContextMenuChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_CursorChanged" signature="System.Void add_CursorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DockChanged" signature="System.Void add_DockChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_EnabledChanged" signature="System.Void add_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_LocationChanged" signature="System.Void add_LocationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MaximumSizeChanged" signature="System.Void add_MaximumSizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MinimumSizeChanged" signature="System.Void add_MinimumSizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_RightToLeftChanged" signature="System.Void add_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_SizeChanged" signature="System.Void add_SizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_VisibleChanged" signature="System.Void add_VisibleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_CausesValidationChanged" signature="System.Void remove_CausesValidationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ContextMenuChanged" signature="System.Void remove_ContextMenuChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_CursorChanged" signature="System.Void remove_CursorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DockChanged" signature="System.Void remove_DockChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_EnabledChanged" signature="System.Void remove_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_LocationChanged" signature="System.Void remove_LocationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MaximumSizeChanged" signature="System.Void remove_MaximumSizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MinimumSizeChanged" signature="System.Void remove_MinimumSizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_RightToLeftChanged" signature="System.Void remove_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_SizeChanged" signature="System.Void remove_SizeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_VisibleChanged" signature="System.Void remove_VisibleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AcceptButton" type="System.Windows.Forms.IButtonControl">
			<missing/>
		</property>
		<property name="AccessibleDescription" type="System.String">
			<missing/>
		</property>
		<property name="AccessibleName" type="System.String">
			<missing/>
		</property>
		<property name="AccessibleRole" type="System.Windows.Forms.AccessibleRole">
			<missing/>
		</property>
		<property name="AllowDrop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Anchor" type="System.Windows.Forms.AnchorStyles">
			<missing/>
		</property>
		<property name="AutoScale" type="System.Boolean">
			<missing/>
		</property>
		<property name="AutoScaleBaseSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="AutoScroll" type="System.Boolean">
			<missing/>
		</property>
		<property name="AutoScrollMargin" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="AutoScrollMinSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="CancelButton" type="System.Windows.Forms.IButtonControl">
			<missing/>
		</property>
		<property name="CausesValidation" type="System.Boolean">
			<missing/>
		</property>
		<property name="ContextMenu" type="System.Windows.Forms.ContextMenu">
			<missing/>
		</property>
		<property name="ControlBox" type="System.Boolean">
			<missing/>
		</property>
		<property name="Cursor" type="System.Windows.Forms.Cursor">
			<missing/>
		</property>
		<property name="DataBindings" type="System.Windows.Forms.ControlBindingsCollection">
			<missing/>
		</property>
		<property name="Dock" type="System.Windows.Forms.DockStyle">
			<missing/>
		</property>
		<property name="DockPadding" type="System.Windows.Forms.ScrollableControl.DockPaddingEdges">
			<missing/>
		</property>
		<property name="Document" type="System.Drawing.Printing.PrintDocument">
			<missing/>
		</property>
		<property name="Enabled" type="System.Boolean">
			<missing/>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="FormBorderStyle" type="System.Windows.Forms.FormBorderStyle">
			<missing/>
		</property>
		<property name="HelpButton" type="System.Boolean">
			<missing/>
		</property>
		<property name="Icon" type="System.Drawing.Icon">
			<missing/>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="IsMdiContainer" type="System.Boolean">
			<missing/>
		</property>
		<property name="KeyPreview" type="System.Boolean">
			<missing/>
		</property>
		<property name="Location" type="System.Drawing.Point">
			<missing/>
		</property>
		<property name="MaximizeBox" type="System.Boolean">
			<missing/>
		</property>
		<property name="MaximumSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="Menu" type="System.Windows.Forms.MainMenu">
			<missing/>
		</property>
		<property name="MinimizeBox" type="System.Boolean">
			<missing/>
		</property>
		<property name="MinimumSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="Opacity" type="System.Double">
			<missing/>
		</property>
		<property name="PrintPreviewControl" type="System.Windows.Forms.PrintPreviewControl">
			<missing/>
		</property>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<missing/>
		</property>
		<property name="ShowInTaskbar" type="System.Boolean">
			<missing/>
		</property>
		<property name="Size" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="SizeGripStyle" type="System.Windows.Forms.SizeGripStyle">
			<missing/>
		</property>
		<property name="StartPosition" type="System.Windows.Forms.FormStartPosition">
			<missing/>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Tag" type="System.Object">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<property name="TopMost" type="System.Boolean">
			<missing/>
		</property>
		<property name="TransparencyKey" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="UseAntiAlias" type="System.Boolean">
			<missing/>
		</property>
		<property name="Visible" type="System.Boolean">
			<missing/>
		</property>
		<property name="WindowState" type="System.Windows.Forms.FormWindowState">
			<missing/>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="CausesValidationChanged">
			<missing/>
		</event>
		<event name="ContextMenuChanged">
			<missing/>
		</event>
		<event name="CursorChanged">
			<missing/>
		</event>
		<event name="DockChanged">
			<missing/>
		</event>
		<event name="EnabledChanged">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="LocationChanged">
			<missing/>
		</event>
		<event name="MaximumSizeChanged">
			<missing/>
		</event>
		<event name="MinimumSizeChanged">
			<missing/>
		</event>
		<event name="RightToLeftChanged">
			<missing/>
		</event>
		<event name="SizeChanged">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
		<event name="VisibleChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ProgressBar" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Value&quot;)">
			<missing/>
		</attribute>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_CausesValidationChanged" signature="System.Void add_CausesValidationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Enter" signature="System.Void add_Enter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyDown" signature="System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyPress" signature="System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyUp" signature="System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_Leave" signature="System.Void add_Leave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_RightToLeftChanged" signature="System.Void add_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_CausesValidationChanged" signature="System.Void remove_CausesValidationChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Enter" signature="System.Void remove_Enter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyDown" signature="System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyPress" signature="System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyUp" signature="System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Leave" signature="System.Void remove_Leave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_RightToLeftChanged" signature="System.Void remove_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AllowDrop" type="System.Boolean">
			<missing/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="CausesValidation" type="System.Boolean">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DefaultImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="Maximum" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(100)">
				<missing/>
			</attribute>
		</property>
		<property name="Minimum" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<missing/>
		</property>
		<property name="Step" type="System.Int32">
			<attribute name="DefaultValueAttribute(10)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<property name="Value" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="CausesValidationChanged">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="Enter">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="KeyDown">
			<missing/>
		</event>
		<event name="KeyPress">
			<missing/>
		</event>
		<event name="KeyUp">
			<missing/>
		</event>
		<event name="Leave">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="RightToLeftChanged">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.PropertyGrid" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PropertyGrid()">
			<missing/>
		</ctor>
		<method name="CollapseAllGridItems" signature="System.Void CollapseAllGridItems()">
			<missing/>
		</method>
		<method name="CreatePropertyTab" signature="System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType)">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="ExpandAllGridItems" signature="System.Void ExpandAllGridItems()">
			<missing/>
		</method>
		<method name="OnComComponentNameChanged" signature="System.Void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e)">
			<missing/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnGotFocus" signature="System.Void OnGotFocus(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleDestroyed" signature="System.Void OnHandleDestroyed(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnMouseDown" signature="System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs me)">
			<missing/>
		</method>
		<method name="OnMouseMove" signature="System.Void OnMouseMove(System.Windows.Forms.MouseEventArgs me)">
			<missing/>
		</method>
		<method name="OnMouseUp" signature="System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs me)">
			<missing/>
		</method>
		<method name="OnNotifyPropertyValueUIItemsChanged" signature="System.Void OnNotifyPropertyValueUIItemsChanged(System.Object sender, System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnPaint" signature="System.Void OnPaint(System.Windows.Forms.PaintEventArgs pevent)">
			<missing/>
		</method>
		<method name="OnPropertyTabChanged" signature="System.Void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e)">
			<missing/>
		</method>
		<method name="OnPropertyValueChanged" signature="System.Void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e)">
			<missing/>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnSelectedGridItemChanged" signature="System.Void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e)">
			<missing/>
		</method>
		<method name="OnSelectedObjectsChanged" signature="System.Void OnSelectedObjectsChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnSystemColorsChanged" signature="System.Void OnSystemColorsChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnVisibleChanged" signature="System.Void OnVisibleChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="ProcessDialogKey" signature="System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)">
			<missing/>
		</method>
		<method name="Refresh" signature="System.Void Refresh()">
			<missing/>
		</method>
		<method name="RefreshTabs" signature="System.Void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope)">
			<missing/>
		</method>
		<method name="ResetSelectedProperty" signature="System.Void ResetSelectedProperty()">
			<missing/>
		</method>
		<method name="ScaleCore" signature="System.Void ScaleCore(System.Single dx, System.Single dy)">
			<missing/>
		</method>
		<method name="ShowEventsButton" signature="System.Void ShowEventsButton(System.Boolean value)">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_PropertySortChanged" signature="System.Void add_PropertySortChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_PropertyTabChanged" signature="System.Void add_PropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventHandler value)">
			<missing/>
		</method>
		<method name="add_PropertyValueChanged" signature="System.Void add_PropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventHandler value)">
			<missing/>
		</method>
		<method name="add_SelectedGridItemChanged" signature="System.Void add_SelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventHandler value)">
			<missing/>
		</method>
		<method name="add_SelectedObjectsChanged" signature="System.Void add_SelectedObjectsChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_PropertySortChanged" signature="System.Void remove_PropertySortChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_PropertyTabChanged" signature="System.Void remove_PropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventHandler value)">
			<missing/>
		</method>
		<method name="remove_PropertyValueChanged" signature="System.Void remove_PropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventHandler value)">
			<missing/>
		</method>
		<method name="remove_SelectedGridItemChanged" signature="System.Void remove_SelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventHandler value)">
			<missing/>
		</method>
		<method name="remove_SelectedObjectsChanged" signature="System.Void remove_SelectedObjectsChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AutoScroll" type="System.Boolean">
			<missing/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BrowsableAttributes" type="System.ComponentModel.AttributeCollection">
			<missing/>
		</property>
		<property name="CanShowCommands" type="System.Boolean">
			<missing/>
		</property>
		<property name="CommandsBackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CommandsForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="CommandsVisible" type="System.Boolean">
			<missing/>
		</property>
		<property name="CommandsVisibleIfAvailable" type="System.Boolean">
			<missing/>
		</property>
		<property name="ContextMenuDefaultLocation" type="System.Drawing.Point">
			<missing/>
		</property>
		<property name="Controls" type="System.Windows.Forms.Control.ControlCollection">
			<missing/>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="DefaultTabType" type="System.Type">
			<missing/>
		</property>
		<property name="DrawFlatToolbar" type="System.Boolean">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HelpBackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HelpForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HelpVisible" type="System.Boolean">
			<missing/>
		</property>
		<property name="LargeButtons" type="System.Boolean">
			<missing/>
		</property>
		<property name="LineColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="PropertySort" type="System.Windows.Forms.PropertySort">
			<missing/>
		</property>
		<property name="PropertyTabs" type="System.Windows.Forms.PropertyGrid.PropertyTabCollection">
			<missing/>
		</property>
		<property name="SelectedGridItem" type="System.Windows.Forms.GridItem">
			<missing/>
		</property>
		<property name="SelectedObject" type="System.Object">
			<missing/>
		</property>
		<property name="SelectedObjects" type="System.Object[]">
			<missing/>
		</property>
		<property name="SelectedTab" type="System.Windows.Forms.Design.PropertyTab">
			<missing/>
		</property>
		<property name="ShowFocusCues" type="System.Boolean">
			<missing/>
		</property>
		<property name="Site" type="System.ComponentModel.ISite">
			<missing/>
		</property>
		<property name="ToolbarVisible" type="System.Boolean">
			<missing/>
		</property>
		<property name="ViewBackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="ViewForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="PropertySortChanged">
			<missing/>
		</event>
		<event name="PropertyTabChanged">
			<missing/>
		</event>
		<event name="PropertyValueChanged">
			<missing/>
		</event>
		<event name="SelectedGridItemChanged">
			<missing/>
		</event>
		<event name="SelectedObjectsChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.PropertyManager" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PropertyManager()">
			<missing/>
		</ctor>
		<method name="AddNew" signature="System.Void AddNew()">
			<missing/>
		</method>
		<method name="CancelCurrentEdit" signature="System.Void CancelCurrentEdit()">
			<missing/>
		</method>
		<method name="EndCurrentEdit" signature="System.Void EndCurrentEdit()">
			<missing/>
		</method>
		<method name="GetItemProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetItemProperties()">
			<missing/>
		</method>
		<method name="GetListName" signature="System.String GetListName(System.Collections.ArrayList listAccessors)">
			<missing/>
		</method>
		<method name="OnCurrentChanged" signature="System.Void OnCurrentChanged(System.EventArgs ea)">
			<missing/>
		</method>
		<method name="RemoveAt" signature="System.Void RemoveAt(System.Int32 index)">
			<missing/>
		</method>
		<method name="ResumeBinding" signature="System.Void ResumeBinding()">
			<missing/>
		</method>
		<method name="SuspendBinding" signature="System.Void SuspendBinding()">
			<missing/>
		</method>
		<method name="UpdateIsBinding" signature="System.Void UpdateIsBinding()">
			<missing/>
		</method>
		<property name="Count" type="System.Int32">
			<missing/>
		</property>
		<property name="Current" type="System.Object">
			<missing/>
		</property>
		<property name="Position" type="System.Int32">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.RadioButton" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Checked&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;CheckedChanged&quot;)">
			<missing/>
		</attribute>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Appearance" type="System.Windows.Forms.Appearance">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoCheck" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="CheckAlign" type="System.Drawing.ContentAlignment">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Checked" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TextAlign" type="System.Drawing.ContentAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="DoubleClick">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.RichTextBox" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.RichTextBox()">
			<todo/>
		</ctor>
		<method name="CanPaste" signature="System.Boolean CanPaste(System.Windows.Forms.DataFormats.Format clipFormat)">
			<todo/>
		</method>
		<method name="CreateRichEditOleCallback" signature="System.Object CreateRichEditOleCallback()">
			<missing/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.String str)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.String str, System.Windows.Forms.RichTextBoxFinds options)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.String str, System.Int32 start, System.Windows.Forms.RichTextBoxFinds options)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.String str, System.Int32 start, System.Int32 end, System.Windows.Forms.RichTextBoxFinds options)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.Char[] characterSet)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.Char[] characterSet, System.Int32 start)">
			<todo/>
		</method>
		<method name="Find" signature="System.Int32 Find(System.Char[] characterSet, System.Int32 start, System.Int32 end)">
			<todo/>
		</method>
		<method name="GetCharFromPosition" signature="System.Char GetCharFromPosition(System.Drawing.Point pt)">
			<todo/>
		</method>
		<method name="GetCharIndexFromPosition" signature="System.Int32 GetCharIndexFromPosition(System.Drawing.Point pt)">
			<todo/>
		</method>
		<method name="GetLineFromCharIndex" signature="System.Int32 GetLineFromCharIndex(System.Int32 index)">
			<todo/>
		</method>
		<method name="GetPositionFromCharIndex" signature="System.Drawing.Point GetPositionFromCharIndex(System.Int32 index)">
			<todo/>
		</method>
		<method name="LoadFile" signature="System.Void LoadFile(System.String path)">
			<todo/>
		</method>
		<method name="LoadFile" signature="System.Void LoadFile(System.String path, System.Windows.Forms.RichTextBoxStreamType fileType)">
			<todo/>
		</method>
		<method name="LoadFile" signature="System.Void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)">
			<todo/>
		</method>
		<method name="OnBackColorChanged" signature="System.Void OnBackColorChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnContentsResized" signature="System.Void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e)">
			<todo/>
		</method>
		<method name="OnContextMenuChanged" signature="System.Void OnContextMenuChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHScroll" signature="System.Void OnHScroll(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHandleDestroyed" signature="System.Void OnHandleDestroyed(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnImeChange" signature="System.Void OnImeChange(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnLinkClicked" signature="System.Void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e)">
			<todo/>
		</method>
		<method name="OnProtected" signature="System.Void OnProtected(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnRightToLeftChanged" signature="System.Void OnRightToLeftChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSelectionChanged" signature="System.Void OnSelectionChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnSystemColorsChanged" signature="System.Void OnSystemColorsChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnTextChanged" signature="System.Void OnTextChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnVScroll" signature="System.Void OnVScroll(System.EventArgs e)">
			<todo/>
		</method>
		<method name="Paste" signature="System.Void Paste(System.Windows.Forms.DataFormats.Format clipFormat)">
			<todo/>
		</method>
		<method name="Redo" signature="System.Void Redo()">
			<todo/>
		</method>
		<method name="SaveFile" signature="System.Void SaveFile(System.String path)">
			<todo/>
		</method>
		<method name="SaveFile" signature="System.Void SaveFile(System.String path, System.Windows.Forms.RichTextBoxStreamType fileType)">
			<todo/>
		</method>
		<method name="SaveFile" signature="System.Void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)">
			<todo/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DragDrop" signature="System.Void add_DragDrop(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_DragEnter" signature="System.Void add_DragEnter(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_DragLeave" signature="System.Void add_DragLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DragOver" signature="System.Void add_DragOver(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="add_GiveFeedback" signature="System.Void add_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)">
			<missing/>
		</method>
		<method name="add_QueryContinueDrag" signature="System.Void add_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragDrop" signature="System.Void remove_DragDrop(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragEnter" signature="System.Void remove_DragEnter(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragLeave" signature="System.Void remove_DragLeave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DragOver" signature="System.Void remove_DragOver(System.Windows.Forms.DragEventHandler value)">
			<missing/>
		</method>
		<method name="remove_GiveFeedback" signature="System.Void remove_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)">
			<missing/>
		</method>
		<method name="remove_QueryContinueDrag" signature="System.Void remove_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)">
			<missing/>
		</method>
		<property name="AllowDrop" type="System.Boolean">
			<todo/>
		</property>
		<property name="AutoSize" type="System.Boolean">
			<todo/>
		</property>
		<property name="AutoWordSelection" type="System.Boolean">
			<todo/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BulletIndent" type="System.Int32">
			<todo/>
		</property>
		<property name="CanRedo" type="System.Boolean">
			<todo/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="DetectUrls" type="System.Boolean">
			<todo/>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="MaxLength" type="System.Int32">
			<todo/>
		</property>
		<property name="Multiline" type="System.Boolean">
			<todo/>
		</property>
		<property name="RedoActionName" type="System.String">
			<todo/>
		</property>
		<property name="RightMargin" type="System.Int32">
			<todo/>
		</property>
		<property name="Rtf" type="System.String">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
			<attribute name="DefaultValueAttribute(0)">
				<extra/>
			</attribute>
		</property>
		<property name="ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars">
			<todo/>
		</property>
		<property name="SelectedRtf" type="System.String">
			<todo/>
		</property>
		<property name="SelectedText" type="System.String">
			<todo/>
		</property>
		<property name="SelectionAlignment" type="System.Windows.Forms.HorizontalAlignment">
			<todo/>
		</property>
		<property name="SelectionBullet" type="System.Boolean">
			<todo/>
		</property>
		<property name="SelectionCharOffset" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<todo/>
			<attribute name="DefaultValueAttribute(false)">
				<extra/>
			</attribute>
		</property>
		<property name="SelectionColor" type="System.Drawing.Color">
			<todo/>
		</property>
		<property name="SelectionFont" type="System.Drawing.Font">
			<todo/>
		</property>
		<property name="SelectionHangingIndent" type="System.Int32">
			<todo/>
		</property>
		<property name="SelectionIndent" type="System.Int32">
			<todo/>
		</property>
		<property name="SelectionLength" type="System.Int32">
			<todo/>
		</property>
		<property name="SelectionProtected" type="System.Boolean">
			<todo/>
		</property>
		<property name="SelectionRightIndent" type="System.Int32">
			<todo/>
		</property>
		<property name="SelectionTabs" type="System.Int32[]">
			<todo/>
		</property>
		<property name="SelectionType" type="System.Windows.Forms.RichTextBoxSelectionTypes">
			<todo/>
		</property>
		<property name="ShowSelectionMargin" type="System.Boolean">
			<todo/>
		</property>
		<property name="Text" type="System.String">
			<todo/>
		</property>
		<property name="TextLength" type="System.Int32">
			<todo/>
		</property>
		<property name="UndoActionName" type="System.String">
			<todo/>
		</property>
		<property name="ZoomFactor" type="System.Single">
			<attribute name="DefaultValueAttribute(1.000000000000000000000000000000e+00)">
				<missing/>
			</attribute>
			<todo/>
			<attribute name="DefaultValueAttribute(1)">
				<extra/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="DragDrop">
			<missing/>
		</event>
		<event name="DragEnter">
			<missing/>
		</event>
		<event name="DragLeave">
			<missing/>
		</event>
		<event name="DragOver">
			<missing/>
		</event>
		<event name="GiveFeedback">
			<missing/>
		</event>
		<event name="QueryContinueDrag">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.SaveFileDialog" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<property name="CreatePrompt" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="OverwritePrompt" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.ScrollBar" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Value&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Scroll&quot;)">
			<missing/>
		</attribute>
		<method name="UpdateScrollInfo" signature="System.Void UpdateScrollInfo()">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseDown" signature="System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseMove" signature="System.Void add_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_MouseUp" signature="System.Void add_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseDown" signature="System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseMove" signature="System.Void remove_MouseMove(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_MouseUp" signature="System.Void remove_MouseUp(System.Windows.Forms.MouseEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="BackColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="LargeChange" type="System.Int32">
			<attribute name="DefaultValueAttribute(10)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="Maximum" type="System.Int32">
			<attribute name="DefaultValueAttribute(100)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="Minimum" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="SmallChange" type="System.Int32">
			<attribute name="DefaultValueAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Value" type="System.Int32">
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Click">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="MouseDown">
			<missing/>
		</event>
		<event name="MouseMove">
			<missing/>
		</event>
		<event name="MouseUp">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ScrollableControl" assembly="System.Windows.Forms">
		<method name="AdjustFormScrollbars" signature="System.Void AdjustFormScrollbars(System.Boolean displayScrollbars)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="GetScrollState" signature="System.Boolean GetScrollState(System.Int32 bit)">
			<missing/>
		</method>
		<method name="OnLayout" signature="System.Void OnLayout(System.Windows.Forms.LayoutEventArgs levent)">
			<missing/>
		</method>
		<method name="OnMouseWheel" signature="System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnVisibleChanged" signature="System.Void OnVisibleChanged(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="ScaleCore" signature="System.Void ScaleCore(System.Single dx, System.Single dy)">
			<todo/>
		</method>
		<method name="SetDisplayRectLocation" signature="System.Void SetDisplayRectLocation(System.Int32 x, System.Int32 y)">
			<missing/>
		</method>
		<method name="SetScrollState" signature="System.Void SetScrollState(System.Int32 bit, System.Boolean value)">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<field name="ScrollStateAutoScrolling" type="System.Int32">
			<missing/>
		</field>
		<field name="ScrollStateFullDrag" type="System.Int32">
			<missing/>
		</field>
		<field name="ScrollStateHScrollVisible" type="System.Int32">
			<missing/>
		</field>
		<field name="ScrollStateUserHasScrolled" type="System.Int32">
			<missing/>
		</field>
		<field name="ScrollStateVScrollVisible" type="System.Int32">
			<missing/>
		</field>
		<property name="AutoScroll" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoScrollMargin" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoScrollMinSize" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoScrollPosition" type="System.Drawing.Point">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="DockPadding" type="System.Windows.Forms.ScrollableControl.DockPaddingEdges">
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.SelectionRange" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.SelectionRange()">
			<missing/>
		</ctor>
		<ctor signature="System.Windows.Forms.SelectionRange(System.DateTime lower, System.DateTime upper)">
			<missing/>
		</ctor>
		<ctor signature="System.Windows.Forms.SelectionRange(System.Windows.Forms.SelectionRange range)">
			<missing/>
		</ctor>
		<method name="ToString" signature="System.String ToString()">
			<missing/>
		</method>
		<property name="End" type="System.DateTime">
			<missing/>
		</property>
		<property name="Start" type="System.DateTime">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.SelectionRangeConverter" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.SelectionRangeConverter()">
			<missing/>
		</ctor>
		<method name="CanConvertFrom" signature="System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)">
			<missing/>
		</method>
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<missing/>
		</method>
		<method name="ConvertFrom" signature="System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)">
			<missing/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<missing/>
		</method>
		<method name="CreateInstance" signature="System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)">
			<missing/>
		</method>
		<method name="GetCreateInstanceSupported" signature="System.Boolean GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
		<method name="GetProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, System.Object value, System.Attribute[] attributes)">
			<missing/>
		</method>
		<method name="GetPropertiesSupported" signature="System.Boolean GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.SendKeys" assembly="System.Windows.Forms">
		<missing/>
		<method name="Flush" signature="static System.Void Flush()">
			<missing/>
		</method>
		<method name="Send" signature="static System.Void Send(System.String keys)">
			<missing/>
		</method>
		<method name="SendWait" signature="static System.Void SendWait(System.String keys)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.Splitter" assembly="System.Windows.Forms">
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Enter" signature="System.Void add_Enter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyDown" signature="System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyPress" signature="System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="add_KeyUp" signature="System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="add_Leave" signature="System.Void add_Leave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Enter" signature="System.Void remove_Enter(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyDown" signature="System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyPress" signature="System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)">
			<missing/>
		</method>
		<method name="remove_KeyUp" signature="System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)">
			<missing/>
		</method>
		<method name="remove_Leave" signature="System.Void remove_Leave(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AllowDrop" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Anchor" type="System.Windows.Forms.AnchorStyles">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="Dock" type="System.Windows.Forms.DockStyle">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="MinExtra" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(25)">
				<missing/>
			</attribute>
		</property>
		<property name="MinSize" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(25)">
				<missing/>
			</attribute>
		</property>
		<property name="SplitPosition" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Enter">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="KeyDown">
			<missing/>
		</event>
		<event name="KeyPress">
			<missing/>
		</event>
		<event name="KeyUp">
			<missing/>
		</event>
		<event name="Leave">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.StatusBar" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;PanelClick&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.StatusBarDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<property name="BackColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Dock" type="System.Windows.Forms.DockStyle">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<missing/>
		</property>
		<property name="Panels" type="System.Windows.Forms.StatusBar.StatusBarPanelCollection">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowPanels" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SizingGrip" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.StatusBarPanel" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<property name="Alignment" type="System.Windows.Forms.HorizontalAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.StatusBarPanelBorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="Icon" type="System.Drawing.Icon">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="MinWidth" type="System.Int32">
			<attribute name="DefaultValueAttribute(10)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Parent" type="System.Windows.Forms.StatusBar">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ToolTipText" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Width" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(100)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.SystemInformation" assembly="System.Windows.Forms">
		<property name="DragFullWindows" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.TabControl" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;SelectedIndexChanged&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.TabControlDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;TabPages&quot;)">
			<missing/>
		</attribute>
		<msg>should have base type System.Windows.Forms.Control but has base System.Windows.Forms.ContainerControl instead</msg>
		<method name="CreateHandle" signature="System.Void CreateHandle()">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="GetItems" signature="System.Object[] GetItems()">
			<missing/>
		</method>
		<method name="GetItems" signature="System.Object[] GetItems(System.Type baseType)">
			<missing/>
		</method>
		<method name="OnDrawItem" signature="System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)">
			<todo/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnHandleDestroyed" signature="System.Void OnHandleDestroyed(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnResize" signature="System.Void OnResize(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnStyleChanged" signature="System.Void OnStyleChanged(System.EventArgs e)">
			<missing/>
		</method>
		<method name="UpdateTabSelection" signature="System.Void UpdateTabSelection(System.Boolean uiselected)">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Alignment" type="System.Windows.Forms.TabAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Appearance" type="System.Windows.Forms.TabAppearance">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HotTrack" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ItemSize" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Multiline" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Padding" type="System.Drawing.Point">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="RowCount" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedTab" type="System.Windows.Forms.TabPage">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowToolTips" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SizeMode" type="System.Windows.Forms.TabSizeMode">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="TabCount" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="TabPages" type="System.Windows.Forms.TabControl.TabPageCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.TabPage" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.TabPageDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Click&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<method name="GetTabPageOfComponent" signature="static System.Windows.Forms.TabPage GetTabPageOfComponent(System.Object comp)">
			<todo/>
		</method>
		<method name="add_DockChanged" signature="System.Void add_DockChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_EnabledChanged" signature="System.Void add_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabIndexChanged" signature="System.Void add_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TabStopChanged" signature="System.Void add_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_VisibleChanged" signature="System.Void add_VisibleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DockChanged" signature="System.Void remove_DockChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_EnabledChanged" signature="System.Void remove_EnabledChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabIndexChanged" signature="System.Void remove_TabIndexChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TabStopChanged" signature="System.Void remove_TabStopChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_VisibleChanged" signature="System.Void remove_VisibleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Anchor" type="System.Windows.Forms.AnchorStyles">
			<missing/>
		</property>
		<property name="Dock" type="System.Windows.Forms.DockStyle">
			<missing/>
		</property>
		<property name="Enabled" type="System.Boolean">
			<missing/>
		</property>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
		</property>
		<property name="TabIndex" type="System.Int32">
			<missing/>
		</property>
		<property name="TabStop" type="System.Boolean">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BrowsableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ToolTipText" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Visible" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<event name="DockChanged">
			<missing/>
		</event>
		<event name="EnabledChanged">
			<missing/>
		</event>
		<event name="TabIndexChanged">
			<missing/>
		</event>
		<event name="TabStopChanged">
			<missing/>
		</event>
		<event name="VisibleChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.TextBox" assembly="System.Windows.Forms">
		<ctor signature="System.Windows.Forms.TextBox()">
			<todo/>
		</ctor>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<missing/>
		</method>
		<method name="OnMouseUp" signature="System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<property name="AcceptsReturn" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="CharacterCasing" type="System.Windows.Forms.CharacterCasing">
			<todo/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DefaultImeMode" type="System.Windows.Forms.ImeMode">
			<todo/>
		</property>
		<property name="PasswordChar" type="System.Char">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ScrollBars" type="System.Windows.Forms.ScrollBars">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SelectionLength" type="System.Int32">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TextAlign" type="System.Windows.Forms.HorizontalAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.TextBoxBase" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;TextChanged&quot;)">
			<missing/>
		</attribute>
		<method name="ClearUndo" signature="System.Void ClearUndo()">
			<todo/>
		</method>
		<method name="Copy" signature="System.Void Copy()">
			<todo/>
		</method>
		<method name="Cut" signature="System.Void Cut()">
			<todo/>
		</method>
		<method name="Paste" signature="System.Void Paste()">
			<todo/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<missing/>
		</method>
		<method name="Undo" signature="System.Void Undo()">
			<todo/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BorderStyleChanged" signature="System.Void add_BorderStyleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BorderStyleChanged" signature="System.Void remove_BorderStyleChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<property name="AcceptsTab" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoSize" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="CanUndo" type="System.Boolean">
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="HideSelection" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Lines" type="System.String[]">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig abstract specialname &apos; instead</msg>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.StringArrayEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="MaxLength" type="System.Int32">
			<attribute name="DefaultValueAttribute(32767)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Modified" type="System.Boolean">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Multiline" type="System.Boolean">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="PreferredHeight" type="System.Int32">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ReadOnly" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedText" type="System.String">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectionLength" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectionStart" type="System.Int32">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public virtual hidebysig specialname &apos; instead</msg>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="TextLength" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="WordWrap" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="BorderStyleChanged">
			<missing/>
		</event>
		<event name="Click">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="Paint">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ThreadExceptionDialog" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.ThreadExceptionDialog(System.Exception t)">
			<missing/>
		</ctor>
	</class>
	<class name="System.Windows.Forms.Timer" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Interval&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;Tick&quot;)">
			<missing/>
		</attribute>
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<method name="OnTick" signature="System.Void OnTick(System.EventArgs e)">
			<missing/>
		</method>
		<property name="Enabled" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Interval" type="System.Int32">
			<attribute name="DefaultValueAttribute(100)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.ToolBar" assembly="System.Windows.Forms">
		<attribute name="DefaultPropertyAttribute(&quot;Buttons&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultEventAttribute(&quot;ButtonClick&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ToolBarDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="add_BackColorChanged" signature="System.Void add_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_RightToLeftChanged" signature="System.Void add_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackColorChanged" signature="System.Void remove_BackColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_RightToLeftChanged" signature="System.Void remove_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Appearance" type="System.Windows.Forms.ToolBarAppearance">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoSize" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="ButtonSize" type="System.Drawing.Size">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Buttons" type="System.Windows.Forms.ToolBar.ToolBarButtonCollection">
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Divider" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Dock" type="System.Windows.Forms.DockStyle">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="DropDownArrows" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageSize" type="System.Drawing.Size">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ShowToolTips" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TabStop" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TextAlign" type="System.Windows.Forms.ToolBarTextAlign">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Wrappable" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackColorChanged">
			<missing/>
		</event>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="RightToLeftChanged">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ToolBarButton" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Text&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignTimeVisibleAttribute(false)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ToolBarButtonDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<property name="DropDownMenu" type="System.Windows.Forms.Menu">
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter,System))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Enabled" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(-1)">
				<missing/>
			</attribute>
		</property>
		<property name="Parent" type="System.Windows.Forms.ToolBar">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="PartialPush" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Pushed" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Style" type="System.Windows.Forms.ToolBarButtonStyle">
			<attribute name="RefreshPropertiesAttribute(2)">
				<missing/>
			</attribute>
		</property>
		<property name="Tag" type="System.Object">
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="ToolTipText" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Visible" type="System.Boolean">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.ToolTip" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemFilterAttribute(&quot;System.Windows.Forms&quot;)">
			<missing/>
		</attribute>
		<attribute name="ProvidePropertyAttribute(&quot;ToolTip&quot;, typeof(System.Windows.Forms.Control))">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.ToolTip(System.ComponentModel.IContainer cont)">
			<todo/>
		</ctor>
		<ctor signature="System.Windows.Forms.ToolTip()">
			<todo/>
		</ctor>
		<method name="CanExtend" signature="System.Boolean CanExtend(System.Object target)">
			<todo/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="GetToolTip" signature="System.String GetToolTip(System.Windows.Forms.Control control)">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="RemoveAll" signature="System.Void RemoveAll()">
			<todo/>
		</method>
		<method name="SetToolTip" signature="System.Void SetToolTip(System.Windows.Forms.Control control, System.String caption)">
			<todo/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<todo/>
		</method>
		<property name="Active" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="AutoPopDelay" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="AutomaticDelay" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(500)">
				<missing/>
			</attribute>
		</property>
		<property name="InitialDelay" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="ReshowDelay" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowAlways" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.TrackBar" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;Scroll&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Value&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.TrackBarDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="BeginInit" signature="System.Void BeginInit()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="EndInit" signature="System.Void EndInit()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnMouseWheel" signature="System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="add_BackgroundImageChanged" signature="System.Void add_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Click" signature="System.Void add_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_DoubleClick" signature="System.Void add_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_FontChanged" signature="System.Void add_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ForeColorChanged" signature="System.Void add_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_ImeModeChanged" signature="System.Void add_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="add_Paint" signature="System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_BackgroundImageChanged" signature="System.Void remove_BackgroundImageChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Click" signature="System.Void remove_Click(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_DoubleClick" signature="System.Void remove_DoubleClick(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_FontChanged" signature="System.Void remove_FontChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ForeColorChanged" signature="System.Void remove_ForeColorChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_ImeModeChanged" signature="System.Void remove_ImeModeChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_Paint" signature="System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="AutoSize" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Font" type="System.Drawing.Font">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="ImeMode" type="System.Windows.Forms.ImeMode">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="LargeChange" type="System.Int32">
			<attribute name="DefaultValueAttribute(5)">
				<missing/>
			</attribute>
		</property>
		<property name="Maximum" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(10)">
				<missing/>
			</attribute>
		</property>
		<property name="Minimum" type="System.Int32">
			<attribute name="RefreshPropertiesAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="Orientation" type="System.Windows.Forms.Orientation">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="SmallChange" type="System.Int32">
			<attribute name="DefaultValueAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="TickFrequency" type="System.Int32">
			<attribute name="DefaultValueAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="Value" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<missing/>
		</event>
		<event name="Click">
			<missing/>
		</event>
		<event name="DoubleClick">
			<missing/>
		</event>
		<event name="FontChanged">
			<missing/>
		</event>
		<event name="ForeColorChanged">
			<missing/>
		</event>
		<event name="ImeModeChanged">
			<missing/>
		</event>
		<event name="Paint">
			<missing/>
		</event>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.TreeNode" assembly="System.Windows.Forms">
		<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.TreeNodeConverter))">
			<missing/>
		</attribute>
		<msg>should have base type System.MarshalByRefObject but has base System.Object instead</msg>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="NodeFont" type="System.Drawing.Font">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Nodes" type="System.Windows.Forms.TreeNodeCollection">
			<attribute name="ListBindableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedImageIndex" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Tag" type="System.Object">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BindableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System))">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.TreeNodeCollection" assembly="System.Windows.Forms">
		<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.TreeNodeCollectionEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
			<missing/>
		</attribute>
		<property name="Count" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</property>
	</class>
	<class name="System.Windows.Forms.TreeNodeConverter" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.TreeNodeConverter()">
			<missing/>
		</ctor>
		<method name="CanConvertTo" signature="System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)">
			<missing/>
		</method>
		<method name="ConvertTo" signature="System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.TreeView" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;AfterSelect&quot;)">
			<missing/>
		</attribute>
		<attribute name="DefaultPropertyAttribute(&quot;Nodes&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.TreeViewDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="OnAfterCheck" signature="System.Void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnAfterCollapse" signature="System.Void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnAfterExpand" signature="System.Void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnBeforeCheck" signature="System.Void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnBeforeCollapse" signature="System.Void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="OnBeforeExpand" signature="System.Void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e)">
			<msg>should have attributes `family virtual hidebysig &apos;, but has `famorassem virtual hidebysig &apos; instead</msg>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="CheckBoxes" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="FullRowSelect" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="HideSelection" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="HotTracking" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="ImageIndex" type="System.Int32">
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
		</property>
		<property name="ImageList" type="System.Windows.Forms.ImageList">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Indent" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ItemHeight" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="LabelEdit" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Nodes" type="System.Windows.Forms.TreeNodeCollection">
			<attribute name="DesignerSerializationVisibilityAttribute(2)">
				<missing/>
			</attribute>
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="MergablePropertyAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="PathSeparator" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;\&quot;)">
				<missing/>
			</attribute>
		</property>
		<property name="Scrollable" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedImageIndex" type="System.Int32">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<attribute name="TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))">
				<missing/>
			</attribute>
			<attribute name="EditorAttribute(&quot;System.Windows.Forms.Design.ImageIndexEditor, System.Design&quot;, typeof(System.Drawing.Design.UITypeEditor,System.Drawing))">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="SelectedNode" type="System.Windows.Forms.TreeNode">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowLines" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowPlusMinus" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="ShowRootLines" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="Sorted" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
		</property>
		<property name="Text" type="System.String">
			<attribute name="BindableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<property name="TopNode" type="System.Windows.Forms.TreeNode">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<property name="VisibleCount" type="System.Int32">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="DesignerSerializationVisibilityAttribute(0)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="Paint">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="TextChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.TreeViewImageIndexConverter" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.TreeViewImageIndexConverter()">
			<missing/>
		</ctor>
		<property name="IncludeNoneAsStandardValue" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.UpDownBase" assembly="System.Windows.Forms">
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.UpDownBaseDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<todo/>
		<ctor signature="System.Windows.Forms.UpDownBase()">
			<todo/>
		</ctor>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<todo/>
		</method>
		<method name="OnChanged" signature="System.Void OnChanged(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnFontChanged" signature="System.Void OnFontChanged(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHandleCreated" signature="System.Void OnHandleCreated(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnLayout" signature="System.Void OnLayout(System.Windows.Forms.LayoutEventArgs e)">
			<todo/>
		</method>
		<method name="OnMouseWheel" signature="System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxKeyDown" signature="System.Void OnTextBoxKeyDown(System.Object source, System.Windows.Forms.KeyEventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxKeyPress" signature="System.Void OnTextBoxKeyPress(System.Object source, System.Windows.Forms.KeyPressEventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxLostFocus" signature="System.Void OnTextBoxLostFocus(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxResize" signature="System.Void OnTextBoxResize(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnTextBoxTextChanged" signature="System.Void OnTextBoxTextChanged(System.Object source, System.EventArgs e)">
			<todo/>
		</method>
		<method name="Select" signature="System.Void Select(System.Int32 start, System.Int32 length)">
			<todo/>
		</method>
		<method name="SetBoundsCore" signature="System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)">
			<todo/>
		</method>
		<method name="ValidateEditText" signature="System.Void ValidateEditText()">
			<missing/>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<missing/>
		</method>
		<property name="AutoScroll" type="System.Boolean">
			<missing/>
		</property>
		<property name="AutoScrollMargin" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="AutoScrollMinSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="BackColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="BackgroundImage" type="System.Drawing.Image">
			<missing/>
		</property>
		<property name="BorderStyle" type="System.Windows.Forms.BorderStyle">
			<attribute name="DispIdAttribute(-504)">
				<missing/>
			</attribute>
		</property>
		<property name="ChangingText" type="System.Boolean">
			<missing/>
		</property>
		<property name="ContextMenu" type="System.Windows.Forms.ContextMenu">
			<missing/>
		</property>
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
		<property name="DefaultSize" type="System.Drawing.Size">
			<missing/>
		</property>
		<property name="DockPadding" type="System.Windows.Forms.ScrollableControl.DockPaddingEdges">
			<missing/>
		</property>
		<property name="Focused" type="System.Boolean">
			<missing/>
		</property>
		<property name="ForeColor" type="System.Drawing.Color">
			<missing/>
		</property>
		<property name="InterceptArrowKeys" type="System.Boolean">
			<attribute name="DefaultValueAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="PreferredHeight" type="System.Int32">
			<missing/>
		</property>
		<property name="Text" type="System.String">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TextAlign" type="System.Windows.Forms.HorizontalAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<property name="UpDownAlign" type="System.Windows.Forms.LeftRightAlignment">
			<attribute name="LocalizableAttribute(true)">
				<missing/>
			</attribute>
		</property>
		<event name="BackgroundImageChanged">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseEnter">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseHover">
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseLeave">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
		<event name="MouseMove">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</event>
	</class>
	<class name="System.Windows.Forms.UserControl" assembly="System.Windows.Forms">
		<attribute name="DefaultEventAttribute(&quot;Load&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design&quot;, typeof(System.ComponentModel.Design.IRootDesigner,System))">
			<missing/>
		</attribute>
		<attribute name="DesignerCategoryAttribute(&quot;UserControl&quot;)">
			<missing/>
		</attribute>
		<attribute name="DesignerAttribute(&quot;System.Windows.Forms.Design.ControlDesigner, System.Design&quot;)">
			<missing/>
		</attribute>
		<method name="OnCreateControl" signature="System.Void OnCreateControl()">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnLoad" signature="System.Void OnLoad(System.EventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="OnMouseDown" signature="System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs e)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="WndProc" signature="System.Void WndProc(System.Windows.Forms.Message&amp; m)">
			<attribute name="EditorBrowsableAttribute(2)">
				<missing/>
			</attribute>
		</method>
		<method name="add_TextChanged" signature="System.Void add_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_TextChanged" signature="System.Void remove_TextChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="Text" type="System.String">
			<missing/>
		</property>
		<event name="TextChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.VScrollBar" assembly="System.Windows.Forms">
		<method name="add_RightToLeftChanged" signature="System.Void add_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<method name="remove_RightToLeftChanged" signature="System.Void remove_RightToLeftChanged(System.EventHandler value)">
			<missing/>
		</method>
		<property name="RightToLeft" type="System.Windows.Forms.RightToLeft">
			<attribute name="BrowsableAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="EditorBrowsableAttribute(1)">
				<missing/>
			</attribute>
		</property>
		<event name="RightToLeftChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.ComponentModel.Com2Interop.Com2Variant" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.ComponentModel.Com2Interop.Com2Variant()">
			<missing/>
		</ctor>
	</class>
	<class name="System.Windows.Forms.ComponentModel.Com2Interop.ICom2PropertyPageDisplayService" assembly="System.Windows.Forms">
		<missing/>
		<method name="ShowPropertyPage" signature="System.Void ShowPropertyPage(System.String title, System.Object component, System.Int32 dispid, System.Guid pageGuid, System.IntPtr parentHandle)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser" assembly="System.Windows.Forms">
		<missing/>
		<method name="DropDownDone" signature="System.Void DropDownDone()">
			<missing/>
		</method>
		<method name="EnsurePendingChangesCommitted" signature="System.Boolean EnsurePendingChangesCommitted()">
			<missing/>
		</method>
		<method name="HandleF4" signature="System.Void HandleF4()">
			<missing/>
		</method>
		<method name="LoadState" signature="System.Void LoadState(Microsoft.Win32.RegistryKey key)">
			<missing/>
		</method>
		<method name="SaveState" signature="System.Void SaveState(Microsoft.Win32.RegistryKey key)">
			<missing/>
		</method>
		<method name="add_ComComponentNameChanged" signature="System.Void add_ComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventHandler value)">
			<missing/>
		</method>
		<method name="remove_ComComponentNameChanged" signature="System.Void remove_ComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventHandler value)">
			<missing/>
		</method>
		<property name="InPropertySet" type="System.Boolean">
			<missing/>
		</property>
		<event name="ComComponentNameChanged">
			<missing/>
		</event>
	</class>
	<class name="System.Windows.Forms.Design.ComponentEditorForm" assembly="System.Windows.Forms">
		<attribute name="ToolboxItemAttribute(false)">
			<missing/>
		</attribute>
		<ctor signature="System.Windows.Forms.Design.ComponentEditorForm(System.Object component, System.Type[] pageTypes)">
			<todo/>
		</ctor>
		<method name="OnActivated" signature="System.Void OnActivated(System.EventArgs e)">
			<todo/>
		</method>
		<method name="OnHelpRequested" signature="System.Void OnHelpRequested(System.Windows.Forms.HelpEventArgs e)">
			<todo/>
		</method>
		<method name="OnSelChangeSelector" signature="System.Void OnSelChangeSelector(System.Object source, System.Windows.Forms.TreeViewEventArgs e)">
			<todo/>
		</method>
		<method name="ShowForm" signature="System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner, System.Int32 page)">
			<todo/>
		</method>
	</class>
	<class name="System.Windows.Forms.Design.ComponentEditorPage" assembly="System.Windows.Forms">
		<property name="CreateParams" type="System.Windows.Forms.CreateParams">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.Design.EventsTab" assembly="System.Windows.Forms">
		<method name="CanExtend" signature="System.Boolean CanExtend(System.Object extendee)">
			<missing/>
		</method>
	</class>
	<class name="System.Windows.Forms.Design.IUIService" assembly="System.Windows.Forms">
		<attribute name="GuidAttribute(&quot;06A9C74B-5E32-4561-BE73-381B37869F4F&quot;)">
			<missing/>
		</attribute>
	</class>
	<class name="System.Windows.Forms.Design.PropertyTab" assembly="System.Windows.Forms">
		<method name="Dispose" signature="System.Void Dispose()">
			<missing/>
		</method>
		<method name="Dispose" signature="System.Void Dispose(System.Boolean disposing)">
			<missing/>
		</method>
		<method name="Finalize" signature="System.Void Finalize()">
			<missing/>
		</method>
		<property name="Bitmap" type="System.Drawing.Bitmap">
			<todo/>
		</property>
	</class>
	<class name="System.Windows.Forms.PropertyGridInternal.IRootGridEntry" assembly="System.Windows.Forms">
		<missing/>
		<method name="ResetBrowsableAttributes" signature="System.Void ResetBrowsableAttributes()">
			<missing/>
		</method>
		<method name="ShowCategories" signature="System.Void ShowCategories(System.Boolean showCategories)">
			<missing/>
		</method>
		<property name="BrowsableAttributes" type="System.ComponentModel.AttributeCollection">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.PropertyGridInternal.PropertiesTab" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PropertyGridInternal.PropertiesTab()">
			<missing/>
		</ctor>
		<method name="GetDefaultProperty" signature="System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Object obj)">
			<missing/>
		</method>
		<method name="GetProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Object component, System.Attribute[] attributes)">
			<missing/>
		</method>
		<method name="GetProperties" signature="System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, System.Object component, System.Attribute[] attributes)">
			<missing/>
		</method>
		<property name="HelpKeyword" type="System.String">
			<missing/>
		</property>
		<property name="TabName" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Windows.Forms.PropertyGridInternal.PropertyGridCommands" assembly="System.Windows.Forms">
		<missing/>
		<ctor signature="System.Windows.Forms.PropertyGridInternal.PropertyGridCommands()">
			<missing/>
		</ctor>
		<field name="Commands" type="System.ComponentModel.Design.CommandID">
			<missing/>
		</field>
		<field name="Description" type="System.ComponentModel.Design.CommandID">
			<missing/>
		</field>
		<field name="Hide" type="System.ComponentModel.Design.CommandID">
			<missing/>
		</field>
		<field name="Reset" type="System.ComponentModel.Design.CommandID">
			<missing/>
		</field>
		<field name="wfcMenuCommand" type="System.Guid">
			<missing/>
		</field>
		<field name="wfcMenuGroup" type="System.Guid">
			<missing/>
		</field>
	</class>
	<class name="System.Xml.XmlAttribute" assembly="System.Xml">
		<property name="InnerXml" type="System.String">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.XmlDocument" assembly="System.Xml">
		<method name="CreateNavigator" signature="System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node)">
			<msg>should have attributes `famorassem virtual hidebysig &apos;, but has `family virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetElementById" signature="System.Xml.XmlElement GetElementById(System.String elementId)">
			<todo/>
		</method>
		<method name="ImportNode" signature="System.Xml.XmlNode ImportNode(System.Xml.XmlNode node, System.Boolean deep)">
			<todo/>
		</method>
	</class>
	<class name="System.Xml.XmlDocumentFragment" assembly="System.Xml">
		<property name="InnerXml" type="System.String">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.XmlNode" assembly="System.Xml">
		<method name="CreateNavigator" signature="System.Xml.XPath.XPathNavigator CreateNavigator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IEnumerator GetEnumerator()">
			<msg>should have attributes `public hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
		</method>
	</class>
	<class name="System.Xml.XmlNodeReader" assembly="System.Xml">
		<property name="HasAttributes" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.XmlSecureResolver" assembly="System.Xml">
		<missing/>
		<ctor signature="System.Xml.XmlSecureResolver(System.Xml.XmlResolver resolver, System.String securityUrl)">
			<missing/>
		</ctor>
		<ctor signature="System.Xml.XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)">
			<missing/>
		</ctor>
		<ctor signature="System.Xml.XmlSecureResolver(System.Xml.XmlResolver resolver, System.Security.PermissionSet permissionSet)">
			<missing/>
		</ctor>
		<method name="CreateEvidenceForUrl" signature="static System.Security.Policy.Evidence CreateEvidenceForUrl(System.String securityUrl)">
			<missing/>
		</method>
		<method name="GetEntity" signature="System.Object GetEntity(System.Uri absoluteUri, System.String role, System.Type ofObjectToReturn)">
			<missing/>
		</method>
		<method name="ResolveUri" signature="System.Uri ResolveUri(System.Uri baseUri, System.String relativeUri)">
			<missing/>
		</method>
		<property name="Credentials" type="System.Net.ICredentials">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.XmlTextReader" assembly="System.Xml">
		<method name="Close" signature="System.Void Close()">
			<todo/>
		</method>
		<method name="ReadBase64" signature="System.Int32 ReadBase64(System.Byte[] array, System.Int32 offset, System.Int32 len)">
			<todo/>
		</method>
		<method name="ReadBinHex" signature="System.Int32 ReadBinHex(System.Byte[] array, System.Int32 offset, System.Int32 len)">
			<todo/>
		</method>
		<method name="ReadChars" signature="System.Int32 ReadChars(System.Char[] buffer, System.Int32 index, System.Int32 count)">
			<todo/>
		</method>
		<property name="ProhibitDtd" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.XmlUrlResolver" assembly="System.Xml">
		<method name="GetEntity" signature="System.Object GetEntity(System.Uri absoluteUri, System.String role, System.Type ofObjectToReturn)">
			<todo/>
		</method>
	</class>
	<class name="System.Xml.XmlValidatingReader" assembly="System.Xml">
		<method name="ReadTypedValue" signature="System.Object ReadTypedValue()">
			<todo/>
		</method>
		<property name="SchemaType" type="System.Object">
			<todo/>
		</property>
		<property name="Schemas" type="System.Xml.Schema.XmlSchemaCollection">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.ValidationEventArgs" assembly="System.Xml">
		<property name="Exception" type="System.Xml.Schema.XmlSchemaException">
			<todo/>
		</property>
		<property name="Message" type="System.String">
			<todo/>
		</property>
		<property name="Severity" type="System.Xml.Schema.XmlSeverityType">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchema" assembly="System.Xml">
		<attribute name="XmlRootAttribute(&quot;schema&quot;, Namespace=&quot;http://www.w3.org/2001/XMLSchema&quot;)">
			<missing/>
		</attribute>
		<ctor signature="System.Xml.Schema.XmlSchema()">
			<todo/>
		</ctor>
		<method name="Compile" signature="System.Void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler)">
			<todo/>
		</method>
		<method name="Compile" signature="System.Void Compile(System.Xml.Schema.ValidationEventHandler validationEventHandler, System.Xml.XmlResolver resolver)">
			<missing/>
		</method>
		<method name="Read" signature="static System.Xml.Schema.XmlSchema Read(System.IO.TextReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler)">
			<todo/>
		</method>
		<method name="Read" signature="static System.Xml.Schema.XmlSchema Read(System.IO.Stream stream, System.Xml.Schema.ValidationEventHandler validationEventHandler)">
			<todo/>
		</method>
		<method name="Read" signature="static System.Xml.Schema.XmlSchema Read(System.Xml.XmlReader reader, System.Xml.Schema.ValidationEventHandler validationEventHandler)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.IO.Stream stream)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.IO.Stream stream, System.Xml.XmlNamespaceManager namespaceManager)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.IO.TextWriter writer)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.IO.TextWriter writer, System.Xml.XmlNamespaceManager namespaceManager)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.Xml.XmlWriter writer)">
			<todo/>
		</method>
		<method name="Write" signature="System.Void Write(System.Xml.XmlWriter writer, System.Xml.XmlNamespaceManager namespaceManager)">
			<todo/>
		</method>
		<property name="AttributeFormDefault" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlAttributeAttribute(&quot;attributeFormDefault&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AttributeGroups" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BlockDefault" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;blockDefault&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ElementFormDefault" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlAttributeAttribute(&quot;elementFormDefault&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Elements" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FinalDefault" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;finalDefault&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Groups" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Id" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;id&quot;, DataType=&quot;ID&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Includes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;redefine&quot;, typeof(System.Xml.Schema.XmlSchemaRedefine))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;include&quot;, typeof(System.Xml.Schema.XmlSchemaInclude))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;import&quot;, typeof(System.Xml.Schema.XmlSchemaImport))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsCompiled" type="System.Boolean">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;element&quot;, typeof(System.Xml.Schema.XmlSchemaElement))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;complexType&quot;, typeof(System.Xml.Schema.XmlSchemaComplexType))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;annotation&quot;, typeof(System.Xml.Schema.XmlSchemaAnnotation))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroup))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;notation&quot;, typeof(System.Xml.Schema.XmlSchemaNotation))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroup))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Notations" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaTypes" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="TargetNamespace" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;targetNamespace&quot;, DataType=&quot;anyURI&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="UnhandledAttributes" type="System.Xml.XmlAttribute[]">
			<attribute name="XmlAnyAttributeAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Version" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;version&quot;, DataType=&quot;token&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAll" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAll()">
			<todo/>
		</ctor>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;element&quot;, typeof(System.Xml.Schema.XmlSchemaElement))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAnnotated" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAnnotated()">
			<todo/>
		</ctor>
		<property name="Annotation" type="System.Xml.Schema.XmlSchemaAnnotation">
			<attribute name="XmlElementAttribute(&quot;annotation&quot;, typeof(System.Xml.Schema.XmlSchemaAnnotation))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Id" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;id&quot;, DataType=&quot;ID&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="UnhandledAttributes" type="System.Xml.XmlAttribute[]">
			<attribute name="XmlAnyAttributeAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAnnotation" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAnnotation()">
			<todo/>
		</ctor>
		<property name="Id" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;id&quot;, DataType=&quot;ID&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;appinfo&quot;, typeof(System.Xml.Schema.XmlSchemaAppInfo))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;documentation&quot;, typeof(System.Xml.Schema.XmlSchemaDocumentation))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="UnhandledAttributes" type="System.Xml.XmlAttribute[]">
			<attribute name="XmlAnyAttributeAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAny" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAny()">
			<todo/>
		</ctor>
		<property name="Namespace" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;namespace&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ProcessContents" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlAttributeAttribute(&quot;processContents&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAnyAttribute" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAnyAttribute()">
			<todo/>
		</ctor>
		<property name="Namespace" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;namespace&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ProcessContents" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlAttributeAttribute(&quot;processContents&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAppInfo" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAppInfo()">
			<todo/>
		</ctor>
		<property name="Markup" type="System.Xml.XmlNode[]">
			<attribute name="XmlAnyElementAttribute">
				<missing/>
			</attribute>
			<attribute name="XmlTextAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Source" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;source&quot;, DataType=&quot;anyURI&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAttribute" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAttribute()">
			<todo/>
		</ctor>
		<property name="AttributeType" type="System.Object">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DefaultValue" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;default&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FixedValue" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;fixed&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Form" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlAttributeAttribute(&quot;form&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="QualifiedName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RefName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;ref&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaType" type="System.Xml.Schema.XmlSchemaSimpleType">
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;type&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Use" type="System.Xml.Schema.XmlSchemaUse">
			<attribute name="XmlAttributeAttribute(&quot;use&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAttributeGroup" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAttributeGroup()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RedefinedAttributeGroup" type="System.Xml.Schema.XmlSchemaAttributeGroup">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaAttributeGroupRef" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaAttributeGroupRef()">
			<todo/>
		</ctor>
		<property name="RefName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;ref&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaChoice" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaChoice()">
			<todo/>
		</ctor>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;element&quot;, typeof(System.Xml.Schema.XmlSchemaElement))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;any&quot;, typeof(System.Xml.Schema.XmlSchemaAny))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaCollection" assembly="System.Xml">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<ctor signature="System.Xml.Schema.XmlSchemaCollection()">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.Schema.XmlSchemaCollection(System.Xml.XmlNameTable nametable)">
			<todo/>
		</ctor>
		<method name="Add" signature="System.Xml.Schema.XmlSchema Add(System.String ns, System.String uri)">
			<todo/>
		</method>
		<method name="Add" signature="System.Xml.Schema.XmlSchema Add(System.String ns, System.Xml.XmlReader reader)">
			<todo/>
		</method>
		<method name="Add" signature="System.Xml.Schema.XmlSchema Add(System.String ns, System.Xml.XmlReader reader, System.Xml.XmlResolver resolver)">
			<missing/>
		</method>
		<method name="Add" signature="System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema)">
			<todo/>
		</method>
		<method name="Add" signature="System.Xml.Schema.XmlSchema Add(System.Xml.Schema.XmlSchema schema, System.Xml.XmlResolver resolver)">
			<missing/>
		</method>
		<method name="Add" signature="System.Void Add(System.Xml.Schema.XmlSchemaCollection schema)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.Xml.Schema.XmlSchema schema)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.String ns)">
			<todo/>
		</method>
		<method name="CopyTo" signature="System.Void CopyTo(System.Xml.Schema.XmlSchema[] array, System.Int32 index)">
			<todo/>
		</method>
		<method name="GetEnumerator" signature="System.Xml.Schema.XmlSchemaCollectionEnumerator GetEnumerator()">
			<todo/>
		</method>
		<method name="add_ValidationEventHandler" signature="System.Void add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler value)">
			<missing/>
		</method>
		<method name="remove_ValidationEventHandler" signature="System.Void remove_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler value)">
			<missing/>
		</method>
		<property name="Count" type="System.Int32">
			<msg>should have attributes `public hidebysig specialname &apos;, but has `public final virtual hidebysig specialname &apos; instead</msg>
			<todo/>
		</property>
		<property name="Item" type="System.Xml.Schema.XmlSchema">
			<todo/>
		</property>
		<property name="NameTable" type="System.Xml.XmlNameTable">
			<todo/>
		</property>
		<event name="ValidationEventHandler">
			<missing/>
		</event>
	</class>
	<class name="System.Xml.Schema.XmlSchemaCollectionEnumerator" assembly="System.Xml">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
		<method name="MoveNext" signature="System.Boolean MoveNext()">
			<msg>should have attributes `public hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="Current" type="System.Xml.Schema.XmlSchema">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaComplexContent" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaComplexContent()">
			<todo/>
		</ctor>
		<property name="Content" type="System.Xml.Schema.XmlSchemaContent">
			<attribute name="XmlElementAttribute(&quot;restriction&quot;, typeof(System.Xml.Schema.XmlSchemaComplexContentRestriction))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;extension&quot;, typeof(System.Xml.Schema.XmlSchemaComplexContentExtension))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsMixed" type="System.Boolean">
			<attribute name="XmlAttributeAttribute(&quot;mixed&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaComplexContentExtension" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaComplexContentExtension()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;base&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Particle" type="System.Xml.Schema.XmlSchemaParticle">
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;all&quot;, typeof(System.Xml.Schema.XmlSchemaAll))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaComplexContentRestriction" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaComplexContentRestriction()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;base&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Particle" type="System.Xml.Schema.XmlSchemaParticle">
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;all&quot;, typeof(System.Xml.Schema.XmlSchemaAll))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaComplexType" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaComplexType()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AttributeUses" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="AttributeWildcard" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Block" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;block&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BlockResolved" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ContentModel" type="System.Xml.Schema.XmlSchemaContentModel">
			<attribute name="XmlElementAttribute(&quot;complexContent&quot;, typeof(System.Xml.Schema.XmlSchemaComplexContent))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;simpleContent&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleContent))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ContentType" type="System.Xml.Schema.XmlSchemaContentType">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ContentTypeParticle" type="System.Xml.Schema.XmlSchemaParticle">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsAbstract" type="System.Boolean">
			<attribute name="XmlAttributeAttribute(&quot;abstract&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsMixed" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;mixed&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Particle" type="System.Xml.Schema.XmlSchemaParticle">
			<attribute name="XmlElementAttribute(&quot;all&quot;, typeof(System.Xml.Schema.XmlSchemaAll))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroupRef))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaContent" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaContent()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaContentModel" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaContentModel()">
			<todo/>
		</ctor>
		<property name="Content" type="System.Xml.Schema.XmlSchemaContent">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaContentProcessing" assembly="System.Xml">
		<field name="Lax" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlEnumAttribute(&quot;lax&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="None" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
		</field>
		<field name="Skip" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlEnumAttribute(&quot;skip&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Strict" type="System.Xml.Schema.XmlSchemaContentProcessing">
			<attribute name="XmlEnumAttribute(&quot;strict&quot;)">
				<missing/>
			</attribute>
		</field>
	</class>
	<class name="System.Xml.Schema.XmlSchemaDatatype" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaDatatype()">
			<todo/>
		</ctor>
		<method name="ParseValue" signature="System.Object ParseValue(System.String s, System.Xml.XmlNameTable nameTable, System.Xml.XmlNamespaceManager nsmgr)">
			<todo/>
		</method>
		<property name="TokenizedType" type="System.Xml.XmlTokenizedType">
			<todo/>
		</property>
		<property name="ValueType" type="System.Type">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaDerivationMethod" assembly="System.Xml">
		<attribute name="FlagsAttribute">
			<missing/>
		</attribute>
		<field name="All" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;#all&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Empty" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Extension" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;extension&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="List" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;list&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="None" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
		</field>
		<field name="Restriction" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;restriction&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Substitution" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;substitution&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Union" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlEnumAttribute(&quot;union&quot;)">
				<missing/>
			</attribute>
		</field>
	</class>
	<class name="System.Xml.Schema.XmlSchemaDocumentation" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaDocumentation()">
			<todo/>
		</ctor>
		<property name="Language" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;xml:lang&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Markup" type="System.Xml.XmlNode[]">
			<attribute name="XmlAnyElementAttribute">
				<missing/>
			</attribute>
			<attribute name="XmlTextAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Source" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;source&quot;, DataType=&quot;anyURI&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaElement" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaElement()">
			<todo/>
		</ctor>
		<property name="Block" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;block&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BlockResolved" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Constraints" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;keyref&quot;, typeof(System.Xml.Schema.XmlSchemaKeyref))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;unique&quot;, typeof(System.Xml.Schema.XmlSchemaUnique))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;key&quot;, typeof(System.Xml.Schema.XmlSchemaKey))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DefaultValue" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;default&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ElementType" type="System.Object">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Final" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;final&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FinalResolved" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FixedValue" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;fixed&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Form" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlAttributeAttribute(&quot;form&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsAbstract" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;abstract&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsNillable" type="System.Boolean">
			<attribute name="XmlAttributeAttribute(&quot;nillable&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="QualifiedName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RefName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;ref&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaType" type="System.Xml.Schema.XmlSchemaType">
			<attribute name="XmlElementAttribute(&quot;complexType&quot;, typeof(System.Xml.Schema.XmlSchemaComplexType))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;type&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SubstitutionGroup" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;substitutionGroup&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaEnumerationFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaEnumerationFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaException" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.Schema.XmlSchemaException(System.String message, System.Exception innerException)">
			<todo/>
		</ctor>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<todo/>
		</method>
		<property name="LineNumber" type="System.Int32">
			<todo/>
		</property>
		<property name="LinePosition" type="System.Int32">
			<todo/>
		</property>
		<property name="Message" type="System.String">
			<todo/>
		</property>
		<property name="SourceSchemaObject" type="System.Xml.Schema.XmlSchemaObject">
			<todo/>
		</property>
		<property name="SourceUri" type="System.String">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaExternal" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaExternal()">
			<todo/>
		</ctor>
		<property name="Id" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;id&quot;, DataType=&quot;ID&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Schema" type="System.Xml.Schema.XmlSchema">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaLocation" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;schemaLocation&quot;, DataType=&quot;anyURI&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="UnhandledAttributes" type="System.Xml.XmlAttribute[]">
			<attribute name="XmlAnyAttributeAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaFacet()">
			<todo/>
		</ctor>
		<property name="IsFixed" type="System.Boolean">
			<attribute name="DefaultValueAttribute(false)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;fixed&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Value" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;value&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaForm" assembly="System.Xml">
		<field name="None" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
		</field>
		<field name="Qualified" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlEnumAttribute(&quot;qualified&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Unqualified" type="System.Xml.Schema.XmlSchemaForm">
			<attribute name="XmlEnumAttribute(&quot;unqualified&quot;)">
				<missing/>
			</attribute>
		</field>
	</class>
	<class name="System.Xml.Schema.XmlSchemaFractionDigitsFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaFractionDigitsFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaGroup" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaGroup()">
			<todo/>
		</ctor>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Particle" type="System.Xml.Schema.XmlSchemaGroupBase">
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;all&quot;, typeof(System.Xml.Schema.XmlSchemaAll))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaGroupBase" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaGroupBase()">
			<todo/>
		</ctor>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaGroupRef" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaGroupRef()">
			<todo/>
		</ctor>
		<property name="Particle" type="System.Xml.Schema.XmlSchemaGroupBase">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="RefName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;ref&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaIdentityConstraint" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaIdentityConstraint()">
			<todo/>
		</ctor>
		<property name="Fields" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;field&quot;, typeof(System.Xml.Schema.XmlSchemaXPath))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="QualifiedName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Selector" type="System.Xml.Schema.XmlSchemaXPath">
			<attribute name="XmlElementAttribute(&quot;selector&quot;, typeof(System.Xml.Schema.XmlSchemaXPath))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaImport" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaImport()">
			<todo/>
		</ctor>
		<property name="Annotation" type="System.Xml.Schema.XmlSchemaAnnotation">
			<attribute name="XmlElementAttribute(&quot;annotation&quot;, typeof(System.Xml.Schema.XmlSchemaAnnotation))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Namespace" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;namespace&quot;, DataType=&quot;anyURI&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaInclude" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaInclude()">
			<todo/>
		</ctor>
		<property name="Annotation" type="System.Xml.Schema.XmlSchemaAnnotation">
			<attribute name="XmlElementAttribute(&quot;annotation&quot;, typeof(System.Xml.Schema.XmlSchemaAnnotation))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaKey" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaKey()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaKeyref" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaKeyref()">
			<todo/>
		</ctor>
		<property name="Refer" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;refer&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaLengthFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaLengthFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMaxExclusiveFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMaxExclusiveFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMaxInclusiveFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMaxInclusiveFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMaxLengthFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMaxLengthFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMinExclusiveFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMinExclusiveFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMinInclusiveFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMinInclusiveFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaMinLengthFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaMinLengthFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaNotation" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaNotation()">
			<todo/>
		</ctor>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Public" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;public&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="System" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;system&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaNumericFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaNumericFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaObject" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaObject()">
			<todo/>
		</ctor>
		<property name="LineNumber" type="System.Int32">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="LinePosition" type="System.Int32">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Namespaces" type="System.Xml.Serialization.XmlSerializerNamespaces">
			<attribute name="XmlNamespaceDeclarationsAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SourceUri" type="System.String">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaObjectCollection" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaObjectCollection()">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.Schema.XmlSchemaObjectCollection(System.Xml.Schema.XmlSchemaObject parent)">
			<todo/>
		</ctor>
		<method name="Add" signature="System.Int32 Add(System.Xml.Schema.XmlSchemaObject item)">
			<todo/>
		</method>
		<method name="Contains" signature="System.Boolean Contains(System.Xml.Schema.XmlSchemaObject item)">
			<todo/>
		</method>
		<method name="CopyTo" signature="System.Void CopyTo(System.Xml.Schema.XmlSchemaObject[] array, System.Int32 index)">
			<todo/>
		</method>
		<method name="GetEnumerator" signature="System.Xml.Schema.XmlSchemaObjectEnumerator GetEnumerator()">
			<todo/>
		</method>
		<method name="IndexOf" signature="System.Int32 IndexOf(System.Xml.Schema.XmlSchemaObject item)">
			<todo/>
		</method>
		<method name="Insert" signature="System.Void Insert(System.Int32 index, System.Xml.Schema.XmlSchemaObject item)">
			<todo/>
		</method>
		<method name="OnClear" signature="System.Void OnClear()">
			<todo/>
		</method>
		<method name="OnInsert" signature="System.Void OnInsert(System.Int32 index, System.Object item)">
			<todo/>
		</method>
		<method name="OnRemove" signature="System.Void OnRemove(System.Int32 index, System.Object item)">
			<todo/>
		</method>
		<method name="OnSet" signature="System.Void OnSet(System.Int32 index, System.Object oldValue, System.Object newValue)">
			<todo/>
		</method>
		<method name="Remove" signature="System.Void Remove(System.Xml.Schema.XmlSchemaObject item)">
			<todo/>
		</method>
		<property name="Item" type="System.Xml.Schema.XmlSchemaObject">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaObjectEnumerator" assembly="System.Xml">
		<method name="MoveNext" signature="System.Boolean MoveNext()">
			<msg>should have attributes `public hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<method name="Reset" signature="System.Void Reset()">
			<msg>should have attributes `public hidebysig &apos;, but has `public final virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
		<property name="Current" type="System.Xml.Schema.XmlSchemaObject">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaObjectTable" assembly="System.Xml">
		<method name="Contains" signature="System.Boolean Contains(System.Xml.XmlQualifiedName name)">
			<todo/>
		</method>
		<method name="GetEnumerator" signature="System.Collections.IDictionaryEnumerator GetEnumerator()">
			<todo/>
		</method>
		<property name="Count" type="System.Int32">
			<todo/>
		</property>
		<property name="Item" type="System.Xml.Schema.XmlSchemaObject">
			<todo/>
		</property>
		<property name="Names" type="System.Collections.ICollection">
			<todo/>
		</property>
		<property name="Values" type="System.Collections.ICollection">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaParticle" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaParticle()">
			<todo/>
		</ctor>
		<property name="MaxOccurs" type="System.Decimal">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MaxOccursString" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;maxOccurs&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MinOccurs" type="System.Decimal">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MinOccursString" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;minOccurs&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaPatternFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaPatternFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaRedefine" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaRedefine()">
			<todo/>
		</ctor>
		<property name="AttributeGroups" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Groups" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;annotation&quot;, typeof(System.Xml.Schema.XmlSchemaAnnotation))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;complexType&quot;, typeof(System.Xml.Schema.XmlSchemaComplexType))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroup))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroup))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="SchemaTypes" type="System.Xml.Schema.XmlSchemaObjectTable">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSequence" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSequence()">
			<todo/>
		</ctor>
		<property name="Items" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;any&quot;, typeof(System.Xml.Schema.XmlSchemaAny))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;element&quot;, typeof(System.Xml.Schema.XmlSchemaElement))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;group&quot;, typeof(System.Xml.Schema.XmlSchemaGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;choice&quot;, typeof(System.Xml.Schema.XmlSchemaChoice))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;sequence&quot;, typeof(System.Xml.Schema.XmlSchemaSequence))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleContent" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleContent()">
			<todo/>
		</ctor>
		<property name="Content" type="System.Xml.Schema.XmlSchemaContent">
			<attribute name="XmlElementAttribute(&quot;restriction&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleContentRestriction))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;extension&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleContentExtension" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleContentExtension()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;base&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleContentRestriction" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleContentRestriction()">
			<todo/>
		</ctor>
		<property name="AnyAttribute" type="System.Xml.Schema.XmlSchemaAnyAttribute">
			<attribute name="XmlElementAttribute(&quot;anyAttribute&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Attributes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;attributeGroup&quot;, typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;attribute&quot;, typeof(System.Xml.Schema.XmlSchemaAttribute))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseType" type="System.Xml.Schema.XmlSchemaSimpleType">
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;base&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Facets" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;maxLength&quot;, typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;length&quot;, typeof(System.Xml.Schema.XmlSchemaLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minLength&quot;, typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;whiteSpace&quot;, typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;pattern&quot;, typeof(System.Xml.Schema.XmlSchemaPatternFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;enumeration&quot;, typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;maxInclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;maxExclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;fractionDigits&quot;, typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minExclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minInclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;totalDigits&quot;, typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleType" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleType()">
			<todo/>
		</ctor>
		<property name="Content" type="System.Xml.Schema.XmlSchemaSimpleTypeContent">
			<attribute name="XmlElementAttribute(&quot;union&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;restriction&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleTypeRestriction))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;list&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleTypeContent" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleTypeContent()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleTypeList" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleTypeList()">
			<todo/>
		</ctor>
		<property name="ItemType" type="System.Xml.Schema.XmlSchemaSimpleType">
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="ItemTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;itemType&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleTypeRestriction" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleTypeRestriction()">
			<todo/>
		</ctor>
		<property name="BaseType" type="System.Xml.Schema.XmlSchemaSimpleType">
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="BaseTypeName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlAttributeAttribute(&quot;base&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Facets" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;whiteSpace&quot;, typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;maxExclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;length&quot;, typeof(System.Xml.Schema.XmlSchemaLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minLength&quot;, typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;maxLength&quot;, typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;fractionDigits&quot;, typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;enumeration&quot;, typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;maxInclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;pattern&quot;, typeof(System.Xml.Schema.XmlSchemaPatternFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minInclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;minExclusive&quot;, typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))">
				<missing/>
			</attribute>
			<attribute name="XmlElementAttribute(&quot;totalDigits&quot;, typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaSimpleTypeUnion" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaSimpleTypeUnion()">
			<todo/>
		</ctor>
		<property name="BaseTypes" type="System.Xml.Schema.XmlSchemaObjectCollection">
			<attribute name="XmlElementAttribute(&quot;simpleType&quot;, typeof(System.Xml.Schema.XmlSchemaSimpleType))">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="MemberTypes" type="System.Xml.XmlQualifiedName[]">
			<attribute name="XmlAttributeAttribute(&quot;memberTypes&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaTotalDigitsFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaTotalDigitsFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaType" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaType()">
			<todo/>
		</ctor>
		<property name="BaseSchemaType" type="System.Object">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Datatype" type="System.Xml.Schema.XmlSchemaDatatype">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="DerivedBy" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Final" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlAttributeAttribute(&quot;final&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="FinalResolved" type="System.Xml.Schema.XmlSchemaDerivationMethod">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="IsMixed" type="System.Boolean">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="Name" type="System.String">
			<attribute name="XmlAttributeAttribute(&quot;name&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
		<property name="QualifiedName" type="System.Xml.XmlQualifiedName">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Schema.XmlSchemaUnique" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaUnique()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaUse" assembly="System.Xml">
		<field name="None" type="System.Xml.Schema.XmlSchemaUse">
			<attribute name="XmlIgnoreAttribute">
				<missing/>
			</attribute>
		</field>
		<field name="Optional" type="System.Xml.Schema.XmlSchemaUse">
			<attribute name="XmlEnumAttribute(&quot;optional&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Prohibited" type="System.Xml.Schema.XmlSchemaUse">
			<attribute name="XmlEnumAttribute(&quot;prohibited&quot;)">
				<missing/>
			</attribute>
		</field>
		<field name="Required" type="System.Xml.Schema.XmlSchemaUse">
			<attribute name="XmlEnumAttribute(&quot;required&quot;)">
				<missing/>
			</attribute>
		</field>
	</class>
	<class name="System.Xml.Schema.XmlSchemaWhiteSpaceFacet" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaWhiteSpaceFacet()">
			<todo/>
		</ctor>
	</class>
	<class name="System.Xml.Schema.XmlSchemaXPath" assembly="System.Xml">
		<ctor signature="System.Xml.Schema.XmlSchemaXPath()">
			<todo/>
		</ctor>
		<property name="XPath" type="System.String">
			<attribute name="DefaultValueAttribute(&quot;&quot;)">
				<missing/>
			</attribute>
			<attribute name="XmlAttributeAttribute(&quot;xpath&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Serialization.XmlAnyAttributeAttribute" assembly="System.Xml">
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)">
			<missing/>
		</attribute>
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Xml.Serialization.XmlArrayAttribute" assembly="System.Xml">
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)">
			<missing/>
		</attribute>
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Xml.Serialization.XmlChoiceIdentifierAttribute" assembly="System.Xml">
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)">
			<missing/>
		</attribute>
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Xml.Serialization.XmlDeserializationEvents" assembly="System.Xml">
		<missing/>
		<field name="OnUnknownAttribute" type="System.Xml.Serialization.XmlAttributeEventHandler">
			<missing/>
		</field>
		<field name="OnUnknownElement" type="System.Xml.Serialization.XmlElementEventHandler">
			<missing/>
		</field>
		<field name="OnUnknownNode" type="System.Xml.Serialization.XmlNodeEventHandler">
			<missing/>
		</field>
		<field name="OnUnreferencedObject" type="System.Xml.Serialization.UnreferencedObjectEventHandler">
			<missing/>
		</field>
	</class>
	<class name="System.Xml.Serialization.XmlMemberMapping" assembly="System.Xml">
		<property name="CheckSpecified" type="System.Boolean">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.Serialization.XmlNamespaceDeclarationsAttribute" assembly="System.Xml">
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue, AllowMultiple=false)">
			<missing/>
		</attribute>
		<attribute name="AttributeUsageAttribute(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter | AttributeTargets.ReturnValue)">
			<extra/>
		</attribute>
	</class>
	<class name="System.Xml.Serialization.XmlSerializer" assembly="System.Xml">
		<method name="Deserialize" signature="System.Object Deserialize(System.Xml.XmlReader xmlReader, System.Xml.Serialization.XmlDeserializationEvents events)">
			<missing/>
		</method>
	</class>
	<class name="System.Xml.XPath.XPathDocument" assembly="System.Xml">
		<ctor signature="System.Xml.XPath.XPathDocument(System.Xml.XmlReader reader, System.Xml.XmlSpace space)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.XPath.XPathDocument(System.Xml.XmlReader reader)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.XPath.XPathDocument(System.IO.TextReader reader)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.XPath.XPathDocument(System.IO.Stream stream)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.XPath.XPathDocument(System.String uri)">
			<todo/>
		</ctor>
		<ctor signature="System.Xml.XPath.XPathDocument(System.String uri, System.Xml.XmlSpace space)">
			<todo/>
		</ctor>
		<method name="CreateNavigator" signature="System.Xml.XPath.XPathNavigator CreateNavigator()">
			<msg>should have attributes `public final virtual hidebysig &apos;, but has `public virtual hidebysig &apos; instead</msg>
			<todo/>
		</method>
	</class>
	<class name="System.Xml.XPath.XPathException" assembly="System.Xml">
		<ctor signature="System.Xml.XPath.XPathException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<missing/>
		</ctor>
		<method name="GetObjectData" signature="System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)">
			<missing/>
		</method>
		<property name="Message" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.XPath.XPathNavigator" assembly="System.Xml">
		<todo/>
		<method name="Matches" signature="System.Boolean Matches(System.Xml.XPath.XPathExpression expr)">
			<todo/>
		</method>
		<method name="Matches" signature="System.Boolean Matches(System.String xpath)">
			<todo/>
		</method>
		<method name="SelectAncestors" signature="System.Xml.XPath.XPathNodeIterator SelectAncestors(System.Xml.XPath.XPathNodeType type, System.Boolean matchSelf)">
			<todo/>
		</method>
		<method name="SelectAncestors" signature="System.Xml.XPath.XPathNodeIterator SelectAncestors(System.String name, System.String namespaceURI, System.Boolean matchSelf)">
			<todo/>
		</method>
		<method name="SelectChildren" signature="System.Xml.XPath.XPathNodeIterator SelectChildren(System.Xml.XPath.XPathNodeType type)">
			<todo/>
		</method>
		<method name="SelectChildren" signature="System.Xml.XPath.XPathNodeIterator SelectChildren(System.String name, System.String namespaceURI)">
			<todo/>
		</method>
		<method name="SelectDescendants" signature="System.Xml.XPath.XPathNodeIterator SelectDescendants(System.Xml.XPath.XPathNodeType type, System.Boolean matchSelf)">
			<todo/>
		</method>
		<method name="SelectDescendants" signature="System.Xml.XPath.XPathNodeIterator SelectDescendants(System.String name, System.String namespaceURI, System.Boolean matchSelf)">
			<todo/>
		</method>
		<method name="ToString" signature="System.String ToString()">
			<todo/>
		</method>
	</class>
	<class name="System.Xml.XPath.XPathNodeIterator" assembly="System.Xml">
		<property name="Count" type="System.Int32">
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Xsl.XslTransform" assembly="System.Xml">
		<ctor signature="System.Xml.Xsl.XslTransform()">
			<todo/>
		</ctor>
		<method name="Load" signature="System.Void Load(System.Xml.XmlReader stylesheet)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.IXPathNavigable stylesheet)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.XPathNavigator stylesheet)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver)">
			<attribute name="ObsoleteAttribute(&quot;You should pass evidence to Load() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.String url)">
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.String url, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)">
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)">
			<todo/>
		</method>
		<method name="Load" signature="System.Void Load(System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Xml.XmlReader Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.XPathNavigator input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Xml.XmlReader Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.TextWriter output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.IO.Stream output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.Xml.XPath.IXPathNavigable input, System.Xml.Xsl.XsltArgumentList args, System.Xml.XmlWriter output)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.String inputfile, System.String outputfile, System.Xml.XmlResolver resolver)">
			<todo/>
		</method>
		<method name="Transform" signature="System.Void Transform(System.String inputfile, System.String outputfile)">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</method>
		<property name="XmlResolver" type="System.Xml.XmlResolver">
			<attribute name="ObsoleteAttribute(&quot;You should pass XmlResolver to Transform() method&quot;)">
				<missing/>
			</attribute>
			<todo/>
		</property>
	</class>
	<class name="System.Xml.Xsl.XsltArgumentList" assembly="System.Xml">
		<msg>should have attributes `public auto sealed ansi &apos;, but has `public auto ansi &apos; instead</msg>
	</class>
	<class name="System.Xml.Xsl.XsltCompileException" assembly="System.Xml">
		<property name="Message" type="System.String">
			<missing/>
		</property>
	</class>
	<class name="System.Xml.Xsl.XsltContext" assembly="System.Xml">
		<ctor signature="System.Xml.Xsl.XsltContext()">
			<todo/>
		</ctor>
	</class>
	<summary types="2281" validated="1721" extra="0"/>
</class_status>
