Runtime statistics on CLR exception handling. |
Статистика обработки исключений CLR в ходе выполнения. |
RoutedEvent/EventPrivateKey limit exceeded. Routed events or EventPrivateKey for CLR events are typically static class members registered with field initializers or static constructors. In this case, routed events or EventPrivateKeys might be getting initialized in instance constructors, causing the limit to be exceeded. |
Превышен предел RoutedEvent/EventPrivateKey. Перенаправляемые события или EventPrivateKey для событий CLR обычно являются статическими элементами класса, зарегистрированные инициализаторами полей или статическими конструкторами. В этом случае перенаправляемые события или EventPrivateKeys могут инициализироваться в конструкторах экземпляров, что приводит к превышению предела. |
In as much as the Common Language Runtime (CLR) provides a common platform for statically typed languages like VB.NET and C#, the Dynamic Language Runtime provides a common platform for dynamically typed languages like JavaScript, Ruby, Python, and even legacy COM components. |
Поскольку общеязыковая среда исполнения (CLR) обеспечивает общую платформу для таких статически типизированных языков, как VB.NET и C , динамическая языковая исполнимая среда(DLR) обеспечивает общую платформу для таких динамически типизированных языков, как JavaScript, Ruby, Python и даже наследование COM компонентов. |
DependencyProperty': 'does not have an associated CLR property. All non-attached Dependency Properties should have a corresponding CLR property. |
У свойства DependencyProperty: нет связанного свойства CLR. Все неприкрепленные свойства DependencyProperty должны иметь соответствующее свойство CLR. |
When the compiler sees a custom attribute it will generate custom metadata that is not recognised by the CLR. |
Когда компилятор находит пользовательский атрибут, то он создает пользовательские метаданные, нераспознаваемые средой CLR. |