@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
1,176 lines • 976 kB
JSON
{
"namespace": "System.ComponentModel",
"contributingAssemblies": [
"System.ComponentModel",
"System.ComponentModel.EventBasedAsync",
"System.ComponentModel.Primitives",
"System.ComponentModel.TypeConverter",
"System.ObjectModel",
"System.Private.CoreLib"
],
"types": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindableSupport",
"clrName": "System.ComponentModel.BindableSupport",
"tsEmitName": "BindableSupport",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindableSupport::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindableSupport::NoSystem.ComponentModel.BindableSupport",
"clrName": "No",
"tsEmitName": "no",
"normalizedSignature": "No|System.ComponentModel.BindableSupport|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindableSupport::YesSystem.ComponentModel.BindableSupport",
"clrName": "Yes",
"tsEmitName": "yes",
"normalizedSignature": "Yes|System.ComponentModel.BindableSupport|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindableSupport::DefaultSystem.ComponentModel.BindableSupport",
"clrName": "Default",
"tsEmitName": "default_",
"normalizedSignature": "Default|System.ComponentModel.BindableSupport|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingDirection",
"clrName": "System.ComponentModel.BindingDirection",
"tsEmitName": "BindingDirection",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingDirection::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingDirection::OneWaySystem.ComponentModel.BindingDirection",
"clrName": "OneWay",
"tsEmitName": "oneWay",
"normalizedSignature": "OneWay|System.ComponentModel.BindingDirection|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.BindingDirection::TwoWaySystem.ComponentModel.BindingDirection",
"clrName": "TwoWay",
"tsEmitName": "twoWay",
"normalizedSignature": "TwoWay|System.ComponentModel.BindingDirection|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeAction",
"clrName": "System.ComponentModel.CollectionChangeAction",
"tsEmitName": "CollectionChangeAction",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeAction::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeAction::AddSystem.ComponentModel.CollectionChangeAction",
"clrName": "Add",
"tsEmitName": "add",
"normalizedSignature": "Add|System.ComponentModel.CollectionChangeAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeAction::RemoveSystem.ComponentModel.CollectionChangeAction",
"clrName": "Remove",
"tsEmitName": "remove",
"normalizedSignature": "Remove|System.ComponentModel.CollectionChangeAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeAction::RefreshSystem.ComponentModel.CollectionChangeAction",
"clrName": "Refresh",
"tsEmitName": "refresh",
"normalizedSignature": "Refresh|System.ComponentModel.CollectionChangeAction|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType",
"clrName": "System.ComponentModel.DataObjectMethodType",
"tsEmitName": "DataObjectMethodType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::FillSystem.ComponentModel.DataObjectMethodType",
"clrName": "Fill",
"tsEmitName": "fill",
"normalizedSignature": "Fill|System.ComponentModel.DataObjectMethodType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::SelectSystem.ComponentModel.DataObjectMethodType",
"clrName": "Select",
"tsEmitName": "select",
"normalizedSignature": "Select|System.ComponentModel.DataObjectMethodType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::UpdateSystem.ComponentModel.DataObjectMethodType",
"clrName": "Update",
"tsEmitName": "update",
"normalizedSignature": "Update|System.ComponentModel.DataObjectMethodType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::InsertSystem.ComponentModel.DataObjectMethodType",
"clrName": "Insert",
"tsEmitName": "insert",
"normalizedSignature": "Insert|System.ComponentModel.DataObjectMethodType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.DataObjectMethodType::DeleteSystem.ComponentModel.DataObjectMethodType",
"clrName": "Delete",
"tsEmitName": "delete_",
"normalizedSignature": "Delete|System.ComponentModel.DataObjectMethodType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.DesignerSerializationVisibility",
"clrName": "System.ComponentModel.DesignerSerializationVisibility",
"tsEmitName": "DesignerSerializationVisibility",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.DesignerSerializationVisibility::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.DesignerSerializationVisibility::HiddenSystem.ComponentModel.DesignerSerializationVisibility",
"clrName": "Hidden",
"tsEmitName": "hidden",
"normalizedSignature": "Hidden|System.ComponentModel.DesignerSerializationVisibility|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.DesignerSerializationVisibility::VisibleSystem.ComponentModel.DesignerSerializationVisibility",
"clrName": "Visible",
"tsEmitName": "visible",
"normalizedSignature": "Visible|System.ComponentModel.DesignerSerializationVisibility|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.DesignerSerializationVisibility::ContentSystem.ComponentModel.DesignerSerializationVisibility",
"clrName": "Content",
"tsEmitName": "content",
"normalizedSignature": "Content|System.ComponentModel.DesignerSerializationVisibility|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.Private.CoreLib:System.ComponentModel.EditorBrowsableState",
"clrName": "System.ComponentModel.EditorBrowsableState",
"tsEmitName": "EditorBrowsableState",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.Private.CoreLib:System.ComponentModel.EditorBrowsableState::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.Private.CoreLib:System.ComponentModel.EditorBrowsableState::AlwaysSystem.ComponentModel.EditorBrowsableState",
"clrName": "Always",
"tsEmitName": "always",
"normalizedSignature": "Always|System.ComponentModel.EditorBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.ComponentModel.EditorBrowsableState::NeverSystem.ComponentModel.EditorBrowsableState",
"clrName": "Never",
"tsEmitName": "never_",
"normalizedSignature": "Never|System.ComponentModel.EditorBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.Private.CoreLib:System.ComponentModel.EditorBrowsableState::AdvancedSystem.ComponentModel.EditorBrowsableState",
"clrName": "Advanced",
"tsEmitName": "advanced",
"normalizedSignature": "Advanced|System.ComponentModel.EditorBrowsableState|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.InheritanceLevel",
"clrName": "System.ComponentModel.InheritanceLevel",
"tsEmitName": "InheritanceLevel",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.InheritanceLevel::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.InheritanceLevel::InheritedSystem.ComponentModel.InheritanceLevel",
"clrName": "Inherited",
"tsEmitName": "inherited",
"normalizedSignature": "Inherited|System.ComponentModel.InheritanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.InheritanceLevel::InheritedReadOnlySystem.ComponentModel.InheritanceLevel",
"clrName": "InheritedReadOnly",
"tsEmitName": "inheritedReadOnly",
"normalizedSignature": "InheritedReadOnly|System.ComponentModel.InheritanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.InheritanceLevel::NotInheritedSystem.ComponentModel.InheritanceLevel",
"clrName": "NotInherited",
"tsEmitName": "notInherited",
"normalizedSignature": "NotInherited|System.ComponentModel.InheritanceLevel|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.LicenseUsageMode",
"clrName": "System.ComponentModel.LicenseUsageMode",
"tsEmitName": "LicenseUsageMode",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.LicenseUsageMode::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.LicenseUsageMode::RuntimeSystem.ComponentModel.LicenseUsageMode",
"clrName": "Runtime",
"tsEmitName": "runtime",
"normalizedSignature": "Runtime|System.ComponentModel.LicenseUsageMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.LicenseUsageMode::DesigntimeSystem.ComponentModel.LicenseUsageMode",
"clrName": "Designtime",
"tsEmitName": "designtime",
"normalizedSignature": "Designtime|System.ComponentModel.LicenseUsageMode|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType",
"clrName": "System.ComponentModel.ListChangedType",
"tsEmitName": "ListChangedType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::ResetSystem.ComponentModel.ListChangedType",
"clrName": "Reset",
"tsEmitName": "reset",
"normalizedSignature": "Reset|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::ItemAddedSystem.ComponentModel.ListChangedType",
"clrName": "ItemAdded",
"tsEmitName": "itemAdded",
"normalizedSignature": "ItemAdded|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::ItemDeletedSystem.ComponentModel.ListChangedType",
"clrName": "ItemDeleted",
"tsEmitName": "itemDeleted",
"normalizedSignature": "ItemDeleted|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::ItemMovedSystem.ComponentModel.ListChangedType",
"clrName": "ItemMoved",
"tsEmitName": "itemMoved",
"normalizedSignature": "ItemMoved|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::ItemChangedSystem.ComponentModel.ListChangedType",
"clrName": "ItemChanged",
"tsEmitName": "itemChanged",
"normalizedSignature": "ItemChanged|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::PropertyDescriptorAddedSystem.ComponentModel.ListChangedType",
"clrName": "PropertyDescriptorAdded",
"tsEmitName": "propertyDescriptorAdded",
"normalizedSignature": "PropertyDescriptorAdded|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::PropertyDescriptorDeletedSystem.ComponentModel.ListChangedType",
"clrName": "PropertyDescriptorDeleted",
"tsEmitName": "propertyDescriptorDeleted",
"normalizedSignature": "PropertyDescriptorDeleted|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListChangedType::PropertyDescriptorChangedSystem.ComponentModel.ListChangedType",
"clrName": "PropertyDescriptorChanged",
"tsEmitName": "propertyDescriptorChanged",
"normalizedSignature": "PropertyDescriptorChanged|System.ComponentModel.ListChangedType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListSortDirection",
"clrName": "System.ComponentModel.ListSortDirection",
"tsEmitName": "ListSortDirection",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListSortDirection::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListSortDirection::AscendingSystem.ComponentModel.ListSortDirection",
"clrName": "Ascending",
"tsEmitName": "ascending",
"normalizedSignature": "Ascending|System.ComponentModel.ListSortDirection|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ListSortDirection::DescendingSystem.ComponentModel.ListSortDirection",
"clrName": "Descending",
"tsEmitName": "descending",
"normalizedSignature": "Descending|System.ComponentModel.ListSortDirection|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint",
"clrName": "System.ComponentModel.MaskedTextResultHint",
"tsEmitName": "MaskedTextResultHint",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::UnknownSystem.ComponentModel.MaskedTextResultHint",
"clrName": "Unknown",
"tsEmitName": "unknown_",
"normalizedSignature": "Unknown|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::CharacterEscapedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "CharacterEscaped",
"tsEmitName": "characterEscaped",
"normalizedSignature": "CharacterEscaped|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::NoEffectSystem.ComponentModel.MaskedTextResultHint",
"clrName": "NoEffect",
"tsEmitName": "noEffect",
"normalizedSignature": "NoEffect|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::SideEffectSystem.ComponentModel.MaskedTextResultHint",
"clrName": "SideEffect",
"tsEmitName": "sideEffect",
"normalizedSignature": "SideEffect|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::SuccessSystem.ComponentModel.MaskedTextResultHint",
"clrName": "Success",
"tsEmitName": "success",
"normalizedSignature": "Success|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::AsciiCharacterExpectedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "AsciiCharacterExpected",
"tsEmitName": "asciiCharacterExpected",
"normalizedSignature": "AsciiCharacterExpected|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::AlphanumericCharacterExpectedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "AlphanumericCharacterExpected",
"tsEmitName": "alphanumericCharacterExpected",
"normalizedSignature": "AlphanumericCharacterExpected|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::DigitExpectedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "DigitExpected",
"tsEmitName": "digitExpected",
"normalizedSignature": "DigitExpected|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::LetterExpectedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "LetterExpected",
"tsEmitName": "letterExpected",
"normalizedSignature": "LetterExpected|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::SignedDigitExpectedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "SignedDigitExpected",
"tsEmitName": "signedDigitExpected",
"normalizedSignature": "SignedDigitExpected|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::InvalidInputSystem.ComponentModel.MaskedTextResultHint",
"clrName": "InvalidInput",
"tsEmitName": "invalidInput",
"normalizedSignature": "InvalidInput|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::PromptCharNotAllowedSystem.ComponentModel.MaskedTextResultHint",
"clrName": "PromptCharNotAllowed",
"tsEmitName": "promptCharNotAllowed",
"normalizedSignature": "PromptCharNotAllowed|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::UnavailableEditPositionSystem.ComponentModel.MaskedTextResultHint",
"clrName": "UnavailableEditPosition",
"tsEmitName": "unavailableEditPosition",
"normalizedSignature": "UnavailableEditPosition|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::NonEditPositionSystem.ComponentModel.MaskedTextResultHint",
"clrName": "NonEditPosition",
"tsEmitName": "nonEditPosition",
"normalizedSignature": "NonEditPosition|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.MaskedTextResultHint::PositionOutOfRangeSystem.ComponentModel.MaskedTextResultHint",
"clrName": "PositionOutOfRange",
"tsEmitName": "positionOutOfRange",
"normalizedSignature": "PositionOutOfRange|System.ComponentModel.MaskedTextResultHint|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope",
"clrName": "System.ComponentModel.PropertyTabScope",
"tsEmitName": "PropertyTabScope",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope::StaticSystem.ComponentModel.PropertyTabScope",
"clrName": "Static",
"tsEmitName": "static_",
"normalizedSignature": "Static|System.ComponentModel.PropertyTabScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope::GlobalSystem.ComponentModel.PropertyTabScope",
"clrName": "Global",
"tsEmitName": "global",
"normalizedSignature": "Global|System.ComponentModel.PropertyTabScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope::DocumentSystem.ComponentModel.PropertyTabScope",
"clrName": "Document",
"tsEmitName": "document",
"normalizedSignature": "Document|System.ComponentModel.PropertyTabScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.PropertyTabScope::ComponentSystem.ComponentModel.PropertyTabScope",
"clrName": "Component",
"tsEmitName": "component",
"normalizedSignature": "Component|System.ComponentModel.PropertyTabScope|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.RefreshProperties",
"clrName": "System.ComponentModel.RefreshProperties",
"tsEmitName": "RefreshProperties",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.RefreshProperties::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.RefreshProperties::NoneSystem.ComponentModel.RefreshProperties",
"clrName": "None",
"tsEmitName": "none",
"normalizedSignature": "None|System.ComponentModel.RefreshProperties|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.RefreshProperties::AllSystem.ComponentModel.RefreshProperties",
"clrName": "All",
"tsEmitName": "all",
"normalizedSignature": "All|System.ComponentModel.RefreshProperties|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.Primitives:System.ComponentModel.RefreshProperties::RepaintSystem.ComponentModel.RefreshProperties",
"clrName": "Repaint",
"tsEmitName": "repaint",
"normalizedSignature": "Repaint|System.ComponentModel.RefreshProperties|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType",
"clrName": "System.ComponentModel.ToolboxItemFilterType",
"tsEmitName": "ToolboxItemFilterType",
"kind": "Enum",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [],
"properties": [],
"fields": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType::value__System.Int32",
"clrName": "value__",
"tsEmitName": "value__",
"normalizedSignature": "value__|System.Int32|static=false|const=false",
"isStatic": false,
"isReadOnly": false,
"isLiteral": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType::AllowSystem.ComponentModel.ToolboxItemFilterType",
"clrName": "Allow",
"tsEmitName": "allow",
"normalizedSignature": "Allow|System.ComponentModel.ToolboxItemFilterType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType::CustomSystem.ComponentModel.ToolboxItemFilterType",
"clrName": "Custom",
"tsEmitName": "custom",
"normalizedSignature": "Custom|System.ComponentModel.ToolboxItemFilterType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType::PreventSystem.ComponentModel.ToolboxItemFilterType",
"clrName": "Prevent",
"tsEmitName": "prevent",
"normalizedSignature": "Prevent|System.ComponentModel.ToolboxItemFilterType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.ToolboxItemFilterType::RequireSystem.ComponentModel.ToolboxItemFilterType",
"clrName": "Require",
"tsEmitName": "require",
"normalizedSignature": "Require|System.ComponentModel.ToolboxItemFilterType|static=true|const=true",
"isStatic": true,
"isReadOnly": false,
"isLiteral": true
}
],
"events": [],
"constructors": []
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.AddingNewEventHandler",
"clrName": "System.ComponentModel.AddingNewEventHandler",
"tsEmitName": "AddingNewEventHandler",
"kind": "Delegate",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.AddingNewEventHandler::Invoke(System.Object,System.ComponentModel.AddingNewEventArgs):System.Void",
"clrName": "Invoke",
"tsEmitName": "invoke",
"normalizedSignature": "Invoke|(System.Object,System.ComponentModel.AddingNewEventArgs):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.AddingNewEventHandler::BeginInvoke(System.Object,System.ComponentModel.AddingNewEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "beginInvoke",
"normalizedSignature": "BeginInvoke|(System.Object,System.ComponentModel.AddingNewEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.AddingNewEventHandler::EndInvoke(System.IAsyncResult):System.Void",
"clrName": "EndInvoke",
"tsEmitName": "endInvoke",
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.ComponentModel.EventBasedAsync:System.ComponentModel.AsyncCompletedEventHandler",
"clrName": "System.ComponentModel.AsyncCompletedEventHandler",
"tsEmitName": "AsyncCompletedEventHandler",
"kind": "Delegate",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.ComponentModel.EventBasedAsync:System.ComponentModel.AsyncCompletedEventHandler::Invoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs):System.Void",
"clrName": "Invoke",
"tsEmitName": "invoke",
"normalizedSignature": "Invoke|(System.Object,System.ComponentModel.AsyncCompletedEventArgs):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.EventBasedAsync:System.ComponentModel.AsyncCompletedEventHandler::BeginInvoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "beginInvoke",
"normalizedSignature": "BeginInvoke|(System.Object,System.ComponentModel.AsyncCompletedEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.EventBasedAsync:System.ComponentModel.AsyncCompletedEventHandler::EndInvoke(System.IAsyncResult):System.Void",
"clrName": "EndInvoke",
"tsEmitName": "endInvoke",
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CancelEventHandler",
"clrName": "System.ComponentModel.CancelEventHandler",
"tsEmitName": "CancelEventHandler",
"kind": "Delegate",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CancelEventHandler::Invoke(System.Object,System.ComponentModel.CancelEventArgs):System.Void",
"clrName": "Invoke",
"tsEmitName": "invoke",
"normalizedSignature": "Invoke|(System.Object,System.ComponentModel.CancelEventArgs):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CancelEventHandler::BeginInvoke(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "beginInvoke",
"normalizedSignature": "BeginInvoke|(System.Object,System.ComponentModel.CancelEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CancelEventHandler::EndInvoke(System.IAsyncResult):System.Void",
"clrName": "EndInvoke",
"tsEmitName": "endInvoke",
"normalizedSignature": "EndInvoke|(System.IAsyncResult):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 1,
"isExtensionMethod": false
}
],
"properties": [],
"fields": [],
"events": [],
"constructors": [
{
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
"isStatic": false,
"parameterCount": 2
}
]
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeEventHandler",
"clrName": "System.ComponentModel.CollectionChangeEventHandler",
"tsEmitName": "CollectionChangeEventHandler",
"kind": "Delegate",
"accessibility": "Public",
"isAbstract": false,
"isSealed": true,
"isStatic": false,
"arity": 0,
"methods": [
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeEventHandler::Invoke(System.Object,System.ComponentModel.CollectionChangeEventArgs):System.Void",
"clrName": "Invoke",
"tsEmitName": "invoke",
"normalizedSignature": "Invoke|(System.Object,System.ComponentModel.CollectionChangeEventArgs):System.Void|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 2,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeEventHandler::BeginInvoke(System.Object,System.ComponentModel.CollectionChangeEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult",
"clrName": "BeginInvoke",
"tsEmitName": "beginInvoke",
"normalizedSignature": "BeginInvoke|(System.Object,System.ComponentModel.CollectionChangeEventArgs,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
"provenance": "Original",
"emitScope": "ClassSurface",
"isStatic": false,
"isAbstract": false,
"isVirtual": true,
"isOverride": false,
"isSealed": false,
"arity": 0,
"parameterCount": 4,
"isExtensionMethod": false
},
{
"stableId": "System.ComponentModel.TypeConverter:System.ComponentModel.CollectionChangeEventHandler::EndInvoke(System.IAsyncResult):System.Void",
"clrName": "EndInvoke",
"tsEmitName": "endInvoke",
"normalizedSignature":