System.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:815k
- Class System.CodeDom.CodeTypeDeclarationCollection classes;
- Class System.CodeDom.CodeNamespaceCollection namespaces;
- I4 populated;
- Class System.EventHandler PopulateComments;
- Class System.EventHandler PopulateImports;
- Class System.EventHandler PopulateTypes;
- Void add_PopulateComments( Class System.EventHandler value);
- Void remove_PopulateComments( Class System.EventHandler value);
- Void add_PopulateImports( Class System.EventHandler value);
- Void remove_PopulateImports( Class System.EventHandler value);
- Void add_PopulateTypes( Class System.EventHandler value);
- Void remove_PopulateTypes( Class System.EventHandler value);
- Void System.CodeDom.CodeNamespace();
- Void System.CodeDom.CodeNamespace( String name);
- Void System.CodeDom.CodeNamespace( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Class System.CodeDom.CodeTypeDeclarationCollection get_Types();
- Class System.CodeDom.CodeNamespaceImportCollection get_Imports();
- String get_Name();
- Void set_Name( String value);
- Class System.CodeDom.CodeCommentStatementCollection get_Comments();
- property Types { get(){} set(){} };
- property Imports { get(){} set(){} };
- property Name { get(){} set(){} };
- property Comments { get(){} set(){} };
- event PopulateComments;
- event PopulateImports;
- event PopulateTypes;
- }
- class System.CodeDom.CodeNamespaceCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeNamespaceCollection();
- Void System.CodeDom.CodeNamespaceCollection( Class System.CodeDom.CodeNamespaceCollection value);
- Void System.CodeDom.CodeNamespaceCollection( SZArray Class System.CodeDom.CodeNamespace value);
- Class System.CodeDom.CodeNamespace get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeNamespace value);
- I4 Add( Class System.CodeDom.CodeNamespace value);
- Void AddRange( SZArray Class System.CodeDom.CodeNamespace value);
- Void AddRange( Class System.CodeDom.CodeNamespaceCollection value);
- Boolean Contains( Class System.CodeDom.CodeNamespace value);
- Void CopyTo( SZArray Class System.CodeDom.CodeNamespace array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeNamespace value);
- Void Insert( I4 index, Class System.CodeDom.CodeNamespace value);
- Void Remove( Class System.CodeDom.CodeNamespace value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodeNamespaceImport : System.CodeDom.CodeObject
- {
- String nameSpace;
- Class System.CodeDom.CodeLinePragma linePragma;
- Void System.CodeDom.CodeNamespaceImport();
- Void System.CodeDom.CodeNamespaceImport( String nameSpace);
- Class System.CodeDom.CodeLinePragma get_LinePragma();
- Void set_LinePragma( Class System.CodeDom.CodeLinePragma value);
- String get_Namespace();
- Void set_Namespace( String value);
- property LinePragma { get(){} set(){} };
- property Namespace { get(){} set(){} };
- }
- class System.CodeDom.CodeNamespaceImportCollection : System.Object
- {
- Class System.Collections.ArrayList data;
- Class System.Collections.Hashtable keys;
- Class System.CodeDom.CodeNamespaceImport get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeNamespaceImport value);
- I4 get_Count();
- Boolean System.Collections.IList.get_IsReadOnly();
- Boolean System.Collections.IList.get_IsFixedSize();
- Void Add( Class System.CodeDom.CodeNamespaceImport value);
- Void AddRange( SZArray Class System.CodeDom.CodeNamespaceImport value);
- Void Clear();
- Void SyncKeys();
- Class System.Collections.IEnumerator GetEnumerator();
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 System.Collections.ICollection.get_Count();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void System.Collections.ICollection.CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- I4 System.Collections.IList.Add( Object value);
- Void System.Collections.IList.Clear();
- Boolean System.Collections.IList.Contains( Object value);
- I4 System.Collections.IList.IndexOf( Object value);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void System.Collections.IList.Remove( Object value);
- Void System.Collections.IList.RemoveAt( I4 index);
- Void System.CodeDom.CodeNamespaceImportCollection();
- property Item { get(){} set(){} };
- property Count { get(){} set(){} };
- }
- class System.CodeDom.CodeObjectCreateExpression : System.CodeDom.CodeExpression
- {
- Class System.CodeDom.CodeTypeReference createType;
- Class System.CodeDom.CodeExpressionCollection parameters;
- Void System.CodeDom.CodeObjectCreateExpression();
- Void System.CodeDom.CodeObjectCreateExpression( Class System.CodeDom.CodeTypeReference createType, SZArray Class System.CodeDom.CodeExpression parameters);
- Void System.CodeDom.CodeObjectCreateExpression( String createType, SZArray Class System.CodeDom.CodeExpression parameters);
- Void System.CodeDom.CodeObjectCreateExpression( Class System.Type createType, SZArray Class System.CodeDom.CodeExpression parameters);
- Class System.CodeDom.CodeTypeReference get_CreateType();
- Void set_CreateType( Class System.CodeDom.CodeTypeReference value);
- Class System.CodeDom.CodeExpressionCollection get_Parameters();
- property CreateType { get(){} set(){} };
- property Parameters { get(){} set(){} };
- }
- class System.CodeDom.CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
- {
- Class System.CodeDom.CodeTypeReference type;
- String name;
- Class System.CodeDom.CodeAttributeDeclarationCollection customAttributes;
- ValueClass System.CodeDom.FieldDirection dir;
- Void System.CodeDom.CodeParameterDeclarationExpression();
- Void System.CodeDom.CodeParameterDeclarationExpression( Class System.CodeDom.CodeTypeReference type, String name);
- Void System.CodeDom.CodeParameterDeclarationExpression( String type, String name);
- Void System.CodeDom.CodeParameterDeclarationExpression( Class System.Type type, String name);
- Class System.CodeDom.CodeAttributeDeclarationCollection get_CustomAttributes();
- Void set_CustomAttributes( Class System.CodeDom.CodeAttributeDeclarationCollection value);
- ValueClass System.CodeDom.FieldDirection get_Direction();
- Void set_Direction( ValueClass System.CodeDom.FieldDirection value);
- Class System.CodeDom.CodeTypeReference get_Type();
- Void set_Type( Class System.CodeDom.CodeTypeReference value);
- String get_Name();
- Void set_Name( String value);
- property CustomAttributes { get(){} set(){} };
- property Direction { get(){} set(){} };
- property Type { get(){} set(){} };
- property Name { get(){} set(){} };
- }
- class System.CodeDom.CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeParameterDeclarationExpressionCollection();
- Void System.CodeDom.CodeParameterDeclarationExpressionCollection( Class System.CodeDom.CodeParameterDeclarationExpressionCollection value);
- Void System.CodeDom.CodeParameterDeclarationExpressionCollection( SZArray Class System.CodeDom.CodeParameterDeclarationExpression value);
- Class System.CodeDom.CodeParameterDeclarationExpression get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeParameterDeclarationExpression value);
- I4 Add( Class System.CodeDom.CodeParameterDeclarationExpression value);
- Void AddRange( SZArray Class System.CodeDom.CodeParameterDeclarationExpression value);
- Void AddRange( Class System.CodeDom.CodeParameterDeclarationExpressionCollection value);
- Boolean Contains( Class System.CodeDom.CodeParameterDeclarationExpression value);
- Void CopyTo( SZArray Class System.CodeDom.CodeParameterDeclarationExpression array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeParameterDeclarationExpression value);
- Void Insert( I4 index, Class System.CodeDom.CodeParameterDeclarationExpression value);
- Void Remove( Class System.CodeDom.CodeParameterDeclarationExpression value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodePrimitiveExpression : System.CodeDom.CodeExpression
- {
- Object value;
- Void System.CodeDom.CodePrimitiveExpression();
- Void System.CodeDom.CodePrimitiveExpression( Object value);
- Object get_Value();
- Void set_Value( Object value);
- property Value { get(){} set(){} };
- }
- class System.CodeDom.CodePropertyReferenceExpression : System.CodeDom.CodeExpression
- {
- Class System.CodeDom.CodeExpression targetObject;
- String propertyName;
- Class System.CodeDom.CodeExpressionCollection parameters;
- Void System.CodeDom.CodePropertyReferenceExpression();
- Void System.CodeDom.CodePropertyReferenceExpression( Class System.CodeDom.CodeExpression targetObject, String propertyName);
- Class System.CodeDom.CodeExpression get_TargetObject();
- Void set_TargetObject( Class System.CodeDom.CodeExpression value);
- String get_PropertyName();
- Void set_PropertyName( String value);
- property TargetObject { get(){} set(){} };
- property PropertyName { get(){} set(){} };
- }
- class System.CodeDom.CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
- {
- Void System.CodeDom.CodePropertySetValueReferenceExpression();
- }
- class System.CodeDom.CodeRemoveEventStatement : System.CodeDom.CodeStatement
- {
- Class System.CodeDom.CodeEventReferenceExpression eventRef;
- Class System.CodeDom.CodeExpression listener;
- Void System.CodeDom.CodeRemoveEventStatement();
- Void System.CodeDom.CodeRemoveEventStatement( Class System.CodeDom.CodeEventReferenceExpression eventRef, Class System.CodeDom.CodeExpression listener);
- Void System.CodeDom.CodeRemoveEventStatement( Class System.CodeDom.CodeExpression targetObject, String eventName, Class System.CodeDom.CodeExpression listener);
- Class System.CodeDom.CodeEventReferenceExpression get_Event();
- Void set_Event( Class System.CodeDom.CodeEventReferenceExpression value);
- Class System.CodeDom.CodeExpression get_Listener();
- Void set_Listener( Class System.CodeDom.CodeExpression value);
- property Event { get(){} set(){} };
- property Listener { get(){} set(){} };
- }
- class System.CodeDom.CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
- {
- String value;
- Class System.CodeDom.CodeLinePragma linePragma;
- Void System.CodeDom.CodeSnippetCompileUnit( String value);
- String get_Value();
- Void set_Value( String value);
- Class System.CodeDom.CodeLinePragma get_LinePragma();
- Void set_LinePragma( Class System.CodeDom.CodeLinePragma value);
- property Value { get(){} set(){} };
- property LinePragma { get(){} set(){} };
- }
- class System.CodeDom.CodeSnippetExpression : System.CodeDom.CodeExpression
- {
- String value;
- Void System.CodeDom.CodeSnippetExpression();
- Void System.CodeDom.CodeSnippetExpression( String value);
- String get_Value();
- Void set_Value( String value);
- property Value { get(){} set(){} };
- }
- class System.CodeDom.CodeSnippetStatement : System.CodeDom.CodeStatement
- {
- String value;
- Void System.CodeDom.CodeSnippetStatement();
- Void System.CodeDom.CodeSnippetStatement( String value);
- String get_Value();
- Void set_Value( String value);
- property Value { get(){} set(){} };
- }
- class System.CodeDom.CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
- {
- String text;
- Void System.CodeDom.CodeSnippetTypeMember();
- Void System.CodeDom.CodeSnippetTypeMember( String text);
- String get_Text();
- Void set_Text( String value);
- property Text { get(){} set(){} };
- }
- class System.CodeDom.CodeStatementCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeStatementCollection();
- Void System.CodeDom.CodeStatementCollection( Class System.CodeDom.CodeStatementCollection value);
- Void System.CodeDom.CodeStatementCollection( SZArray Class System.CodeDom.CodeStatement value);
- Class System.CodeDom.CodeStatement get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeStatement value);
- I4 Add( Class System.CodeDom.CodeStatement value);
- I4 Add( Class System.CodeDom.CodeExpression value);
- Void AddRange( SZArray Class System.CodeDom.CodeStatement value);
- Void AddRange( Class System.CodeDom.CodeStatementCollection value);
- Boolean Contains( Class System.CodeDom.CodeStatement value);
- Void CopyTo( SZArray Class System.CodeDom.CodeStatement array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeStatement value);
- Void Insert( I4 index, Class System.CodeDom.CodeStatement value);
- Void Remove( Class System.CodeDom.CodeStatement value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodeThisReferenceExpression : System.CodeDom.CodeExpression
- {
- Void System.CodeDom.CodeThisReferenceExpression();
- }
- class System.CodeDom.CodeThrowExceptionStatement : System.CodeDom.CodeStatement
- {
- Class System.CodeDom.CodeExpression toThrow;
- Void System.CodeDom.CodeThrowExceptionStatement();
- Void System.CodeDom.CodeThrowExceptionStatement( Class System.CodeDom.CodeExpression toThrow);
- Class System.CodeDom.CodeExpression get_ToThrow();
- Void set_ToThrow( Class System.CodeDom.CodeExpression value);
- property ToThrow { get(){} set(){} };
- }
- class System.CodeDom.CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
- {
- Class System.CodeDom.CodeStatementCollection tryStatments;
- Class System.CodeDom.CodeStatementCollection finallyStatments;
- Class System.CodeDom.CodeCatchClauseCollection catchClauses;
- Void System.CodeDom.CodeTryCatchFinallyStatement();
- Void System.CodeDom.CodeTryCatchFinallyStatement( SZArray Class System.CodeDom.CodeStatement tryStatements, SZArray Class System.CodeDom.CodeCatchClause catchClauses);
- Void System.CodeDom.CodeTryCatchFinallyStatement( SZArray Class System.CodeDom.CodeStatement tryStatements, SZArray Class System.CodeDom.CodeCatchClause catchClauses, SZArray Class System.CodeDom.CodeStatement finallyStatements);
- Class System.CodeDom.CodeStatementCollection get_TryStatements();
- Class System.CodeDom.CodeCatchClauseCollection get_CatchClauses();
- Class System.CodeDom.CodeStatementCollection get_FinallyStatements();
- property TryStatements { get(){} set(){} };
- property CatchClauses { get(){} set(){} };
- property FinallyStatements { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeConstructor : System.CodeDom.CodeMemberMethod
- {
- Void System.CodeDom.CodeTypeConstructor();
- }
- class System.CodeDom.CodeTypeDeclaration : System.CodeDom.CodeTypeMember
- {
- I4 BaseTypesCollection;
- I4 MembersCollection;
- ValueClass System.Reflection.TypeAttributes attributes;
- Class System.CodeDom.CodeTypeReferenceCollection baseTypes;
- Class System.CodeDom.CodeTypeMemberCollection members;
- Boolean isEnum;
- Boolean isStruct;
- I4 populated;
- Class System.EventHandler PopulateBaseTypes;
- Class System.EventHandler PopulateMembers;
- Void add_PopulateBaseTypes( Class System.EventHandler value);
- Void remove_PopulateBaseTypes( Class System.EventHandler value);
- Void add_PopulateMembers( Class System.EventHandler value);
- Void remove_PopulateMembers( Class System.EventHandler value);
- Void System.CodeDom.CodeTypeDeclaration();
- Void System.CodeDom.CodeTypeDeclaration( String name);
- ValueClass System.Reflection.TypeAttributes get_TypeAttributes();
- Void set_TypeAttributes( ValueClass System.Reflection.TypeAttributes value);
- Class System.CodeDom.CodeTypeReferenceCollection get_BaseTypes();
- Boolean get_IsClass();
- Void set_IsClass( Boolean value);
- Boolean get_IsStruct();
- Void set_IsStruct( Boolean value);
- Boolean get_IsEnum();
- Void set_IsEnum( Boolean value);
- Boolean get_IsInterface();
- Void set_IsInterface( Boolean value);
- Class System.CodeDom.CodeTypeMemberCollection get_Members();
- property TypeAttributes { get(){} set(){} };
- property BaseTypes { get(){} set(){} };
- property IsClass { get(){} set(){} };
- property IsStruct { get(){} set(){} };
- property IsEnum { get(){} set(){} };
- property IsInterface { get(){} set(){} };
- property Members { get(){} set(){} };
- event PopulateBaseTypes;
- event PopulateMembers;
- }
- class System.CodeDom.CodeTypeDeclarationCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeTypeDeclarationCollection();
- Void System.CodeDom.CodeTypeDeclarationCollection( Class System.CodeDom.CodeTypeDeclarationCollection value);
- Void System.CodeDom.CodeTypeDeclarationCollection( SZArray Class System.CodeDom.CodeTypeDeclaration value);
- Class System.CodeDom.CodeTypeDeclaration get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeTypeDeclaration value);
- I4 Add( Class System.CodeDom.CodeTypeDeclaration value);
- Void AddRange( SZArray Class System.CodeDom.CodeTypeDeclaration value);
- Void AddRange( Class System.CodeDom.CodeTypeDeclarationCollection value);
- Boolean Contains( Class System.CodeDom.CodeTypeDeclaration value);
- Void CopyTo( SZArray Class System.CodeDom.CodeTypeDeclaration array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeTypeDeclaration value);
- Void Insert( I4 index, Class System.CodeDom.CodeTypeDeclaration value);
- Void Remove( Class System.CodeDom.CodeTypeDeclaration value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
- {
- Class System.CodeDom.CodeParameterDeclarationExpressionCollection parameters;
- Class System.CodeDom.CodeTypeReference returnType;
- Void System.CodeDom.CodeTypeDelegate();
- Void System.CodeDom.CodeTypeDelegate( String name);
- Class System.CodeDom.CodeTypeReference get_ReturnType();
- Void set_ReturnType( Class System.CodeDom.CodeTypeReference value);
- Class System.CodeDom.CodeParameterDeclarationExpressionCollection get_Parameters();
- property ReturnType { get(){} set(){} };
- property Parameters { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeMemberCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeTypeMemberCollection();
- Void System.CodeDom.CodeTypeMemberCollection( Class System.CodeDom.CodeTypeMemberCollection value);
- Void System.CodeDom.CodeTypeMemberCollection( SZArray Class System.CodeDom.CodeTypeMember value);
- Class System.CodeDom.CodeTypeMember get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeTypeMember value);
- I4 Add( Class System.CodeDom.CodeTypeMember value);
- Void AddRange( SZArray Class System.CodeDom.CodeTypeMember value);
- Void AddRange( Class System.CodeDom.CodeTypeMemberCollection value);
- Boolean Contains( Class System.CodeDom.CodeTypeMember value);
- Void CopyTo( SZArray Class System.CodeDom.CodeTypeMember array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeTypeMember value);
- Void Insert( I4 index, Class System.CodeDom.CodeTypeMember value);
- Void Remove( Class System.CodeDom.CodeTypeMember value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeOfExpression : System.CodeDom.CodeExpression
- {
- Class System.CodeDom.CodeTypeReference type;
- Void System.CodeDom.CodeTypeOfExpression();
- Void System.CodeDom.CodeTypeOfExpression( Class System.CodeDom.CodeTypeReference type);
- Void System.CodeDom.CodeTypeOfExpression( String type);
- Void System.CodeDom.CodeTypeOfExpression( Class System.Type type);
- Class System.CodeDom.CodeTypeReference get_Type();
- Void set_Type( Class System.CodeDom.CodeTypeReference value);
- property Type { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeReference : System.CodeDom.CodeObject
- {
- String baseType;
- I4 arrayRank;
- Class System.CodeDom.CodeTypeReference arrayElementType;
- Void System.CodeDom.CodeTypeReference( Class System.Type type);
- Void System.CodeDom.CodeTypeReference( String typeName);
- Void System.CodeDom.CodeTypeReference( String baseType, I4 rank);
- Void System.CodeDom.CodeTypeReference( Class System.CodeDom.CodeTypeReference arrayType, I4 rank);
- Class System.CodeDom.CodeTypeReference get_ArrayElementType();
- Void set_ArrayElementType( Class System.CodeDom.CodeTypeReference value);
- I4 get_ArrayRank();
- Void set_ArrayRank( I4 value);
- String get_BaseType();
- Void set_BaseType( String value);
- property ArrayElementType { get(){} set(){} };
- property ArrayRank { get(){} set(){} };
- property BaseType { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeReferenceCollection : System.Collections.CollectionBase
- {
- Void System.CodeDom.CodeTypeReferenceCollection();
- Void System.CodeDom.CodeTypeReferenceCollection( Class System.CodeDom.CodeTypeReferenceCollection value);
- Void System.CodeDom.CodeTypeReferenceCollection( SZArray Class System.CodeDom.CodeTypeReference value);
- Class System.CodeDom.CodeTypeReference get_Item( I4 index);
- Void set_Item( I4 index, Class System.CodeDom.CodeTypeReference value);
- I4 Add( Class System.CodeDom.CodeTypeReference value);
- Void Add( String value);
- Void Add( Class System.Type value);
- Void AddRange( SZArray Class System.CodeDom.CodeTypeReference value);
- Void AddRange( Class System.CodeDom.CodeTypeReferenceCollection value);
- Boolean Contains( Class System.CodeDom.CodeTypeReference value);
- Void CopyTo( SZArray Class System.CodeDom.CodeTypeReference array, I4 index);
- I4 IndexOf( Class System.CodeDom.CodeTypeReference value);
- Void Insert( I4 index, Class System.CodeDom.CodeTypeReference value);
- Void Remove( Class System.CodeDom.CodeTypeReference value);
- property Item { get(){} set(){} };
- }
- class System.CodeDom.CodeTypeReferenceExpression : System.CodeDom.CodeExpression
- {
- Class System.CodeDom.CodeTypeReference type;
- Void System.CodeDom.CodeTypeReferenceExpression();
- Void System.CodeDom.CodeTypeReferenceExpression( Class System.CodeDom.CodeTypeReference type);
- Void System.CodeDom.CodeTypeReferenceExpression( String type);
- Void System.CodeDom.CodeTypeReferenceExpression( Class System.Type type);
- Class System.CodeDom.CodeTypeReference get_Type();
- Void set_Type( Class System.CodeDom.CodeTypeReference value);
- property Type { get(){} set(){} };
- }
- class System.CodeDom.CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
- {
- Class System.CodeDom.CodeTypeReference type;
- String name;
- Class System.CodeDom.CodeExpression initExpression;
- Void System.CodeDom.CodeVariableDeclarationStatement();
- Void System.CodeDom.CodeVariableDeclarationStatement( Class System.CodeDom.CodeTypeReference type, String name);
- Void System.CodeDom.CodeVariableDeclarationStatement( String type, String name);
- Void System.CodeDom.CodeVariableDeclarationStatement( Class System.Type type, String name);
- Void System.CodeDom.CodeVariableDeclarationStatement( Class System.CodeDom.CodeTypeReference type, String name, Class System.CodeDom.CodeExpression initExpression);
- Void System.CodeDom.CodeVariableDeclarationStatement( String type, String name, Class System.CodeDom.CodeExpression initExpression);
- Void System.CodeDom.CodeVariableDeclarationStatement( Class System.Type type, String name, Class System.CodeDom.CodeExpression initExpression);
- Class System.CodeDom.CodeExpression get_InitExpression();
- Void set_InitExpression( Class System.CodeDom.CodeExpression value);
- String get_Name();
- Void set_Name( String value);
- Class System.CodeDom.CodeTypeReference get_Type();
- Void set_Type( Class System.CodeDom.CodeTypeReference value);
- property InitExpression { get(){} set(){} };
- property Name { get(){} set(){} };
- property Type { get(){} set(){} };
- }
- class System.CodeDom.CodeVariableReferenceExpression : System.CodeDom.CodeExpression
- {
- String variableName;
- Void System.CodeDom.CodeVariableReferenceExpression();
- Void System.CodeDom.CodeVariableReferenceExpression( String variableName);
- String get_VariableName();
- Void set_VariableName( String value);
- property VariableName { get(){} set(){} };
- }
- class System.CodeDom.FieldDirection : System.Enum
- {
- I4 value__;
- ValueClass System.CodeDom.FieldDirection In;
- ValueClass System.CodeDom.FieldDirection Out;
- ValueClass System.CodeDom.FieldDirection Ref;
- }
- class System.CodeDom.MemberAttributes : System.Enum
- {
- I4 value__;
- ValueClass System.CodeDom.MemberAttributes Abstract;
- ValueClass System.CodeDom.MemberAttributes Final;
- ValueClass System.CodeDom.MemberAttributes Static;
- ValueClass System.CodeDom.MemberAttributes Override;
- ValueClass System.CodeDom.MemberAttributes Const;
- ValueClass System.CodeDom.MemberAttributes New;
- ValueClass System.CodeDom.MemberAttributes Overloaded;
- ValueClass System.CodeDom.MemberAttributes Assembly;
- ValueClass System.CodeDom.MemberAttributes FamilyAndAssembly;
- ValueClass System.CodeDom.MemberAttributes Family;
- ValueClass System.CodeDom.MemberAttributes FamilyOrAssembly;
- ValueClass System.CodeDom.MemberAttributes Private;
- ValueClass System.CodeDom.MemberAttributes Public;
- ValueClass System.CodeDom.MemberAttributes AccessMask;
- ValueClass System.CodeDom.MemberAttributes ScopeMask;
- ValueClass System.CodeDom.MemberAttributes VTableMask;
- }
- class System.ComponentModel.AmbientValueAttribute : System.Attribute
- {
- Object value;
- Void System.ComponentModel.AmbientValueAttribute( Class System.Type type, String value);
- Void System.ComponentModel.AmbientValueAttribute( Char value);
- Void System.ComponentModel.AmbientValueAttribute( UI1 value);
- Void System.ComponentModel.AmbientValueAttribute( I2 value);
- Void System.ComponentModel.AmbientValueAttribute( I4 value);
- Void System.ComponentModel.AmbientValueAttribute( I8 value);
- Void System.ComponentModel.AmbientValueAttribute( R4 value);
- Void System.ComponentModel.AmbientValueAttribute( R8 value);
- Void System.ComponentModel.AmbientValueAttribute( Boolean value);
- Void System.ComponentModel.AmbientValueAttribute( String value);
- Void System.ComponentModel.AmbientValueAttribute( Object value);
- Object get_Value();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property Value { get(){} set(){} };
- }
- class System.ComponentModel.TypeConverter : System.Object
- {
- Boolean CanConvertFrom( Class System.Type sourceType);
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.Type destinationType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Object value);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertFromInvariantString( String text);
- Object ConvertFromInvariantString( Class System.ComponentModel.ITypeDescriptorContext context, String text);
- Object ConvertFromString( String text);
- Object ConvertFromString( Class System.ComponentModel.ITypeDescriptorContext context, String text);
- Object ConvertFromString( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, String text);
- Object ConvertTo( Object value, Class System.Type destinationType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- String ConvertToInvariantString( Object value);
- String ConvertToInvariantString( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- String ConvertToString( Object value);
- String ConvertToString( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- String ConvertToString( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object CreateInstance( Class System.Collections.IDictionary propertyValues);
- Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Collections.IDictionary propertyValues);
- Class System.Exception GetConvertFromException( Object value);
- Class System.Exception GetConvertToException( Object value, Class System.Type destinationType);
- Boolean GetCreateInstanceSupported();
- Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Object value);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported();
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.Collections.ICollection GetStandardValues();
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive();
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported();
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean IsValid( Object value);
- Boolean IsValid( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- Class System.ComponentModel.PropertyDescriptorCollection SortProperties( Class System.ComponentModel.PropertyDescriptorCollection props, SZArray String names);
- Void System.ComponentModel.TypeConverter();
- }
- class System.ComponentModel.MemberDescriptor : System.Object
- {
- String name;
- String displayName;
- I4 nameHash;
- Class System.ComponentModel.AttributeCollection attributeCollection;
- SZArray Class System.Attribute attributes;
- Boolean attributesFiltered;
- Boolean attributesFilled;
- String category;
- String description;
- Void System.ComponentModel.MemberDescriptor( String name);
- Void System.ComponentModel.MemberDescriptor( String name, SZArray Class System.Attribute attributes);
- Void System.ComponentModel.MemberDescriptor( Class System.ComponentModel.MemberDescriptor descr);
- Void System.ComponentModel.MemberDescriptor( Class System.ComponentModel.MemberDescriptor oldMemberDescriptor, SZArray Class System.Attribute newAttributes);
- SZArray Class System.Attribute get_AttributeArray();
- Void set_AttributeArray( SZArray Class System.Attribute value);
- Class System.ComponentModel.AttributeCollection get_Attributes();
- String get_Category();
- String get_Description();
- Boolean get_IsBrowsable();
- String get_Name();
- I4 get_NameHashCode();
- Boolean get_DesignTimeOnly();
- String get_DisplayName();
- Class System.ComponentModel.AttributeCollection CreateAttributeCollection();
- Boolean Equals( Object obj);
- Void FillAttributes( Class System.Collections.IList attributeList);
- Void FilterAttributesIfNeeded();
- Class System.Reflection.MethodInfo FindMethod( Class System.Type componentClass, String name, SZArray Class System.Type args, Class System.Type returnType);
- Class System.Reflection.MethodInfo FindMethod( Class System.Type componentClass, String name, SZArray Class System.Type args, Class System.Type returnType, Boolean publicOnly);
- I4 GetHashCode();
- Class System.ComponentModel.ISite GetSite( Object component);
- Object GetInvokee( Class System.Type componentClass, Object component);
- property AttributeArray { get(){} set(){} };
- property Attributes { get(){} set(){} };
- property Category { get(){} set(){} };
- property Description { get(){} set(){} };
- property IsBrowsable { get(){} set(){} };
- property Name { get(){} set(){} };
- property NameHashCode { get(){} set(){} };
- property DesignTimeOnly { get(){} set(){} };
- property DisplayName { get(){} set(){} };
- }
- class System.ComponentModel.PropertyDescriptor : System.ComponentModel.MemberDescriptor
- {
- Class System.ComponentModel.TypeConverter converter;
- Class System.Collections.Hashtable valueChangedHandlers;
- SZArray Object editors;
- SZArray Class System.Type editorTypes;
- I4 editorCount;
- Void System.ComponentModel.PropertyDescriptor( String name, SZArray Class System.Attribute attrs);
- Void System.ComponentModel.PropertyDescriptor( Class System.ComponentModel.MemberDescriptor descr);
- Void System.ComponentModel.PropertyDescriptor( Class System.ComponentModel.MemberDescriptor descr, SZArray Class System.Attribute attrs);
- Class System.Type get_ComponentType();
- Class System.ComponentModel.TypeConverter get_Converter();
- Boolean get_IsLocalizable();
- Boolean get_IsReadOnly();
- ValueClass System.ComponentModel.DesignerSerializationVisibility get_SerializationVisibility();
- Class System.Type get_PropertyType();
- Void AddValueChanged( Object component, Class System.EventHandler handler);
- Boolean CanResetValue( Object component);
- Boolean Equals( Object obj);
- Object CreateInstance( Class System.Type type);
- Class System.ComponentModel.PropertyDescriptorCollection GetChildProperties();
- Class System.ComponentModel.PropertyDescriptorCollection GetChildProperties( SZArray Class System.Attribute filter);
- Class System.ComponentModel.PropertyDescriptorCollection GetChildProperties( Object instance);
- Class System.ComponentModel.PropertyDescriptorCollection GetChildProperties( Object instance, SZArray Class System.Attribute filter);
- Object GetEditor( Class System.Type editorBaseType);
- I4 GetHashCode();
- Class System.Type GetTypeFromName( String typeName);
- Object GetValue( Object component);
- Void OnValueChanged( Object component, Class System.EventArgs e);
- Void RemoveValueChanged( Object component, Class System.EventHandler handler);
- Void ResetValue( Object component);
- Void SetValue( Object component, Object value);
- Boolean ShouldSerializeValue( Object component);
- property ComponentType { get(){} set(){} };
- property Converter { get(){} set(){} };
- property IsLocalizable { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property SerializationVisibility { get(){} set(){} };
- property PropertyType { get(){} set(){} };
- }
- class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
- {
- Class System.Type componentType;
- Class System.Type propertyType;
- Void SimplePropertyDescriptor( Class System.Type componentType, String name, Class System.Type propertyType);
- Void SimplePropertyDescriptor( Class System.Type componentType, String name, Class System.Type propertyType, SZArray Class System.Attribute attributes);
- Class System.Type get_ComponentType();
- Boolean get_IsReadOnly();
- Class System.Type get_PropertyType();
- Boolean CanResetValue( Object component);
- Void ResetValue( Object component);
- Boolean ShouldSerializeValue( Object component);
- property ComponentType { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property PropertyType { get(){} set(){} };
- }
- class StandardValuesCollection : System.Object
- {
- Class System.Collections.ICollection values;
- Class System.Array valueArray;
- Void StandardValuesCollection( Class System.Collections.ICollection values);
- I4 get_Count();
- Object get_Item( I4 index);
- Void CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- I4 System.Collections.ICollection.get_Count();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void System.Collections.ICollection.CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.ComponentModel.CollectionConverter : System.ComponentModel.TypeConverter
- {
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.ComponentModel.CollectionConverter();
- }
- class System.ComponentModel.ArrayConverter : System.ComponentModel.CollectionConverter
- {
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.ComponentModel.ArrayConverter();
- }
- class ArrayPropertyDescriptor : SimplePropertyDescriptor
- {
- I4 index;
- Void ArrayPropertyDescriptor( Class System.Type arrayType, Class System.Type elementType, I4 index);
- Object GetValue( Object instance);
- Void SetValue( Object instance, Object value);
- }
- class System.ComponentModel.ComponentEditor : System.Object
- {
- Boolean EditComponent( Object component);
- Boolean EditComponent( Class System.ComponentModel.ITypeDescriptorContext context, Object component);
- Void System.ComponentModel.ComponentEditor();
- }
- class System.ComponentModel.BaseNumberConverter : System.ComponentModel.TypeConverter
- {
- Boolean get_AllowHex();
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- Class System.Exception FromStringError( String failedText, Class System.Exception innerException);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type t);
- Void System.ComponentModel.BaseNumberConverter();
- property AllowHex { get(){} set(){} };
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.BindableAttribute : System.Attribute
- {
- Class System.ComponentModel.BindableAttribute Yes;
- Class System.ComponentModel.BindableAttribute No;
- Class System.ComponentModel.BindableAttribute Default;
- Boolean bindable;
- Boolean isDefault;
- Void System.ComponentModel.BindableAttribute( Boolean bindable);
- Void System.ComponentModel.BindableAttribute( ValueClass System.ComponentModel.BindableSupport flags);
- Boolean get_Bindable();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.BindableAttribute();
- property Bindable { get(){} set(){} };
- }
- class System.ComponentModel.BindableSupport : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.BindableSupport No;
- ValueClass System.ComponentModel.BindableSupport Yes;
- ValueClass System.ComponentModel.BindableSupport Default;
- }
- class System.ComponentModel.BooleanConverter : System.ComponentModel.TypeConverter
- {
- Class StandardValuesCollection values;
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.ComponentModel.BooleanConverter();
- }
- class System.ComponentModel.BrowsableAttribute : System.Attribute
- {
- Class System.ComponentModel.BrowsableAttribute Yes;
- Class System.ComponentModel.BrowsableAttribute No;
- Class System.ComponentModel.BrowsableAttribute Default;
- Boolean browsable;
- Void System.ComponentModel.BrowsableAttribute( Boolean browsable);
- Boolean get_Browsable();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.BrowsableAttribute();
- property Browsable { get(){} set(){} };
- }
- class System.ComponentModel.ByteConverter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.ByteConverter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.CancelEventArgs : System.EventArgs
- {
- Boolean cancel;
- Void System.ComponentModel.CancelEventArgs();
- Void System.ComponentModel.CancelEventArgs( Boolean cancel);
- Boolean get_Cancel();
- Void set_Cancel( Boolean value);
- property Cancel { get(){} set(){} };
- }
- class System.ComponentModel.CancelEventHandler : System.MulticastDelegate
- {
- Void System.ComponentModel.CancelEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.ComponentModel.CancelEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.ComponentModel.CancelEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.ComponentModel.CharConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Void System.ComponentModel.CharConverter();
- }
- class System.ComponentModel.CMUtils : System.Object
- {
- Boolean ArraysEqual( Class System.Array array1, Class System.Array array2);
- Void System.ComponentModel.CMUtils();
- }
- class System.ComponentModel.CollectionChangeAction : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.CollectionChangeAction Add;
- ValueClass System.ComponentModel.CollectionChangeAction Remove;
- ValueClass System.ComponentModel.CollectionChangeAction Refresh;
- }
- class System.ComponentModel.CollectionChangeEventArgs : System.EventArgs
- {
- ValueClass System.ComponentModel.CollectionChangeAction action;
- Object element;
- Void System.ComponentModel.CollectionChangeEventArgs( ValueClass System.ComponentModel.CollectionChangeAction action, Object element);
- ValueClass System.ComponentModel.CollectionChangeAction get_Action();
- Object get_Element();
- property Action { get(){} set(){} };
- property Element { get(){} set(){} };
- }
- class System.ComponentModel.CollectionChangeEventHandler : System.MulticastDelegate
- {
- Void System.ComponentModel.CollectionChangeEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.ComponentModel.CollectionChangeEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.ComponentModel.CollectionChangeEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- interface System.ComponentModel.IComponent :
- {
- Class System.ComponentModel.ISite get_Site();
- Void set_Site( Class System.ComponentModel.ISite value);
- Void add_Disposed( Class System.EventHandler value);
- Void remove_Disposed( Class System.EventHandler value);
- property Site { get(){} set(){} };
- event Disposed;
- }
- class System.ComponentModel.Component : System.MarshalByRefObject
- {
- Object EventDisposed;
- Class System.ComponentModel.ISite site;
- Class System.ComponentModel.EventHandlerList events;
- Void Finalize();
- Void add_Disposed( Class System.EventHandler value);
- Void remove_Disposed( Class System.EventHandler value);
- Class System.ComponentModel.EventHandlerList get_Events();
- Class System.ComponentModel.ISite get_Site();
- Void set_Site( Class System.ComponentModel.ISite value);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Class System.ComponentModel.IContainer get_Container();
- Object GetService( Class System.Type service);
- Boolean get_DesignMode();
- String ToString();
- Void System.ComponentModel.Component();
- Void System.ComponentModel.Component();
- property Events { get(){} set(){} };
- property Site { get(){} set(){} };
- property Container { get(){} set(){} };
- property DesignMode { get(){} set(){} };
- event Disposed;
- }
- class System.ComponentModel.ComponentCollection : System.Collections.ReadOnlyCollectionBase
- {
- Void System.ComponentModel.ComponentCollection( SZArray Class System.ComponentModel.IComponent components);
- Class System.ComponentModel.IComponent get_Item( String name);
- Class System.ComponentModel.IComponent get_Item( I4 index);
- Void CopyTo( SZArray Class System.ComponentModel.IComponent array, I4 index);
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.ComponentModel.ReferenceConverter : System.ComponentModel.TypeConverter
- {
- String none;
- Class System.Type type;
- Void System.ComponentModel.ReferenceConverter( Class System.Type type);
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean IsValueAllowed( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- Void System.ComponentModel.ReferenceConverter();
- }
- class ReferenceComparer : System.Object
- {
- Class System.ComponentModel.ReferenceConverter converter;
- Void ReferenceComparer( Class System.ComponentModel.ReferenceConverter converter);
- I4 Compare( Object item1, Object item2);
- }
- class System.ComponentModel.ComponentConverter : System.ComponentModel.ReferenceConverter
- {
- Void System.ComponentModel.ComponentConverter( Class System.Type type);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- }
- interface System.ComponentModel.IContainer :
- {
- Void Add( Class System.ComponentModel.IComponent component);
- Void Add( Class System.ComponentModel.IComponent component, String name);
- Class System.ComponentModel.ComponentCollection get_Components();
- Void Remove( Class System.ComponentModel.IComponent component);
- property Components { get(){} set(){} };
- }
- class System.ComponentModel.Container : System.Object
- {
- SZArray Class System.ComponentModel.ISite sites;
- I4 siteCount;
- Void Finalize();
- Void Add( Class System.ComponentModel.IComponent component);
- Void Add( Class System.ComponentModel.IComponent component, String name);
- Class System.ComponentModel.ISite CreateSite( Class System.ComponentModel.IComponent component, String name);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Object GetService( Class System.Type service);
- Class System.ComponentModel.ComponentCollection get_Components();
- Void Remove( Class System.ComponentModel.IComponent component);
- Void System.ComponentModel.Container();
- property Components { get(){} set(){} };
- }
- interface System.ComponentModel.ISite :
- {
- Class System.ComponentModel.IComponent get_Component();
- Class System.ComponentModel.IContainer get_Container();
- Boolean get_DesignMode();
- String get_Name();
- Void set_Name( String value);
- property Component { get(){} set(){} };
- property Container { get(){} set(){} };
- property DesignMode { get(){} set(){} };
- property Name { get(){} set(){} };
- }
- class Site : System.Object
- {
- Class System.ComponentModel.IComponent component;
- Class System.ComponentModel.Container container;
- String name;
- Void Site( Class System.ComponentModel.IComponent component, Class System.ComponentModel.Container container, String name);
- Class System.ComponentModel.IComponent get_Component();
- Class System.ComponentModel.IContainer get_Container();
- Object GetService( Class System.Type service);
- Boolean get_DesignMode();
- String get_Name();
- Void set_Name( String value);
- property Component { get(){} set(){} };
- property Container { get(){} set(){} };
- property DesignMode { get(){} set(){} };
- property Name { get(){} set(){} };
- }
- class System.ComponentModel.CultureInfoConverter : System.ComponentModel.TypeConverter
- {
- Class StandardValuesCollection values;
- String get_DefaultCultureString();
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.ComponentModel.CultureInfoConverter();
- property DefaultCultureString { get(){} set(){} };
- }
- class CultureComparer : System.Object
- {
- I4 Compare( Object item1, Object item2);
- Void CultureComparer();
- }
- class System.ComponentModel.DateTimeConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Void System.ComponentModel.DateTimeConverter();
- }
- class System.ComponentModel.DecimalConverter : System.ComponentModel.BaseNumberConverter
- {
- Boolean get_AllowHex();
- Class System.Type get_TargetType();
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.DecimalConverter();
- property AllowHex { get(){} set(){} };
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.DefaultEventAttribute : System.Attribute
- {
- String name;
- Class System.ComponentModel.DefaultEventAttribute Default;
- Void System.ComponentModel.DefaultEventAttribute( String name);
- String get_Name();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Void System.ComponentModel.DefaultEventAttribute();
- property Name { get(){} set(){} };
- }
- class System.ComponentModel.DefaultPropertyAttribute : System.Attribute
- {
- String name;
- Class System.ComponentModel.DefaultPropertyAttribute Default;
- Void System.ComponentModel.DefaultPropertyAttribute( String name);
- String get_Name();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Void System.ComponentModel.DefaultPropertyAttribute();
- property Name { get(){} set(){} };
- }
- class System.ComponentModel.DefaultValueAttribute : System.Attribute
- {
- Object value;
- Void System.ComponentModel.DefaultValueAttribute( Class System.Type type, String value);
- Void System.ComponentModel.DefaultValueAttribute( Char value);
- Void System.ComponentModel.DefaultValueAttribute( UI1 value);
- Void System.ComponentModel.DefaultValueAttribute( I2 value);
- Void System.ComponentModel.DefaultValueAttribute( I4 value);
- Void System.ComponentModel.DefaultValueAttribute( I8 value);
- Void System.ComponentModel.DefaultValueAttribute( R4 value);
- Void System.ComponentModel.DefaultValueAttribute( R8 value);
- Void System.ComponentModel.DefaultValueAttribute( Boolean value);
- Void System.ComponentModel.DefaultValueAttribute( String value);
- Void System.ComponentModel.DefaultValueAttribute( Object value);
- Object get_Value();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property Value { get(){} set(){} };
- }
- class System.ComponentModel.DesignerAttribute : System.Attribute
- {
- String designerTypeName;
- String designerBaseTypeName;
- String typeId;
- Void System.ComponentModel.DesignerAttribute( String designerTypeName);
- Void System.ComponentModel.DesignerAttribute( Class System.Type designerType);
- Void System.ComponentModel.DesignerAttribute( String designerTypeName, String designerBaseTypeName);
- Void System.ComponentModel.DesignerAttribute( String designerTypeName, Class System.Type designerBaseType);
- Void System.ComponentModel.DesignerAttribute( Class System.Type designerType, Class System.Type designerBaseType);
- String get_DesignerBaseTypeName();
- String get_DesignerTypeName();
- Object get_TypeId();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property DesignerBaseTypeName { get(){} set(){} };
- property DesignerTypeName { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.DesignerCategoryAttribute : System.Attribute
- {
- String category;
- String typeId;
- Class System.ComponentModel.DesignerCategoryAttribute Component;
- Class System.ComponentModel.DesignerCategoryAttribute Default;
- Class System.ComponentModel.DesignerCategoryAttribute Form;
- Class System.ComponentModel.DesignerCategoryAttribute Generic;
- Void System.ComponentModel.DesignerCategoryAttribute();
- Void System.ComponentModel.DesignerCategoryAttribute( String category);
- String get_Category();
- Object get_TypeId();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.DesignerCategoryAttribute();
- property Category { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.DesignerSerializationVisibility : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.DesignerSerializationVisibility Hidden;
- ValueClass System.ComponentModel.DesignerSerializationVisibility Visible;
- ValueClass System.ComponentModel.DesignerSerializationVisibility Content;
- }
- class System.ComponentModel.DesignerSerializationVisibilityAttribute : System.Attribute
- {
- Class System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
- Class System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden;
- Class System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
- Class System.ComponentModel.DesignerSerializationVisibilityAttribute Default;
- ValueClass System.ComponentModel.DesignerSerializationVisibility visibility;
- Void System.ComponentModel.DesignerSerializationVisibilityAttribute( ValueClass System.ComponentModel.DesignerSerializationVisibility visibility);
- ValueClass System.ComponentModel.DesignerSerializationVisibility get_Visibility();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.DesignerSerializationVisibilityAttribute();
- property Visibility { get(){} set(){} };
- }
- class System.ComponentModel.DesignOnlyAttribute : System.Attribute
- {
- Boolean isDesignOnly;
- Class System.ComponentModel.DesignOnlyAttribute Yes;
- Class System.ComponentModel.DesignOnlyAttribute No;
- Class System.ComponentModel.DesignOnlyAttribute Default;
- Void System.ComponentModel.DesignOnlyAttribute( Boolean isDesignOnly);
- Boolean get_IsDesignOnly();
- Boolean IsDefaultAttribute();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Void System.ComponentModel.DesignOnlyAttribute();
- property IsDesignOnly { get(){} set(){} };
- }
- class System.ComponentModel.DesignTimeVisibleAttribute : System.Attribute
- {
- Boolean visible;
- Class System.ComponentModel.DesignTimeVisibleAttribute Yes;
- Class System.ComponentModel.DesignTimeVisibleAttribute No;
- Class System.ComponentModel.DesignTimeVisibleAttribute Default;
- Void System.ComponentModel.DesignTimeVisibleAttribute( Boolean visible);
- Void System.ComponentModel.DesignTimeVisibleAttribute();
- Boolean get_Visible();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.DesignTimeVisibleAttribute();
- property Visible { get(){} set(){} };
- }
- class System.ComponentModel.DoubleConverter : System.ComponentModel.BaseNumberConverter
- {
- Boolean get_AllowHex();
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.DoubleConverter();
- property AllowHex { get(){} set(){} };
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.EditorAttribute : System.Attribute
- {
- String baseTypeName;
- String typeName;
- String typeId;
- Void System.ComponentModel.EditorAttribute();
- Void System.ComponentModel.EditorAttribute( String typeName, String baseTypeName);
- Void System.ComponentModel.EditorAttribute( String typeName, Class System.Type baseType);
- Void System.ComponentModel.EditorAttribute( Class System.Type type, Class System.Type baseType);
- String get_EditorBaseTypeName();
- String get_EditorTypeName();
- Object get_TypeId();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property EditorBaseTypeName { get(){} set(){} };
- property EditorTypeName { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.EditorBrowsableAttribute : System.Attribute
- {
- ValueClass System.ComponentModel.EditorBrowsableState browsableState;
- Void System.ComponentModel.EditorBrowsableAttribute( ValueClass System.ComponentModel.EditorBrowsableState state);
- Void System.ComponentModel.EditorBrowsableAttribute();
- ValueClass System.ComponentModel.EditorBrowsableState get_State();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property State { get(){} set(){} };
- }
- class System.ComponentModel.EditorBrowsableState : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.EditorBrowsableState Always;
- ValueClass System.ComponentModel.EditorBrowsableState Never;
- ValueClass System.ComponentModel.EditorBrowsableState Advanced;
- }
- class System.ComponentModel.EnumConverter : System.ComponentModel.TypeConverter
- {
- Class StandardValuesCollection values;
- Class System.Type type;
- Void System.ComponentModel.EnumConverter( Class System.Type type);
- Class System.Type get_EnumType();
- Class StandardValuesCollection get_Values();
- Void set_Values( Class StandardValuesCollection value);
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Class System.Collections.IComparer get_Comparer();
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean IsValid( Class System.ComponentModel.ITypeDescriptorContext context, Object value);
- property EnumType { get(){} set(){} };
- property Values { get(){} set(){} };
- property Comparer { get(){} set(){} };
- }
- class System.ComponentModel.EventDescriptor : System.ComponentModel.MemberDescriptor
- {
- Void System.ComponentModel.EventDescriptor( String name, SZArray Class System.Attribute attrs);
- Void System.ComponentModel.EventDescriptor( Class System.ComponentModel.MemberDescriptor descr);
- Void System.ComponentModel.EventDescriptor( Class System.ComponentModel.MemberDescriptor descr, SZArray Class System.Attribute attrs);
- Class System.Type get_ComponentType();
- Class System.Type get_EventType();
- Boolean get_IsMulticast();
- Void AddEventHandler( Object component, Class System.Delegate value);
- Void RemoveEventHandler( Object component, Class System.Delegate value);
- property ComponentType { get(){} set(){} };
- property EventType { get(){} set(){} };
- property IsMulticast { get(){} set(){} };
- }
- class System.ComponentModel.EventDescriptorCollection : System.Object
- {
- SZArray Class System.ComponentModel.EventDescriptor events;
- SZArray String namedSort;
- Class System.Collections.IComparer comparer;
- Boolean eventsOwned;
- Boolean needSort;
- I4 eventCount;
- Boolean readOnly;
- Class System.ComponentModel.EventDescriptorCollection Empty;
- Void System.ComponentModel.EventDescriptorCollection( SZArray Class System.ComponentModel.EventDescriptor events);
- Void System.ComponentModel.EventDescriptorCollection( SZArray Class System.ComponentModel.EventDescriptor events, Boolean readOnly);
- Void System.ComponentModel.EventDescriptorCollection( SZArray Class System.ComponentModel.EventDescriptor events, I4 eventCount, SZArray String namedSort, Class System.Collections.IComparer comparer);
- I4 get_Count();
- Class System.ComponentModel.EventDescriptor get_Item( I4 index);
- Class System.ComponentModel.EventDescriptor get_Item( String name);
- I4 Add( Class System.ComponentModel.EventDescriptor value);
- Void Clear();
- Boolean Contains( Class System.ComponentModel.EventDescriptor value);
- Void EnsureEventsOwned();
- Void EnsureSize( I4 sizeNeeded);
- I4 IndexOf( Class System.ComponentModel.EventDescriptor value);
- Void Insert( I4 index, Class System.ComponentModel.EventDescriptor value);
- Void Remove( Class System.ComponentModel.EventDescriptor value);
- Void RemoveAt( I4 index);
- Class System.ComponentModel.EventDescriptor Find( String name, Boolean ignoreCase);
- Class System.Collections.IEnumerator GetEnumerator();
- Class System.ComponentModel.EventDescriptorCollection Sort();
- Class System.ComponentModel.EventDescriptorCollection Sort( SZArray String names);
- Class System.ComponentModel.EventDescriptorCollection Sort( SZArray String names, Class System.Collections.IComparer comparer);
- Class System.ComponentModel.EventDescriptorCollection Sort( Class System.Collections.IComparer comparer);
- Void InternalSort( SZArray String names);
- Void InternalSort( Class System.Collections.IComparer sorter);
- I4 System.Collections.ICollection.get_Count();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void System.Collections.ICollection.CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 System.Collections.IList.Add( Object value);
- Void System.Collections.IList.Clear();
- Boolean System.Collections.IList.Contains( Object value);
- I4 System.Collections.IList.IndexOf( Object value);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void System.Collections.IList.Remove( Object value);
- Void System.Collections.IList.RemoveAt( I4 index);
- Boolean System.Collections.IList.get_IsReadOnly();
- Boolean System.Collections.IList.get_IsFixedSize();
- Void System.ComponentModel.EventDescriptorCollection();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.ComponentModel.EventHandlerList : System.Object
- {
- Class ListEntry head;
- Class System.Delegate get_Item( Object key);
- Void set_Item( Object key, Class System.Delegate value);
- Void AddHandler( Object key, Class System.Delegate value);
- Void Dispose();
- Class ListEntry Find( Object key);
- Void RemoveHandler( Object key, Class System.Delegate value);
- Void System.ComponentModel.EventHandlerList();
- property Item { get(){} set(){} };
- }
- class ListEntry : System.Object
- {
- Class ListEntry next;
- Object key;
- Class System.Delegate handler;
- Void ListEntry( Object key, Class System.Delegate handler, Class ListEntry next);
- }
- class System.ComponentModel.ExpandableObjectConverter : System.ComponentModel.TypeConverter
- {
- Void System.ComponentModel.ExpandableObjectConverter();
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- }
- class System.ComponentModel.ExtendedPropertyDescriptor : System.ComponentModel.PropertyDescriptor
- {
- Class System.ComponentModel.ReflectPropertyDescriptor extenderInfo;
- Class System.ComponentModel.IExtenderProvider provider;
- Void System.ComponentModel.ExtendedPropertyDescriptor( Class System.ComponentModel.ReflectPropertyDescriptor extenderInfo, Class System.Type receiverType, Class System.ComponentModel.IExtenderProvider provider);
- Void System.ComponentModel.ExtendedPropertyDescriptor( Class System.ComponentModel.ReflectPropertyDescriptor extenderInfo, Class System.Type receiverType, Class System.ComponentModel.IExtenderProvider provider, SZArray Class System.Attribute attributes);
- Boolean CanResetValue( Object comp);
- Class System.Type get_ComponentType();
- Boolean get_IsReadOnly();
- Class System.Type get_PropertyType();
- String get_DisplayName();
- Class System.ComponentModel.IExtenderProvider get_Provider();
- Object GetValue( Object comp);
- Void ResetValue( Object comp);
- Void SetValue( Object component, Object value);
- Boolean ShouldSerializeValue( Object comp);
- property ComponentType { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property PropertyType { get(){} set(){} };
- property DisplayName { get(){} set(){} };
- property Provider { get(){} set(){} };
- }
- class System.ComponentModel.ExtenderProvidedPropertyAttribute : System.Attribute
- {
- Class System.ComponentModel.PropertyDescriptor extenderProperty;
- Class System.ComponentModel.IExtenderProvider provider;
- Class System.Type receiverType;
- Class System.ComponentModel.ExtenderProvidedPropertyAttribute Create( Class System.ComponentModel.PropertyDescriptor extenderProperty, Class System.Type receiverType, Class System.ComponentModel.IExtenderProvider provider);
- Void System.ComponentModel.ExtenderProvidedPropertyAttribute();
- Class System.ComponentModel.PropertyDescriptor get_ExtenderProperty();
- Class System.ComponentModel.IExtenderProvider get_Provider();
- Class System.Type get_ReceiverType();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- property ExtenderProperty { get(){} set(){} };
- property Provider { get(){} set(){} };
- property ReceiverType { get(){} set(){} };
- }
- class System.ComponentModel.GuidConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Void System.ComponentModel.GuidConverter();
- }
- interface System.ComponentModel.IBindingList :
- {
- Boolean get_AllowNew();
- Object AddNew();
- Boolean get_AllowEdit();
- Boolean get_AllowRemove();
- Boolean get_SupportsChangeNotification();
- Boolean get_SupportsSearching();
- Boolean get_SupportsSorting();
- Boolean get_IsSorted();
- Class System.ComponentModel.PropertyDescriptor get_SortProperty();
- ValueClass System.ComponentModel.ListSortDirection get_SortDirection();
- Void add_ListChanged( Class System.ComponentModel.ListChangedEventHandler value);
- Void remove_ListChanged( Class System.ComponentModel.ListChangedEventHandler value);
- Void AddIndex( Class System.ComponentModel.PropertyDescriptor property);
- Void ApplySort( Class System.ComponentModel.PropertyDescriptor property, ValueClass System.ComponentModel.ListSortDirection direction);
- I4 Find( Class System.ComponentModel.PropertyDescriptor property, Object key);
- Void RemoveIndex( Class System.ComponentModel.PropertyDescriptor property);
- Void RemoveSort();
- property AllowNew { get(){} set(){} };
- property AllowEdit { get(){} set(){} };
- property AllowRemove { get(){} set(){} };
- property SupportsChangeNotification { get(){} set(){} };
- property SupportsSearching { get(){} set(){} };
- property SupportsSorting { get(){} set(){} };
- property IsSorted { get(){} set(){} };
- property SortProperty { get(){} set(){} };
- property SortDirection { get(){} set(){} };
- event ListChanged;
- }
- interface System.ComponentModel.IComNativeDescriptorHandler :
- {
- Class System.ComponentModel.AttributeCollection GetAttributes( Object component);
- String GetClassName( Object component);
- Class System.ComponentModel.TypeConverter GetConverter( Object component);
- Class System.ComponentModel.EventDescriptor GetDefaultEvent( Object component);
- Class System.ComponentModel.PropertyDescriptor GetDefaultProperty( Object component);
- Object GetEditor( Object component, Class System.Type baseEditorType);
- String GetName( Object component);
- Class System.ComponentModel.EventDescriptorCollection GetEvents( Object component);
- Class System.ComponentModel.EventDescriptorCollection GetEvents( Object component, SZArray Class System.Attribute attributes);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Object component, SZArray Class System.Attribute attributes);
- Object GetPropertyValue( Object component, String propertyName, ByRef Boolean success);
- Object GetPropertyValue( Object component, I4 dispid, ByRef Boolean success);
- }
- interface System.ComponentModel.ICustomTypeDescriptor :
- {
- Class System.ComponentModel.AttributeCollection GetAttributes();
- String GetClassName();
- String GetComponentName();
- Class System.ComponentModel.TypeConverter GetConverter();
- Class System.ComponentModel.EventDescriptor GetDefaultEvent();
- Class System.ComponentModel.PropertyDescriptor GetDefaultProperty();
- Object GetEditor( Class System.Type editorBaseType);
- Class System.ComponentModel.EventDescriptorCollection GetEvents();
- Class System.ComponentModel.EventDescriptorCollection GetEvents( SZArray Class System.Attribute attributes);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties();
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( SZArray Class System.Attribute attributes);
- Object GetPropertyOwner( Class System.ComponentModel.PropertyDescriptor pd);
- }
- interface System.ComponentModel.IDataErrorInfo :
- {
- String get_Item( String columnName);
- String get_Error();
- property Item { get(){} set(){} };
- property Error { get(){} set(){} };
- }
- interface System.ComponentModel.IEditableObject :
- {
- Void BeginEdit();
- Void EndEdit();
- Void CancelEdit();
- }
- interface System.ComponentModel.IExtenderProvider :
- {
- Boolean CanExtend( Object extendee);
- }
- interface System.ComponentModel.IListSource :
- {
- Boolean get_ContainsListCollection();
- Class System.Collections.IList GetList();
- property ContainsListCollection { get(){} set(){} };
- }
- class System.ComponentModel.ImmutableObjectAttribute : System.Attribute
- {
- Class System.ComponentModel.ImmutableObjectAttribute Yes;
- Class System.ComponentModel.ImmutableObjectAttribute No;
- Class System.ComponentModel.ImmutableObjectAttribute Default;
- Boolean immutable;
- Void System.ComponentModel.ImmutableObjectAttribute( Boolean immutable);
- Boolean get_Immutable();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.ImmutableObjectAttribute();
- property Immutable { get(){} set(){} };
- }
- class System.ComponentModel.InstallerTypeAttribute : System.Attribute
- {
- String _typeName;
- Void System.ComponentModel.InstallerTypeAttribute( Class System.Type installerType);
- Void System.ComponentModel.InstallerTypeAttribute( String typeName);
- Class System.Type get_InstallerType();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property InstallerType { get(){} set(){} };
- }
- class System.ComponentModel.Int16Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.Int16Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.Int32Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.Int32Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.Int64Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.Int64Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.IntSecurity : System.Object
- {
- Class System.Security.CodeAccessPermission UnmanagedCode;
- Class System.Security.CodeAccessPermission FullReflection;
- Void System.ComponentModel.IntSecurity();
- Void System.ComponentModel.IntSecurity();
- }
- interface System.ComponentModel.ISupportInitialize :
- {
- Void BeginInit();
- Void EndInit();
- }
- interface System.ComponentModel.ISynchronizeInvoke :
- {
- Boolean get_InvokeRequired();
- Class System.IAsyncResult BeginInvoke( Class System.Delegate method, SZArray Object args);
- Object EndInvoke( Class System.IAsyncResult result);
- Object Invoke( Class System.Delegate method, SZArray Object args);
- property InvokeRequired { get(){} set(){} };
- }
- interface System.ComponentModel.ITypeDescriptorContext :
- {
- Class System.ComponentModel.IContainer get_Container();
- Object get_Instance();
- Class System.ComponentModel.PropertyDescriptor get_PropertyDescriptor();
- Boolean OnComponentChanging();
- Void OnComponentChanged();
- property Container { get(){} set(){} };
- property Instance { get(){} set(){} };
- property PropertyDescriptor { get(){} set(){} };
- }
- interface System.ComponentModel.ITypedList :
- {
- String GetListName( SZArray Class System.ComponentModel.PropertyDescriptor listAccessors);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties( SZArray Class System.ComponentModel.PropertyDescriptor listAccessors);
- }
- class System.ComponentModel.License : System.Object
- {
- String get_LicenseKey();
- Void Dispose();
- Void System.ComponentModel.License();
- property LicenseKey { get(){} set(){} };
- }
- class System.ComponentModel.LicenseContext : System.Object
- {
- ValueClass System.ComponentModel.LicenseUsageMode get_UsageMode();
- String GetSavedLicenseKey( Class System.Type type, Class System.Reflection.Assembly resourceAssembly);
- Object GetService( Class System.Type type);
- Void SetSavedLicenseKey( Class System.Type type, String key);
- Void System.ComponentModel.LicenseContext();
- property UsageMode { get(){} set(){} };
- }
- class System.ComponentModel.LicenseException : System.SystemException
- {
- Class System.Type type;
- Object instance;
- Void System.ComponentModel.LicenseException( Class System.Type type);
- Void System.ComponentModel.LicenseException( Class System.Type type, Object instance);
- Void System.ComponentModel.LicenseException( Class System.Type type, Object instance, String message);
- Void System.ComponentModel.LicenseException( Class System.Type type, Object instance, String message, Class System.Exception innerException);
- Class System.Type get_LicensedType();
- property LicensedType { get(){} set(){} };
- }
- class System.ComponentModel.LicenseProvider : System.Object
- {
- Class System.ComponentModel.License GetLicense( Class System.ComponentModel.LicenseContext context, Class System.Type type, Object instance, Boolean allowExceptions);
- Void System.ComponentModel.LicenseProvider();
- }
- class System.ComponentModel.LicenseProviderAttribute : System.Attribute
- {
- Class System.ComponentModel.LicenseProviderAttribute Default;
- Class System.Type licenseProviderType;
- String licenseProviderName;
- Void System.ComponentModel.LicenseProviderAttribute();
- Void System.ComponentModel.LicenseProviderAttribute( String typeName);
- Void System.ComponentModel.LicenseProviderAttribute( Class System.Type type);
- Class System.Type get_LicenseProvider();
- Object get_TypeId();
- Boolean Equals( Object value);
- I4 GetHashCode();
- Void System.ComponentModel.LicenseProviderAttribute();
- property LicenseProvider { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.LicenseUsageMode : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.LicenseUsageMode Runtime;
- ValueClass System.ComponentModel.LicenseUsageMode Designtime;
- }
- class System.ComponentModel.LicFileLicenseProvider : System.ComponentModel.LicenseProvider
- {
- Boolean IsKeyValid( String key, Class System.Type type);
- String GetKey( Class System.Type type);
- Class System.ComponentModel.License GetLicense( Class System.ComponentModel.LicenseContext context, Class System.Type type, Object instance, Boolean allowExceptions);
- Void System.ComponentModel.LicFileLicenseProvider();
- }
- class LicFileLicense : System.ComponentModel.License
- {
- Class System.ComponentModel.LicFileLicenseProvider owner;
- String key;
- Void LicFileLicense( Class System.ComponentModel.LicFileLicenseProvider owner, String key);
- String get_LicenseKey();
- Void Dispose();
- property LicenseKey { get(){} set(){} };
- }
- class System.ComponentModel.ListBindableAttribute : System.Attribute
- {
- Class System.ComponentModel.ListBindableAttribute Yes;
- Class System.ComponentModel.ListBindableAttribute No;
- Class System.ComponentModel.ListBindableAttribute Default;
- Boolean listBindable;
- Boolean isDefault;
- Void System.ComponentModel.ListBindableAttribute( Boolean listBindable);
- Void System.ComponentModel.ListBindableAttribute( ValueClass System.ComponentModel.BindableSupport flags);
- Boolean get_ListBindable();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.ListBindableAttribute();
- property ListBindable { get(){} set(){} };
- }
- class System.ComponentModel.ListChangedEventArgs : System.EventArgs
- {
- ValueClass System.ComponentModel.ListChangedType listChangedType;
- I4 newIndex;
- I4 oldIndex;
- Class System.ComponentModel.PropertyDescriptor propDesc;
- Void System.ComponentModel.ListChangedEventArgs( ValueClass System.ComponentModel.ListChangedType listChangedType, I4 newIndex);
- Void System.ComponentModel.ListChangedEventArgs( ValueClass System.ComponentModel.ListChangedType listChangedType, Class System.ComponentModel.PropertyDescriptor propDesc);
- Void System.ComponentModel.ListChangedEventArgs( ValueClass System.ComponentModel.ListChangedType listChangedType, I4 newIndex, I4 oldIndex);
- ValueClass System.ComponentModel.ListChangedType get_ListChangedType();
- I4 get_NewIndex();
- I4 get_OldIndex();
- property ListChangedType { get(){} set(){} };
- property NewIndex { get(){} set(){} };
- property OldIndex { get(){} set(){} };
- }
- class System.ComponentModel.ListChangedEventHandler : System.MulticastDelegate
- {
- Void System.ComponentModel.ListChangedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.ComponentModel.ListChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.ComponentModel.ListChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.ComponentModel.ListChangedType : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.ListChangedType Reset;
- ValueClass System.ComponentModel.ListChangedType ItemAdded;
- ValueClass System.ComponentModel.ListChangedType ItemDeleted;
- ValueClass System.ComponentModel.ListChangedType ItemMoved;
- ValueClass System.ComponentModel.ListChangedType ItemChanged;
- ValueClass System.ComponentModel.ListChangedType PropertyDescriptorAdded;
- ValueClass System.ComponentModel.ListChangedType PropertyDescriptorDeleted;
- ValueClass System.ComponentModel.ListChangedType PropertyDescriptorChanged;
- }
- class System.ComponentModel.ListSortDirection : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.ListSortDirection Ascending;
- ValueClass System.ComponentModel.ListSortDirection Descending;
- }
- class System.ComponentModel.LocalizableAttribute : System.Attribute
- {
- Boolean isLocalizable;
- Class System.ComponentModel.LocalizableAttribute Yes;
- Class System.ComponentModel.LocalizableAttribute No;
- Class System.ComponentModel.LocalizableAttribute Default;
- Void System.ComponentModel.LocalizableAttribute( Boolean isLocalizable);
- Boolean get_IsLocalizable();
- Boolean IsDefaultAttribute();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Void System.ComponentModel.LocalizableAttribute();
- property IsLocalizable { get(){} set(){} };
- }
- class System.ComponentModel.MarshalByValueComponent : System.Object
- {
- Object EventDisposed;
- Class System.ComponentModel.ISite site;
- Class System.ComponentModel.EventHandlerList events;
- Void System.ComponentModel.MarshalByValueComponent();
- Void Finalize();
- Void add_Disposed( Class System.EventHandler value);
- Void remove_Disposed( Class System.EventHandler value);
- Class System.ComponentModel.EventHandlerList get_Events();
- Class System.ComponentModel.ISite get_Site();
- Void set_Site( Class System.ComponentModel.ISite value);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Class System.ComponentModel.IContainer get_Container();
- Object GetService( Class System.Type service);
- Boolean get_DesignMode();
- String ToString();
- Void System.ComponentModel.MarshalByValueComponent();
- property Events { get(){} set(){} };
- property Site { get(){} set(){} };
- property Container { get(){} set(){} };
- property DesignMode { get(){} set(){} };
- event Disposed;
- }
- class System.ComponentModel.AttributeCollection : System.Object
- {
- Class System.ComponentModel.AttributeCollection Empty;
- SZArray Class System.Attribute attributes;
- Class System.Collections.Hashtable defaultAttributes;
- Class System.Collections.Hashtable foundAttributes;
- Void System.ComponentModel.AttributeCollection( SZArray Class System.Attribute attributes);
- I4 get_Count();
- Class System.Attribute get_Item( I4 index);
- Class System.Attribute get_Item( Class System.Type attributeType);
- Boolean Contains( Class System.Attribute attribute);
- Boolean Contains( SZArray Class System.Attribute attributes);
- Class System.Attribute GetDefaultAttribute( Class System.Type attributeType);
- Class System.Collections.IEnumerator GetEnumerator();
- Boolean Matches( Class System.Attribute attribute);
- Boolean Matches( SZArray Class System.Attribute attributes);
- I4 System.Collections.ICollection.get_Count();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- Void System.ComponentModel.AttributeCollection();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.ComponentModel.MergablePropertyAttribute : System.Attribute
- {
- Class System.ComponentModel.MergablePropertyAttribute Yes;
- Class System.ComponentModel.MergablePropertyAttribute No;
- Class System.ComponentModel.MergablePropertyAttribute Default;
- Boolean allowMerge;
- Void System.ComponentModel.MergablePropertyAttribute( Boolean allowMerge);
- Boolean get_AllowMerge();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.MergablePropertyAttribute();
- property AllowMerge { get(){} set(){} };
- }
- class System.ComponentModel.PropertyChangedEventArgs : System.EventArgs
- {
- String propertyName;
- Void System.ComponentModel.PropertyChangedEventArgs( String propertyName);
- String get_PropertyName();
- property PropertyName { get(){} set(){} };
- }
- class System.ComponentModel.PropertyChangedEventHandler : System.MulticastDelegate
- {
- Void System.ComponentModel.PropertyChangedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.ComponentModel.PropertyChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.ComponentModel.PropertyChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.ComponentModel.PropertyDescriptorCollection : System.Object
- {
- Class System.ComponentModel.PropertyDescriptorCollection Empty;
- Class System.Collections.IDictionary cachedFoundProperties;
- Boolean cachedIgnoreCase;
- SZArray Class System.ComponentModel.PropertyDescriptor properties;
- I4 propCount;
- SZArray String namedSort;
- Class System.Collections.IComparer comparer;
- Boolean propsOwned;
- Boolean needSort;
- Boolean readOnly;
- Void System.ComponentModel.PropertyDescriptorCollection( SZArray Class System.ComponentModel.PropertyDescriptor properties);
- Void System.ComponentModel.PropertyDescriptorCollection( SZArray Class System.ComponentModel.PropertyDescriptor properties, Boolean readOnly);
- Void System.ComponentModel.PropertyDescriptorCollection( SZArray Class System.ComponentModel.PropertyDescriptor properties, I4 propCount, SZArray String namedSort, Class System.Collections.IComparer comparer);
- I4 get_Count();
- Class System.ComponentModel.PropertyDescriptor get_Item( I4 index);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- Class System.ComponentModel.PropertyDescriptor get_Item( String name);
- I4 Add( Class System.ComponentModel.PropertyDescriptor value);
- Void Clear();
- Boolean Contains( Class System.ComponentModel.PropertyDescriptor value);
- I4 IndexOf( Class System.ComponentModel.PropertyDescriptor value);
- Void Insert( I4 index, Class System.ComponentModel.PropertyDescriptor value);
- Void Remove( Class System.ComponentModel.PropertyDescriptor value);
- Void RemoveAt( I4 index);
- Class System.ComponentModel.PropertyDescriptorCollection Sort();
- Class System.ComponentModel.PropertyDescriptorCollection Sort( SZArray String names);
- Class System.ComponentModel.PropertyDescriptorCollection Sort( SZArray String names, Class System.Collections.IComparer comparer);
- Class System.ComponentModel.PropertyDescriptorCollection Sort( Class System.Collections.IComparer comparer);
- Void InternalSort( SZArray String names);
- Void InternalSort( Class System.Collections.IComparer sorter);
- I4 System.Collections.IList.Add( Object value);
- Void System.Collections.IList.Clear();
- Boolean System.Collections.IList.Contains( Object value);
- Void EnsurePropsOwned();
- Void EnsureSize( I4 sizeNeeded);
- Class System.ComponentModel.PropertyDescriptor Find( String name, Boolean ignoreCase);
- Class System.Collections.IEnumerator GetEnumerator();
- Void System.Collections.IDictionary.Add( Object key, Object value);
- Void System.Collections.IDictionary.Clear();
- Boolean System.Collections.IDictionary.Contains( Object key);
- Class System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator();
- Boolean System.Collections.IDictionary.get_IsFixedSize();
- Boolean System.Collections.IDictionary.get_IsReadOnly();
- Object System.Collections.IDictionary.get_Item( Object key);
- Void System.Collections.IDictionary.set_Item( Object key, Object value);
- Class System.Collections.ICollection System.Collections.IDictionary.get_Keys();
- Class System.Collections.ICollection System.Collections.IDictionary.get_Values();
- Void System.Collections.IDictionary.Remove( Object key);
- I4 System.Collections.IList.IndexOf( Object value);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void System.Collections.IList.Remove( Object value);
- Void System.Collections.IList.RemoveAt( I4 index);
- I4 System.Collections.ICollection.get_Count();
- Boolean System.Collections.IList.get_IsReadOnly();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void CopyTo( Class System.Array array, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- Void System.ComponentModel.PropertyDescriptorCollection();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class PropertyDescriptorEnumerator : System.Object
- {
- Class System.ComponentModel.PropertyDescriptorCollection owner;
- I4 index;
- Void PropertyDescriptorEnumerator( Class System.ComponentModel.PropertyDescriptorCollection owner);
- Object get_Current();
- ValueClass System.Collections.DictionaryEntry get_Entry();
- Object get_Key();
- Object get_Value();
- Boolean MoveNext();
- Void Reset();
- property Current { get(){} set(){} };
- property Entry { get(){} set(){} };
- property Key { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.ComponentModel.ProvidePropertyAttribute : System.Attribute
- {
- String propertyName;
- String receiverTypeName;
- Void System.ComponentModel.ProvidePropertyAttribute( String propertyName, Class System.Type receiverType);
- Void System.ComponentModel.ProvidePropertyAttribute( String propertyName, String receiverTypeName);
- String get_PropertyName();
- String get_ReceiverTypeName();
- Object get_TypeId();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- property PropertyName { get(){} set(){} };
- property ReceiverTypeName { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.ReadOnlyAttribute : System.Attribute
- {
- Boolean isReadOnly;
- Class System.ComponentModel.ReadOnlyAttribute Yes;
- Class System.ComponentModel.ReadOnlyAttribute No;
- Class System.ComponentModel.ReadOnlyAttribute Default;
- Void System.ComponentModel.ReadOnlyAttribute( Boolean isReadOnly);
- Boolean get_IsReadOnly();
- Boolean Equals( Object value);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.ReadOnlyAttribute();
- property IsReadOnly { get(){} set(){} };
- }
- class System.ComponentModel.RecommendedAsConfigurableAttribute : System.Attribute
- {
- Boolean recommendedAsConfigurable;
- Class System.ComponentModel.RecommendedAsConfigurableAttribute No;
- Class System.ComponentModel.RecommendedAsConfigurableAttribute Yes;
- Class System.ComponentModel.RecommendedAsConfigurableAttribute Default;
- Void System.ComponentModel.RecommendedAsConfigurableAttribute( Boolean recommendedAsConfigurable);
- Boolean get_RecommendedAsConfigurable();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.RecommendedAsConfigurableAttribute();
- property RecommendedAsConfigurable { get(){} set(){} };
- }
- class System.ComponentModel.ReflectEventDescriptor : System.ComponentModel.EventDescriptor
- {
- SZArray Class System.Type argsNone;
- Object noDefault;
- Class System.Type type;
- Class System.Type componentClass;
- Class System.Reflection.MethodInfo addMethod;
- Class System.Reflection.MethodInfo removeMethod;
- Class System.Reflection.EventInfo realEvent;
- Boolean filledMethods;
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, SZArray Class System.Attribute attributes);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, Class System.Reflection.EventInfo eventInfo);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Reflection.MethodInfo addMethod, Class System.Reflection.MethodInfo removeMethod);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Attribute a1);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Attribute a1, Class System.Attribute a2);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Attribute a1, Class System.Attribute a2, Class System.Attribute a3);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Attribute a1, Class System.Attribute a2, Class System.Attribute a3, Class System.Attribute a4);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, SZArray Class System.Attribute attributes);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.Type componentType, Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, SZArray Class System.Attribute attributes);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Class System.Attribute a1);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Class System.Attribute a1, Class System.Attribute a2);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Class System.Attribute a1, Class System.Attribute a2, Class System.Attribute a3);
- Void System.ComponentModel.ReflectEventDescriptor( Class System.ComponentModel.EventDescriptor oldReflectEventDescriptor, Class System.Attribute a1, Class System.Attribute a2, Class System.Attribute a3, Class System.Attribute a4);
- Class System.Type get_ComponentType();
- Class System.Type get_EventType();
- Boolean get_IsMulticast();
- Void AddEventHandler( Object component, Class System.Delegate value);
- Void FillAttributes( Class System.Collections.IList attributes);
- Void FillEventInfoAttribute( Class System.Reflection.EventInfo realEventInfo, Class System.Collections.IList attributes);
- Void FillMethods();
- Void FillSingleMethodAttribute( Class System.Reflection.MethodInfo realMethodInfo, Class System.Collections.IList attributes);
- Void RemoveEventHandler( Object component, Class System.Delegate value);
- Void System.ComponentModel.ReflectEventDescriptor();
- property ComponentType { get(){} set(){} };
- property EventType { get(){} set(){} };
- property IsMulticast { get(){} set(){} };
- }
- class System.ComponentModel.ReflectPropertyDescriptor : System.ComponentModel.PropertyDescriptor
- {
- SZArray Class System.Type argsNone;
- Object noValue;
- Class System.Diagnostics.TraceSwitch PropDescCreateSwitch;
- Class System.Diagnostics.TraceSwitch PropDescUsageSwitch;
- Class System.Diagnostics.TraceSwitch PropDescSwitch;
- I4 BitDefaultValueQueried;
- I4 BitGetQueried;
- I4 BitSetQueried;
- I4 BitShouldSerializeQueried;
- I4 BitResetQueried;
- I4 BitChangedQueried;
- I4 BitReadOnlyChecked;
- I4 BitAmbientValueQueried;
- ValueClass System.Collections.Specialized.BitVector32 state;
- Class System.Type componentClass;
- Class System.Type type;
- Object defaultValue;
- Object ambientValue;
- Class System.Reflection.PropertyInfo propInfo;
- Class System.Reflection.MethodInfo getMethod;
- Class System.Reflection.MethodInfo setMethod;
- Class System.Reflection.MethodInfo shouldSerializeMethod;
- Class System.Reflection.MethodInfo resetMethod;
- Class System.Reflection.EventInfo realChangedEventInfo;
- Class System.Type receiverType;
- Void System.ComponentModel.ReflectPropertyDescriptor( Class System.Type componentClass, String name, Class System.Type type, SZArray Class System.Attribute attributes);
- Void System.ComponentModel.ReflectPropertyDescriptor( Class System.Type componentClass, String name, Class System.Type type);
- Void System.ComponentModel.ReflectPropertyDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Reflection.PropertyInfo propInfo, Class System.Reflection.MethodInfo getMethod, Class System.Reflection.MethodInfo setMethod, SZArray Class System.Attribute attrs);
- Void System.ComponentModel.ReflectPropertyDescriptor( Class System.Type componentClass, String name, Class System.Type type, Class System.Type receiverType, Class System.Reflection.MethodInfo getMethod, Class System.Reflection.MethodInfo setMethod, SZArray Class System.Attribute attrs);
- Void System.ComponentModel.ReflectPropertyDescriptor( Class System.Type componentClass, Class System.ComponentModel.PropertyDescriptor oldReflectPropertyDescriptor, SZArray Class System.Attribute attributes);
- Object get_AmbientValue();
- Class System.Reflection.EventInfo get_ChangedEventValue();
- Void set_ChangedEventValue( Class System.Reflection.EventInfo value);
- Class System.Type get_ComponentType();
- Object get_DefaultValue();
- Class System.Reflection.MethodInfo get_GetMethodValue();
- Void set_GetMethodValue( Class System.Reflection.MethodInfo value);
- Boolean get_IsExtender();
- Boolean get_IsReadOnly();
- Class System.Type get_PropertyType();
- Class System.Reflection.MethodInfo get_ResetMethodValue();
- Void set_ResetMethodValue( Class System.Reflection.MethodInfo value);
- Class System.Reflection.MethodInfo get_SetMethodValue();
- Void set_SetMethodValue( Class System.Reflection.MethodInfo value);
- Class System.Reflection.MethodInfo get_ShouldSerializeMethodValue();
- Void set_ShouldSerializeMethodValue( Class System.Reflection.MethodInfo value);
- Void AddValueChanged( Object component, Class System.EventHandler handler);
- Boolean ExtenderCanResetValue( Class System.ComponentModel.IExtenderProvider provider, Object component);
- Class System.Type ExtenderGetReceiverType();
- Class System.Type ExtenderGetType( Class System.ComponentModel.IExtenderProvider provider);
- Object ExtenderGetValue( Class System.ComponentModel.IExtenderProvider provider, Object component);
- Void ExtenderResetValue( Class System.ComponentModel.IExtenderProvider provider, Object component, Class System.ComponentModel.PropertyDescriptor notifyDesc);
- Void ExtenderSetValue( Class System.ComponentModel.IExtenderProvider provider, Object component, Object value, Class System.ComponentModel.PropertyDescriptor notifyDesc);
- Boolean ExtenderShouldSerializeValue( Class System.ComponentModel.IExtenderProvider provider, Object component);
- Boolean CanResetValue( Object component);
- Void FillAttributes( Class System.Collections.IList attributes);
- Object GetValue( Object component);
- Void OnValueChanged( Object component, Class System.EventArgs e);
- Void RemoveValueChanged( Object component, Class System.EventHandler handler);
- Void ResetValue( Object component);
- Void SetValue( Object component, Object value);
- Boolean ShouldSerializeValue( Object component);
- Void System.ComponentModel.ReflectPropertyDescriptor();
- property AmbientValue { get(){} set(){} };
- property ChangedEventValue { get(){} set(){} };
- property ComponentType { get(){} set(){} };
- property DefaultValue { get(){} set(){} };
- property GetMethodValue { get(){} set(){} };
- property IsExtender { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property PropertyType { get(){} set(){} };
- property ResetMethodValue { get(){} set(){} };
- property SetMethodValue { get(){} set(){} };
- property ShouldSerializeMethodValue { get(){} set(){} };
- }
- class System.ComponentModel.RefreshEventArgs : System.EventArgs
- {
- Object componentChanged;
- Class System.Type typeChanged;
- Void System.ComponentModel.RefreshEventArgs( Object componentChanged);
- Void System.ComponentModel.RefreshEventArgs( Class System.Type typeChanged);
- Object get_ComponentChanged();
- Class System.Type get_TypeChanged();
- property ComponentChanged { get(){} set(){} };
- property TypeChanged { get(){} set(){} };
- }
- class System.ComponentModel.RefreshEventHandler : System.MulticastDelegate
- {
- Void System.ComponentModel.RefreshEventHandler( Object object, I method);
- Void Invoke( Class System.ComponentModel.RefreshEventArgs e);
- Class System.IAsyncResult BeginInvoke( Class System.ComponentModel.RefreshEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.ComponentModel.RunInstallerAttribute : System.Attribute
- {
- Boolean runInstaller;
- Class System.ComponentModel.RunInstallerAttribute Yes;
- Class System.ComponentModel.RunInstallerAttribute No;
- Class System.ComponentModel.RunInstallerAttribute Default;
- Void System.ComponentModel.RunInstallerAttribute( Boolean runInstaller);
- Boolean get_RunInstaller();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean IsDefaultAttribute();
- Void System.ComponentModel.RunInstallerAttribute();
- property RunInstaller { get(){} set(){} };
- }
- class System.ComponentModel.SByteConverter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.SByteConverter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.SingleConverter : System.ComponentModel.BaseNumberConverter
- {
- Boolean get_AllowHex();
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.SingleConverter();
- property AllowHex { get(){} set(){} };
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.StringConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Void System.ComponentModel.StringConverter();
- }
- class System.ComponentModel.SyntaxCheck : System.Object
- {
- Void System.ComponentModel.SyntaxCheck();
- Boolean CheckMachineName( String value);
- Boolean CheckPath( String value);
- Boolean CheckRootedPath( String value);
- }
- class System.ComponentModel.TimeSpanConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Void System.ComponentModel.TimeSpanConverter();
- }
- class System.ComponentModel.ToolboxItemFilterAttribute : System.Attribute
- {
- String filterString;
- ValueClass System.ComponentModel.ToolboxItemFilterType filterType;
- String typeId;
- Void System.ComponentModel.ToolboxItemFilterAttribute( String filterString);
- Void System.ComponentModel.ToolboxItemFilterAttribute( String filterString, ValueClass System.ComponentModel.ToolboxItemFilterType filterType);
- String get_FilterString();
- ValueClass System.ComponentModel.ToolboxItemFilterType get_FilterType();
- Object get_TypeId();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Boolean Match( Object obj);
- property FilterString { get(){} set(){} };
- property FilterType { get(){} set(){} };
- property TypeId { get(){} set(){} };
- }
- class System.ComponentModel.ToolboxItemFilterType : System.Enum
- {
- I4 value__;
- ValueClass System.ComponentModel.ToolboxItemFilterType Allow;
- ValueClass System.ComponentModel.ToolboxItemFilterType Custom;
- ValueClass System.ComponentModel.ToolboxItemFilterType Prevent;
- ValueClass System.ComponentModel.ToolboxItemFilterType Require;
- }
- class System.ComponentModel.TypeConverterAttribute : System.Attribute
- {
- String typeName;
- Class System.ComponentModel.TypeConverterAttribute Default;
- Void System.ComponentModel.TypeConverterAttribute();
- Void System.ComponentModel.TypeConverterAttribute( Class System.Type type);
- Void System.ComponentModel.TypeConverterAttribute( String typeName);
- String get_ConverterTypeName();
- Boolean Equals( Object obj);
- I4 GetHashCode();
- Void System.ComponentModel.TypeConverterAttribute();
- property ConverterTypeName { get(){} set(){} };
- }
- class System.ComponentModel.TypeListConverter : System.ComponentModel.TypeConverter
- {
- SZArray Class System.Type types;
- Class StandardValuesCollection values;
- Void System.ComponentModel.TypeListConverter( SZArray Class System.Type types);
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- }
- class System.ComponentModel.UInt16Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.UInt16Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.UInt32Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.UInt32Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.UInt64Converter : System.ComponentModel.BaseNumberConverter
- {
- Class System.Type get_TargetType();
- Object FromString( String value, I4 radix);
- Object FromString( String value, Class System.Globalization.NumberFormatInfo formatInfo);
- Object FromString( String value, Class System.Globalization.CultureInfo culture);
- String ToString( Object value, Class System.Globalization.NumberFormatInfo formatInfo);
- Void System.ComponentModel.UInt64Converter();
- property TargetType { get(){} set(){} };
- }
- class System.ComponentModel.InvalidEnumArgumentException : System.ArgumentException
- {
- Void System.ComponentModel.InvalidEnumArgumentException();
- Void System.ComponentModel.InvalidEnumArgumentException( String message);
- Void System.ComponentModel.InvalidEnumArgumentException( String argumentName, I4 invalidValue, Class System.Type enumClass);
- }
- class System.ComponentModel.CompModSwitches : System.Object
- {
- Class System.Diagnostics.BooleanSwitch commonDesignerServices;
- Class System.Diagnostics.TraceSwitch eventLog;
- Class System.Diagnostics.BooleanSwitch get_CommonDesignerServices();
- Class System.Diagnostics.TraceSwitch get_EventLog();
- Void System.ComponentModel.CompModSwitches();
- property CommonDesignerServices { get(){} set(){} };
- property EventLog { get(){} set(){} };
- }
- class System.ComponentModel.WarningException : System.SystemException
- {
- String helpUrl;
- String helpTopic;
- Void System.ComponentModel.WarningException( String message);
- Void System.ComponentModel.WarningException( String message, String helpUrl);
- Void System.ComponentModel.WarningException( String message, String helpUrl, String helpTopic);
- String get_HelpUrl();
- String get_HelpTopic();
- property HelpUrl { get(){} set(){} };
- property HelpTopic { get(){} set(){} };
- }
- class System.ComponentModel.Win32Exception : System.Runtime.InteropServices.ExternalException
- {
- I4 nativeErrorCode;
- Void System.ComponentModel.Win32Exception();
- Void System.ComponentModel.Win32Exception( I4 error);
- Void System.ComponentModel.Win32Exception( I4 error, String message);
- Void System.ComponentModel.Win32Exception( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- I4 get_NativeErrorCode();
- String GetErrorMessage( I4 error);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- property NativeErrorCode { get(){} set(){} };
- }
- class System.ComponentModel.LicenseManager : System.Object
- {
- Object selfLock;
- Class System.ComponentModel.LicenseContext context;
- Object contextLockHolder;
- Class System.Collections.Hashtable providers;
- Class System.Collections.Hashtable providerInstances;
- Void System.ComponentModel.LicenseManager();
- Class System.ComponentModel.LicenseContext get_CurrentContext();
- Void set_CurrentContext( Class System.ComponentModel.LicenseContext value);
- ValueClass System.ComponentModel.LicenseUsageMode get_UsageMode();
- Void CacheProvider( Class System.Type type, Class System.ComponentModel.LicenseProvider provider);
- Object CreateWithContext( Class System.Type type, Class System.ComponentModel.LicenseContext creationContext);
- Object CreateWithContext( Class System.Type type, Class System.ComponentModel.LicenseContext creationContext, SZArray Object args);
- Boolean GetCachedNoLicenseProvider( Class System.Type type);
- Class System.ComponentModel.LicenseProvider GetCachedProvider( Class System.Type type);
- Class System.ComponentModel.LicenseProvider GetCachedProviderInstance( Class System.Type providerType);
- ValueClass System.RuntimeTypeHandle GetLicenseInteropHelperType();
- Boolean IsLicensed( Class System.Type type);
- Boolean IsValid( Class System.Type type);
- Boolean IsValid( Class System.Type type, Object instance, ByRef Class System.ComponentModel.License license);
- Void LockContext( Object contextUser);
- Void UnlockContext( Object contextUser);
- Boolean ValidateInternal( Class System.Type type, Object instance, Boolean allowExceptions, ByRef Class System.ComponentModel.License license);
- Boolean ValidateInternalRecursive( Class System.ComponentModel.LicenseContext context, Class System.Type type, Object instance, Boolean allowExceptions, ByRef Class System.ComponentModel.License license, ByRef String licenseKey);
- Void Validate( Class System.Type type);
- Class System.ComponentModel.License Validate( Class System.Type type, Object instance);
- Void System.ComponentModel.LicenseManager();
- property CurrentContext { get(){} set(){} };
- property UsageMode { get(){} set(){} };
- }
- class LicenseInteropHelper : System.Object
- {
- I4 S_OK;
- I4 E_NOTIMPL;
- I4 CLASS_E_NOTLICENSED;
- I4 E_FAIL;
- Class System.ComponentModel.Design.DesigntimeLicenseContext helperContext;
- Class System.ComponentModel.LicenseContext savedLicenseContext;
- Class System.Type savedType;
- Object AllocateAndValidateLicense( ValueClass System.RuntimeTypeHandle rth, I bstrKey, I4 fDesignTime);
- I4 RequestLicKey( ValueClass System.RuntimeTypeHandle rth, ByRef I pbstrKey);
- Void GetLicInfo( ValueClass System.RuntimeTypeHandle rth, ByRef I4 pRuntimeKeyAvail, ByRef I4 pLicVerified);
- Void GetCurrentContextInfo( ByRef I4 fDesignTime, ByRef I bstrKey, ValueClass System.RuntimeTypeHandle rth);
- Void SaveKeyInCurrentContext( I bstrKey);
- Void LicenseInteropHelper();
- }
- class CLRLicenseContext : System.ComponentModel.LicenseContext
- {
- ValueClass System.ComponentModel.LicenseUsageMode usageMode;
- Class System.Type type;
- String key;
- Void CLRLicenseContext( ValueClass System.ComponentModel.LicenseUsageMode usageMode, Class System.Type type);
- ValueClass System.ComponentModel.LicenseUsageMode get_UsageMode();
- String GetSavedLicenseKey( Class System.Type type, Class System.Reflection.Assembly resourceAssembly);
- Void SetSavedLicenseKey( Class System.Type type, String key);
- property UsageMode { get(){} set(){} };
- }
- class System.ComponentModel.TypeDescriptor : System.Object
- {
- Class System.Collections.Hashtable cachedComponentEntries;
- Class System.Collections.Hashtable editorTables;
- Class System.Collections.Hashtable attributeCache;
- Class System.ComponentModel.RefreshEventHandler refreshHandler;
- Class System.ComponentModel.IComNativeDescriptorHandler comNativeDescriptorHandler;
- Class System.Diagnostics.TraceSwitch CompDescrSwitch;
- Void System.ComponentModel.TypeDescriptor();
- Class ComponentEntry GetEntry( Object component, Class System.Type componentType);
- Class System.ComponentModel.IComNativeDescriptorHandler get_ComNativeDescriptorHandler();
- Void set_ComNativeDescriptorHandler( Class System.ComponentModel.IComNativeDescriptorHandler value);
- Void add_Refreshed( Class System.ComponentModel.RefreshEventHandler value);
- Void remove_Refreshed( Class System.ComponentModel.RefreshEventHandler value);
- Void AddEditorTable( Class System.Type editorBaseType, Class System.Collections.Hashtable table);