Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / CompMod / System / Diagnostics / SwitchLevelAttribute.cs / 1 / SwitchLevelAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Reflection; using System.Collections; namespace System.Diagnostics { [AttributeUsage(AttributeTargets.Class)] public sealed class SwitchLevelAttribute : Attribute { private Type type; public SwitchLevelAttribute (Type switchLevelType) { SwitchLevelType = switchLevelType; } public Type SwitchLevelType { get { return type;} set { if (value == null) throw new ArgumentNullException("value"); type = value; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocalizedNameDescriptionPair.cs
- DependencyPropertyKey.cs
- ConfigPathUtility.cs
- DaylightTime.cs
- SrgsNameValueTag.cs
- RuleValidation.cs
- ExpandSegment.cs
- TransformerTypeCollection.cs
- CompilationLock.cs
- ActivityExecutionWorkItem.cs
- ParseHttpDate.cs
- ConnectionPoolManager.cs
- ColorConverter.cs
- EventData.cs
- IgnoreFileBuildProvider.cs
- URIFormatException.cs
- Crc32.cs
- LocalFileSettingsProvider.cs
- DataGridViewIntLinkedList.cs
- ApplicationContext.cs
- CodeBinaryOperatorExpression.cs
- DataTableCollection.cs
- FontNamesConverter.cs
- PropertyGridView.cs
- Root.cs
- URL.cs
- ObjRef.cs
- SHA256Managed.cs
- AliasGenerator.cs
- ThreadExceptionEvent.cs
- ItemsControl.cs
- MutexSecurity.cs
- InstanceCreationEditor.cs
- XmlDictionary.cs
- DbParameterHelper.cs
- IriParsingElement.cs
- ByteAnimationUsingKeyFrames.cs
- ListControlDataBindingHandler.cs
- MessageDecoder.cs
- DbConnectionFactory.cs
- X509Certificate2Collection.cs
- XmlDataSourceNodeDescriptor.cs
- PassportAuthenticationModule.cs
- MessageContractAttribute.cs
- SqlIdentifier.cs
- TypeUtils.cs
- WebRequestModuleElementCollection.cs
- AssemblyGen.cs
- StrokeNode.cs
- XmlCharCheckingWriter.cs
- UpdateCompiler.cs
- COM2TypeInfoProcessor.cs
- EntityException.cs
- CharStorage.cs
- StyleSelector.cs
- Debug.cs
- LogWriteRestartAreaAsyncResult.cs
- AccessDataSourceView.cs
- HttpCacheVaryByContentEncodings.cs
- DispatchWrapper.cs
- InputProviderSite.cs
- OleDbMetaDataFactory.cs
- TemplateKeyConverter.cs
- SqlExpander.cs
- ImageSource.cs
- EncoderParameter.cs
- ServiceCredentialsElement.cs
- DllNotFoundException.cs
- WebPartDisplayModeCollection.cs
- XmlText.cs
- ToolTipAutomationPeer.cs
- ClusterRegistryConfigurationProvider.cs
- BitmapEffectInput.cs
- ScalarOps.cs
- NativeMethods.cs
- HandlerFactoryCache.cs
- PageHandlerFactory.cs
- ManagementException.cs
- ApplicationManager.cs
- CommonDialog.cs
- ByteFacetDescriptionElement.cs
- GiveFeedbackEvent.cs
- UIElement.cs
- ExcCanonicalXml.cs
- XhtmlTextWriter.cs
- BindingRestrictions.cs
- HandleExceptionArgs.cs
- ThreadInterruptedException.cs
- DebuggerService.cs
- httpserverutility.cs
- MgmtConfigurationRecord.cs
- RoutedEventValueSerializer.cs
- TemplateBamlTreeBuilder.cs
- ToolStripManager.cs
- ButtonAutomationPeer.cs
- SmiEventSink_Default.cs
- ReflectionHelper.cs
- RenderingBiasValidation.cs
- DependencyPropertyHelper.cs
- SmiMetaData.cs