Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripPanelRow.cs
- DictionaryEditChange.cs
- TypeCollectionPropertyEditor.cs
- MailMessageEventArgs.cs
- HttpAsyncResult.cs
- RequestCacheEntry.cs
- ObjectPersistData.cs
- SplitterPanel.cs
- Base64Stream.cs
- XPathPatternBuilder.cs
- DocumentPaginator.cs
- DbConnectionPoolGroupProviderInfo.cs
- BasePattern.cs
- SafeEventLogWriteHandle.cs
- ComponentEditorForm.cs
- ToggleProviderWrapper.cs
- DataGridColumnHeaderAutomationPeer.cs
- SemaphoreFullException.cs
- LinqDataSourceStatusEventArgs.cs
- InkPresenterAutomationPeer.cs
- UnsafeNativeMethodsCLR.cs
- RegexCharClass.cs
- FixedPage.cs
- IsolationInterop.cs
- UserInitiatedNavigationPermission.cs
- DebugView.cs
- entitydatasourceentitysetnameconverter.cs
- DesignerDataParameter.cs
- ObjectAnimationBase.cs
- SelectionChangedEventArgs.cs
- EventProvider.cs
- SqlDataSourceFilteringEventArgs.cs
- X509ChainPolicy.cs
- XmlSchemaInfo.cs
- ListViewInsertedEventArgs.cs
- RsaSecurityTokenAuthenticator.cs
- FixedSOMFixedBlock.cs
- DefaultObjectMappingItemCollection.cs
- ContentTypeSettingClientMessageFormatter.cs
- ReceiveActivityValidator.cs
- TypeLibConverter.cs
- XamlPathDataSerializer.cs
- BinaryHeap.cs
- WebBrowserHelper.cs
- _SingleItemRequestCache.cs
- TextAction.cs
- RegexMatch.cs
- RolePrincipal.cs
- CompiledQuery.cs
- TransformValueSerializer.cs
- StandardBindingReliableSessionElement.cs
- RegisteredHiddenField.cs
- SystemParameters.cs
- PixelFormatConverter.cs
- MdImport.cs
- ValidatorCompatibilityHelper.cs
- ListBoxItemAutomationPeer.cs
- Rect.cs
- AppDomainUnloadedException.cs
- Aggregates.cs
- IssuerInformation.cs
- FunctionNode.cs
- Panel.cs
- RemoteWebConfigurationHostStream.cs
- ResourceKey.cs
- AsymmetricKeyExchangeFormatter.cs
- BindStream.cs
- CalendarDateRange.cs
- webclient.cs
- AppearanceEditorPart.cs
- SystemIPGlobalProperties.cs
- OrthographicCamera.cs
- ClientSettingsStore.cs
- SoapEnumAttribute.cs
- XmlSerializerAssemblyAttribute.cs
- X509CertificateValidator.cs
- AccessViolationException.cs
- NetworkStream.cs
- DispatcherTimer.cs
- Utilities.cs
- ArgumentException.cs
- GlobalEventManager.cs
- OleDbCommand.cs
- FunctionDescription.cs
- TouchesCapturedWithinProperty.cs
- MarkedHighlightComponent.cs
- TransformPatternIdentifiers.cs
- ExpressionBindingCollection.cs
- RoutedEventConverter.cs
- XmlName.cs
- XmlQueryRuntime.cs
- AutomationIdentifierGuids.cs
- MimeMultiPart.cs
- XmlSchemaObjectCollection.cs
- KernelTypeValidation.cs
- LayoutEditorPart.cs
- StructuredProperty.cs
- TextServicesCompartmentEventSink.cs
- RuleProcessor.cs
- GenericTextProperties.cs