Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- HttpInputStream.cs
- PatternMatchRules.cs
- TabletDevice.cs
- WebPartConnectionCollection.cs
- SymbolPair.cs
- EdmItemCollection.cs
- PackageRelationshipCollection.cs
- MobileTemplatedControlDesigner.cs
- PagedDataSource.cs
- DataGridViewCellStyleEditor.cs
- ClientViaElement.cs
- ToolboxItemFilterAttribute.cs
- HierarchicalDataTemplate.cs
- WinFormsSecurity.cs
- DataGridViewColumnDesigner.cs
- InvalidProgramException.cs
- DiagnosticTraceSource.cs
- ClientRuntimeConfig.cs
- FixedSOMPageElement.cs
- Soap.cs
- ContentIterators.cs
- SR.cs
- ReferentialConstraint.cs
- WebPartEditVerb.cs
- FeatureAttribute.cs
- ScrollBarRenderer.cs
- VolatileResourceManager.cs
- GuidConverter.cs
- OleDbParameterCollection.cs
- SiteMapHierarchicalDataSourceView.cs
- SqlCaseSimplifier.cs
- WebPartConnection.cs
- QilLoop.cs
- UnsignedPublishLicense.cs
- OdbcConnectionOpen.cs
- KeyNotFoundException.cs
- EvidenceTypeDescriptor.cs
- OutOfMemoryException.cs
- SubpageParaClient.cs
- xmlglyphRunInfo.cs
- Missing.cs
- TableSectionStyle.cs
- TextLineResult.cs
- ClientRuntimeConfig.cs
- CodeDirectoryCompiler.cs
- DBCSCodePageEncoding.cs
- ExpandableObjectConverter.cs
- PropertyItem.cs
- SqlConnectionFactory.cs
- WebException.cs
- ConnectionManagementSection.cs
- Vector3dCollection.cs
- ToolStripSplitButton.cs
- DescriptionAttribute.cs
- SymbolPair.cs
- FloaterParaClient.cs
- Interlocked.cs
- MethodRental.cs
- MenuEventArgs.cs
- ObjectTag.cs
- NegatedConstant.cs
- DSACryptoServiceProvider.cs
- TypedMessageConverter.cs
- Msec.cs
- CodeIdentifiers.cs
- ResXBuildProvider.cs
- DesignObjectWrapper.cs
- TransactionFormatter.cs
- ListBindableAttribute.cs
- FlowDocumentReaderAutomationPeer.cs
- CapabilitiesState.cs
- IgnorePropertiesAttribute.cs
- UserControl.cs
- FileRecordSequence.cs
- UriTemplateEquivalenceComparer.cs
- Point3DConverter.cs
- TextWriter.cs
- CompoundFileIOPermission.cs
- SiteMapSection.cs
- WebPartAuthorizationEventArgs.cs
- BindingGraph.cs
- FontResourceCache.cs
- GeometryCombineModeValidation.cs
- TextEditorCharacters.cs
- CutCopyPasteHelper.cs
- SubqueryRules.cs
- DrawingAttributeSerializer.cs
- SiteMapPathDesigner.cs
- RepeatButtonAutomationPeer.cs
- SamlAuthenticationStatement.cs
- FontWeight.cs
- PathData.cs
- UniqueIdentifierService.cs
- OleDbParameter.cs
- SkewTransform.cs
- DetailsViewUpdateEventArgs.cs
- ChtmlTextWriter.cs
- DocumentPageViewAutomationPeer.cs
- VideoDrawing.cs
- AnnotationResourceCollection.cs