Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Reflection / ObfuscationAttribute.cs / 1 / ObfuscationAttribute.cs
using System; using System.Reflection; namespace System.Reflection { [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Parameter | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Delegate, AllowMultiple = true, Inherited = false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ObfuscationAttribute: Attribute { private bool m_strip = true; private bool m_exclude = true; private bool m_applyToMembers = true; private string m_feature = "all"; public ObfuscationAttribute() { } public bool StripAfterObfuscation { get { return m_strip; } set { m_strip = value; } } public bool Exclude { get { return m_exclude; } set { m_exclude = value; } } public bool ApplyToMembers { get { return m_applyToMembers; } set { m_applyToMembers = value; } } public string Feature { get { return m_feature; } set { m_feature = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Reflection; namespace System.Reflection { [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Method | AttributeTargets.Parameter | AttributeTargets.Field | AttributeTargets.Property | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Delegate, AllowMultiple = true, Inherited = false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ObfuscationAttribute: Attribute { private bool m_strip = true; private bool m_exclude = true; private bool m_applyToMembers = true; private string m_feature = "all"; public ObfuscationAttribute() { } public bool StripAfterObfuscation { get { return m_strip; } set { m_strip = value; } } public bool Exclude { get { return m_exclude; } set { m_exclude = value; } } public bool ApplyToMembers { get { return m_applyToMembers; } set { m_applyToMembers = value; } } public string Feature { get { return m_feature; } set { m_feature = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContactManager.cs
- Msmq4SubqueuePoisonHandler.cs
- TdsParser.cs
- PackageRelationshipCollection.cs
- DataGridViewCellCancelEventArgs.cs
- GcSettings.cs
- HierarchicalDataSourceControl.cs
- SimpleHandlerFactory.cs
- QueryParameter.cs
- HttpCookiesSection.cs
- Italic.cs
- TypeInformation.cs
- ResourcesChangeInfo.cs
- EntityParameterCollection.cs
- SimpleLine.cs
- CancelEventArgs.cs
- HttpModuleAction.cs
- XmlArrayAttribute.cs
- AggregateException.cs
- XmlSchemaComplexContentExtension.cs
- WaitForChangedResult.cs
- ImageFormat.cs
- ConfigUtil.cs
- EncoderFallback.cs
- SortableBindingList.cs
- ResourceSetExpression.cs
- InputLanguageSource.cs
- TrackingServices.cs
- Trigger.cs
- InertiaRotationBehavior.cs
- Subtree.cs
- DesignerAdRotatorAdapter.cs
- Animatable.cs
- RootProfilePropertySettingsCollection.cs
- SHA512Managed.cs
- WsatRegistrationHeader.cs
- TypeToArgumentTypeConverter.cs
- DataTemplateKey.cs
- DateTime.cs
- PathTooLongException.cs
- BoundsDrawingContextWalker.cs
- AbsoluteQuery.cs
- BatchWriter.cs
- EntityUtil.cs
- TextFormatter.cs
- ObjectAnimationBase.cs
- StringExpressionSet.cs
- AnimationException.cs
- XPathNavigatorKeyComparer.cs
- FormsAuthenticationModule.cs
- KeysConverter.cs
- Attributes.cs
- FontFamily.cs
- XmlEncodedRawTextWriter.cs
- WinInetCache.cs
- DoubleKeyFrameCollection.cs
- StackOverflowException.cs
- TreeNodeCollectionEditorDialog.cs
- ObjectDataSourceMethodEventArgs.cs
- MethodBuilder.cs
- AssemblyContextControlItem.cs
- BuildTopDownAttribute.cs
- DbException.cs
- UIElementCollection.cs
- UIElementParaClient.cs
- Helper.cs
- ObjectConverter.cs
- HashMembershipCondition.cs
- MultipartContentParser.cs
- JsonDeserializer.cs
- FeatureManager.cs
- GcHandle.cs
- WorkflowServiceHostFactory.cs
- Hyperlink.cs
- DefaultHttpHandler.cs
- ErrorRuntimeConfig.cs
- ResourceSetExpression.cs
- MapPathBasedVirtualPathProvider.cs
- TextTreeUndo.cs
- Authorization.cs
- ErrorHandler.cs
- DataGridViewRowHeaderCell.cs
- PerformanceCounterNameAttribute.cs
- MultipleViewPattern.cs
- ProcessingInstructionAction.cs
- CustomErrorCollection.cs
- X509CertificateCollection.cs
- ObjectStateManager.cs
- DefaultValueTypeConverter.cs
- AuthenticationConfig.cs
- DependencyObjectPropertyDescriptor.cs
- CommonProperties.cs
- ThreadAbortException.cs
- FileAuthorizationModule.cs
- IndicCharClassifier.cs
- OneToOneMappingSerializer.cs
- SqlDataReaderSmi.cs
- RegexCode.cs
- XMLDiffLoader.cs
- Panel.cs