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
- RequestResponse.cs
- EpmSyndicationContentDeSerializer.cs
- ObjectListDesigner.cs
- MetadataArtifactLoaderResource.cs
- UnsafeNativeMethods.cs
- TrackBar.cs
- UnsafeNativeMethods.cs
- ResourceExpressionEditorSheet.cs
- LoginUtil.cs
- XmlIncludeAttribute.cs
- TemplateControl.cs
- ImageAnimator.cs
- PolyBezierSegment.cs
- LocationSectionRecord.cs
- UrlParameterWriter.cs
- EventWaitHandleSecurity.cs
- TextRange.cs
- WindowsNonControl.cs
- RunClient.cs
- ContextStack.cs
- ModuleElement.cs
- LineServicesCallbacks.cs
- TempFiles.cs
- ExpressionWriter.cs
- ResourceCategoryAttribute.cs
- RuleRef.cs
- DataServiceBehavior.cs
- FillRuleValidation.cs
- ThaiBuddhistCalendar.cs
- PrincipalPermission.cs
- selecteditemcollection.cs
- ImageAnimator.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- WindowsContainer.cs
- ConstantExpression.cs
- DynamicDataManager.cs
- ExclusiveHandle.cs
- WrappedIUnknown.cs
- documentsequencetextpointer.cs
- DetailsViewModeEventArgs.cs
- SqlPersonalizationProvider.cs
- SupportingTokenChannel.cs
- ContentType.cs
- regiisutil.cs
- DirtyTextRange.cs
- ImageSource.cs
- LocalFileSettingsProvider.cs
- FilterableAttribute.cs
- DemultiplexingClientMessageFormatter.cs
- DbConvert.cs
- PersistenceTypeAttribute.cs
- DataSetMappper.cs
- EncodingInfo.cs
- PageAsyncTask.cs
- TypeConverterHelper.cs
- AsyncCompletedEventArgs.cs
- CodeNamespace.cs
- CompositeFontFamily.cs
- LinqDataSourceStatusEventArgs.cs
- Thread.cs
- RedBlackList.cs
- SqlFileStream.cs
- Configuration.cs
- Process.cs
- ToolStripContextMenu.cs
- ObjectViewEntityCollectionData.cs
- ComplexType.cs
- EnumType.cs
- ExpressionBindingCollection.cs
- StreamWithDictionary.cs
- WCFBuildProvider.cs
- MessageBox.cs
- SystemColorTracker.cs
- ConditionCollection.cs
- ElementMarkupObject.cs
- TaiwanCalendar.cs
- AutomationPatternInfo.cs
- TdsValueSetter.cs
- DisposableCollectionWrapper.cs
- PixelFormats.cs
- DataGridHeaderBorder.cs
- SqlFunctionAttribute.cs
- _DomainName.cs
- DurableServiceAttribute.cs
- CatalogPartChrome.cs
- SchemaSetCompiler.cs
- SimpleType.cs
- XmlNotation.cs
- CodeSnippetCompileUnit.cs
- VirtualizingPanel.cs
- CodeSubDirectoriesCollection.cs
- SystemThemeKey.cs
- IpcServerChannel.cs
- LinkClickEvent.cs
- DLinqColumnProvider.cs
- FixedPageAutomationPeer.cs
- RefType.cs
- DocumentGrid.cs
- DataGridHeaderBorder.cs
- SchemaElementDecl.cs