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
- LoadMessageLogger.cs
- MgmtResManager.cs
- TextTreeTextElementNode.cs
- DateTimeEditor.cs
- OLEDB_Util.cs
- WindowsPrincipal.cs
- InputReportEventArgs.cs
- WsatConfiguration.cs
- XslAstAnalyzer.cs
- ComboBoxItem.cs
- BindingEntityInfo.cs
- PLINQETWProvider.cs
- SelectionEditor.cs
- SafeNativeMethodsCLR.cs
- CheckBoxList.cs
- CheckBoxStandardAdapter.cs
- MonthCalendar.cs
- MDIClient.cs
- RegionInfo.cs
- SEHException.cs
- MediaTimeline.cs
- ExtenderControl.cs
- AttributeProviderAttribute.cs
- SendMessageChannelCache.cs
- DuplicateWaitObjectException.cs
- TableItemProviderWrapper.cs
- FileVersionInfo.cs
- EventTask.cs
- ExceptionHandlerDesigner.cs
- WebPartConnectionsCloseVerb.cs
- Wizard.cs
- TemplateControlParser.cs
- Query.cs
- RegexMatch.cs
- MimeMultiPart.cs
- PropertyDescriptorCollection.cs
- SoapIgnoreAttribute.cs
- OdbcTransaction.cs
- DefaultParameterValueAttribute.cs
- SocketException.cs
- EUCJPEncoding.cs
- HttpInputStream.cs
- ParseHttpDate.cs
- HtmlForm.cs
- Int64Storage.cs
- SelectedCellsCollection.cs
- PeerMaintainer.cs
- ContentPosition.cs
- CalendarDateRange.cs
- WebPartEditorCancelVerb.cs
- CTreeGenerator.cs
- BinarySecretKeyIdentifierClause.cs
- SortDescriptionCollection.cs
- QueryGenerator.cs
- MessageSmuggler.cs
- ReversePositionQuery.cs
- VisualBrush.cs
- OciLobLocator.cs
- FamilyTypefaceCollection.cs
- TransformerInfoCollection.cs
- DataServiceException.cs
- CodeTypeParameter.cs
- xml.cs
- CodeLinePragma.cs
- FormatterServices.cs
- DeploymentExceptionMapper.cs
- HwndTarget.cs
- CompleteWizardStep.cs
- TypeUtil.cs
- DispatchWrapper.cs
- _SSPISessionCache.cs
- VisualStates.cs
- SynchronizingStream.cs
- LinkLabel.cs
- ApplicationCommands.cs
- RequestQueue.cs
- QilCloneVisitor.cs
- UnregisterInfo.cs
- IdentifierService.cs
- StringResourceManager.cs
- ClientScriptManager.cs
- HierarchicalDataSourceControl.cs
- SqlDataSourceEnumerator.cs
- sqlpipe.cs
- ProcessProtocolHandler.cs
- AlphaSortedEnumConverter.cs
- WindowsGraphicsWrapper.cs
- WriterOutput.cs
- SchemaElementDecl.cs
- WsdlBuildProvider.cs
- DesignSurfaceServiceContainer.cs
- IncrementalReadDecoders.cs
- LocalTransaction.cs
- StretchValidation.cs
- ParameterExpression.cs
- PanelStyle.cs
- HtmlTableCell.cs
- TargetInvocationException.cs
- ReflectionHelper.cs
- DataServiceQueryException.cs