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
- WebPartDisplayModeEventArgs.cs
- ImageListImageEditor.cs
- SoapDocumentServiceAttribute.cs
- AuthenticatedStream.cs
- TextSearch.cs
- EnumValAlphaComparer.cs
- SAPICategories.cs
- TriState.cs
- Compiler.cs
- SiteMapProvider.cs
- PropertyGridCommands.cs
- Hashtable.cs
- IIS7UserPrincipal.cs
- ShutDownListener.cs
- TypeReference.cs
- DrawingAttributes.cs
- CodeObject.cs
- ColumnClickEvent.cs
- _SafeNetHandles.cs
- SizeAnimation.cs
- TextRangeEdit.cs
- CancellationState.cs
- SafeNativeMethods.cs
- UpdateRecord.cs
- TdsParserHelperClasses.cs
- RadioButtonAutomationPeer.cs
- DefaultTextStoreTextComposition.cs
- MarshalByRefObject.cs
- TypeDescriptor.cs
- UpdateProgress.cs
- ProjectionCamera.cs
- ReadonlyMessageFilter.cs
- RuntimeConfig.cs
- DataGridViewRowCancelEventArgs.cs
- TreeNodeCollection.cs
- GuidelineCollection.cs
- DataList.cs
- WCFBuildProvider.cs
- ConfigurationElementProperty.cs
- OutputScopeManager.cs
- PagePropertiesChangingEventArgs.cs
- SQLInt32.cs
- GcHandle.cs
- ResourceProviderFactory.cs
- LogWriteRestartAreaAsyncResult.cs
- ExceptionRoutedEventArgs.cs
- Registry.cs
- ThreadPool.cs
- DictionaryCustomTypeDescriptor.cs
- isolationinterop.cs
- SecurityContextSecurityTokenAuthenticator.cs
- EdmComplexTypeAttribute.cs
- ServiceDebugElement.cs
- DataObjectSettingDataEventArgs.cs
- XmlSchemaAttributeGroup.cs
- Model3D.cs
- DataServiceClientException.cs
- CaseInsensitiveHashCodeProvider.cs
- FaultCode.cs
- NativeMethods.cs
- LinearGradientBrush.cs
- PerfCounters.cs
- PartialList.cs
- _SSPIWrapper.cs
- SafeCancelMibChangeNotify.cs
- SvcMapFile.cs
- SQLByteStorage.cs
- NativeRightsManagementAPIsStructures.cs
- ControlOperationBehavior.cs
- XmlSchemaCompilationSettings.cs
- IUnknownConstantAttribute.cs
- ApplicationProxyInternal.cs
- StylusPoint.cs
- QilBinary.cs
- MessageSmuggler.cs
- NullableConverter.cs
- DataFieldEditor.cs
- AssertUtility.cs
- filewebrequest.cs
- AutomationPeer.cs
- CodeExpressionStatement.cs
- SHA256.cs
- PersistChildrenAttribute.cs
- XmlQuerySequence.cs
- SQLMembershipProvider.cs
- Pipe.cs
- DiagnosticTraceSource.cs
- LateBoundBitmapDecoder.cs
- Bitmap.cs
- ContainerFilterService.cs
- SQLInt32.cs
- ComponentChangedEvent.cs
- SessionState.cs
- DesignerTransactionCloseEvent.cs
- TextClipboardData.cs
- DataSet.cs
- SmtpLoginAuthenticationModule.cs
- KeyPullup.cs
- DelayedRegex.cs
- EditorPart.cs