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
- NamespaceCollection.cs
- BitmapData.cs
- TreeNode.cs
- WebPartConnectionsConnectVerb.cs
- DriveNotFoundException.cs
- FixedHighlight.cs
- EntitySetRetriever.cs
- AbstractDataSvcMapFileLoader.cs
- dbdatarecord.cs
- itemelement.cs
- WindowsFormsHostAutomationPeer.cs
- DropShadowEffect.cs
- XmlSchemaAll.cs
- IndicCharClassifier.cs
- SvcFileManager.cs
- SamlAuthorityBinding.cs
- CommandManager.cs
- GenericRootAutomationPeer.cs
- CheckBoxRenderer.cs
- XmlChildEnumerator.cs
- BinaryParser.cs
- MarkupCompilePass1.cs
- ErrorWrapper.cs
- TransformationRules.cs
- SqlDataSourceConfigureSelectPanel.cs
- TraceProvider.cs
- XmlChoiceIdentifierAttribute.cs
- CompilerWrapper.cs
- NotFiniteNumberException.cs
- ImageAutomationPeer.cs
- AnnotationHighlightLayer.cs
- SiteIdentityPermission.cs
- DeliveryRequirementsAttribute.cs
- COAUTHIDENTITY.cs
- TableItemStyle.cs
- DropTarget.cs
- DataGridViewUtilities.cs
- PopupControlService.cs
- PlatformCulture.cs
- PeekCompletedEventArgs.cs
- GestureRecognitionResult.cs
- FontStyle.cs
- WebHttpBehavior.cs
- SimpleWebHandlerParser.cs
- DbConnectionClosed.cs
- ListManagerBindingsCollection.cs
- NegotiateStream.cs
- LastQueryOperator.cs
- ReferenceSchema.cs
- DbProviderServices.cs
- Point3DAnimation.cs
- DeadCharTextComposition.cs
- ConnectionStringsExpressionBuilder.cs
- PolyBezierSegmentFigureLogic.cs
- XmlDictionaryString.cs
- KnownTypesHelper.cs
- GlobalizationSection.cs
- pingexception.cs
- EndpointDiscoveryBehavior.cs
- RtfFormatStack.cs
- PeerNameRegistration.cs
- XmlSchemaSimpleContent.cs
- DynamicMethod.cs
- ResourceProperty.cs
- SQLDateTime.cs
- HtmlInputPassword.cs
- Calendar.cs
- GridViewUpdatedEventArgs.cs
- CustomBinding.cs
- TypeConverterAttribute.cs
- WinInetCache.cs
- ExpandSegment.cs
- EntitySet.cs
- DtdParser.cs
- EntityParameter.cs
- ObservableDictionary.cs
- DateTimeValueSerializerContext.cs
- CategoryNameCollection.cs
- QilChoice.cs
- BinaryConverter.cs
- ContractMapping.cs
- DataView.cs
- Accessible.cs
- GridViewColumnCollectionChangedEventArgs.cs
- PeerConnector.cs
- QueryInterceptorAttribute.cs
- Property.cs
- SelectorAutomationPeer.cs
- CSharpCodeProvider.cs
- DBBindings.cs
- LinqDataSourceSelectEventArgs.cs
- CqlGenerator.cs
- ValidationSummary.cs
- LinqDataSourceSelectEventArgs.cs
- UndoEngine.cs
- ElementMarkupObject.cs
- HorizontalAlignConverter.cs
- _CookieModule.cs
- Faults.cs
- Activation.cs