Code:
/ DotNET / DotNET / 8.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
- DiagnosticStrings.cs
- ZipIOExtraFieldPaddingElement.cs
- ManagementNamedValueCollection.cs
- ThreadAbortException.cs
- CodePrimitiveExpression.cs
- CommandBindingCollection.cs
- RevocationPoint.cs
- InheritanceContextHelper.cs
- ResourcesBuildProvider.cs
- Int64Animation.cs
- DependentTransaction.cs
- FontDriver.cs
- MouseActionValueSerializer.cs
- ListDesigner.cs
- SendAgentStatusRequest.cs
- IndexingContentUnit.cs
- DataGrid.cs
- WebHttpBindingCollectionElement.cs
- MimeTypeAttribute.cs
- ScriptingRoleServiceSection.cs
- ModelTreeManager.cs
- ScriptComponentDescriptor.cs
- ViewCellRelation.cs
- WebPartEditVerb.cs
- ObjectKeyFrameCollection.cs
- ReflectionPermission.cs
- XNodeValidator.cs
- StringUtil.cs
- MaterialGroup.cs
- InstalledFontCollection.cs
- ByteStreamBufferedMessageData.cs
- WebReferenceOptions.cs
- BitmapEffectvisualstate.cs
- UpdateManifestForBrowserApplication.cs
- QueueProcessor.cs
- MultiSelectRootGridEntry.cs
- DispatcherObject.cs
- TypeSystem.cs
- DataList.cs
- PriorityRange.cs
- SimpleHandlerBuildProvider.cs
- Panel.cs
- TextCompositionEventArgs.cs
- SqlDataAdapter.cs
- ToggleButtonAutomationPeer.cs
- SqlDataSourceAdvancedOptionsForm.cs
- HostingEnvironmentSection.cs
- PointCollection.cs
- CreateUserErrorEventArgs.cs
- Transform3DCollection.cs
- ADMembershipProvider.cs
- OpCodes.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- DictionaryChange.cs
- QilExpression.cs
- DBSchemaRow.cs
- DataServiceException.cs
- StatusBarItemAutomationPeer.cs
- ThemeDictionaryExtension.cs
- ContourSegment.cs
- XmlSortKey.cs
- TakeOrSkipWhileQueryOperator.cs
- ImmComposition.cs
- QilGeneratorEnv.cs
- TreeIterator.cs
- BaseParagraph.cs
- LOSFormatter.cs
- TreeNode.cs
- Rect.cs
- DataServiceRequest.cs
- PrivacyNoticeElement.cs
- CryptoProvider.cs
- DataTemplateKey.cs
- FormsAuthenticationModule.cs
- errorpatternmatcher.cs
- EdmConstants.cs
- StatusBarAutomationPeer.cs
- DocumentPaginator.cs
- Style.cs
- Attribute.cs
- RunClient.cs
- ConnectionConsumerAttribute.cs
- SchemaDeclBase.cs
- Parallel.cs
- DataPagerFieldItem.cs
- Int32Rect.cs
- ValueQuery.cs
- ReachDocumentReferenceSerializerAsync.cs
- XmlSchemaDocumentation.cs
- EventSetterHandlerConverter.cs
- PageCodeDomTreeGenerator.cs
- WorkflowItemsPresenter.cs
- DbConnectionStringCommon.cs
- RequestNavigateEventArgs.cs
- TakeQueryOptionExpression.cs
- MatrixCamera.cs
- DataMemberFieldConverter.cs
- XmlQueryTypeFactory.cs
- DoubleLinkListEnumerator.cs
- Activity.cs