Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- StyleConverter.cs
- SHA384.cs
- GcSettings.cs
- Camera.cs
- SQLBinaryStorage.cs
- counter.cs
- ReadWriteControlDesigner.cs
- RegionInfo.cs
- SurrogateEncoder.cs
- DocumentPage.cs
- SSmlParser.cs
- RefreshPropertiesAttribute.cs
- DataTable.cs
- EntityDataSourceWizardForm.cs
- nulltextcontainer.cs
- WindowsGraphicsWrapper.cs
- CmsInterop.cs
- EditorZone.cs
- Sql8ExpressionRewriter.cs
- AVElementHelper.cs
- X509ChainElement.cs
- XPathScanner.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- coordinatorscratchpad.cs
- BitArray.cs
- TextPenaltyModule.cs
- ProxyAttribute.cs
- GenericXmlSecurityToken.cs
- WindowsFormsSectionHandler.cs
- ProcessRequestArgs.cs
- LookupBindingPropertiesAttribute.cs
- ContentControl.cs
- TrackPoint.cs
- GradientBrush.cs
- LayoutUtils.cs
- IxmlLineInfo.cs
- TcpPortSharing.cs
- CounterCreationDataCollection.cs
- TextUtf8RawTextWriter.cs
- OrderPreservingSpoolingTask.cs
- ConvertersCollection.cs
- PageRanges.cs
- RegexMatch.cs
- ToolStripSeparator.cs
- EntityProxyFactory.cs
- recordstatefactory.cs
- DataObject.cs
- SignerInfo.cs
- TreeNodeCollection.cs
- SoapSchemaExporter.cs
- XmlNamespaceMappingCollection.cs
- ComProxy.cs
- TableLayoutPanelCodeDomSerializer.cs
- TraceUtility.cs
- IsolatedStoragePermission.cs
- Setter.cs
- Scripts.cs
- BamlTreeUpdater.cs
- XmlSchemaValidationException.cs
- AudioSignalProblemOccurredEventArgs.cs
- DynamicPropertyHolder.cs
- RubberbandSelector.cs
- TdsParserHelperClasses.cs
- ConfigXmlDocument.cs
- ObjectConverter.cs
- OutputCacheSection.cs
- WSHttpBindingElement.cs
- DefaultPropertiesToSend.cs
- EntityDataSourceWrapper.cs
- NumberFormatInfo.cs
- codemethodreferenceexpression.cs
- DbDeleteCommandTree.cs
- WebBrowserUriTypeConverter.cs
- CheckBox.cs
- CultureInfo.cs
- SamlConditions.cs
- MonikerSyntaxException.cs
- WebUtil.cs
- HtmlShim.cs
- ColumnWidthChangedEvent.cs
- PersianCalendar.cs
- FormViewPageEventArgs.cs
- LazyInitializer.cs
- AppDomainUnloadedException.cs
- LoginName.cs
- DateTime.cs
- JoinSymbol.cs
- MsmqDecodeHelper.cs
- CustomCredentialPolicy.cs
- UrlMapping.cs
- DetailsViewInsertEventArgs.cs
- ClientSponsor.cs
- SpotLight.cs
- TypeSystem.cs
- UriTemplateDispatchFormatter.cs
- PageHandlerFactory.cs
- PrimitiveCodeDomSerializer.cs
- ProviderUtil.cs
- ObjectSet.cs
- FileLevelControlBuilderAttribute.cs