Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Reflection / ObfuscateAssemblyAttribute.cs / 1 / ObfuscateAssemblyAttribute.cs
using System; using System.Reflection; namespace System.Reflection { [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ObfuscateAssemblyAttribute : Attribute { private bool m_assemblyIsPrivate; private bool m_strip = true; public ObfuscateAssemblyAttribute(bool assemblyIsPrivate) { m_assemblyIsPrivate = assemblyIsPrivate; } public bool AssemblyIsPrivate { get { return m_assemblyIsPrivate; } } public bool StripAfterObfuscation { get { return m_strip; } set { m_strip = value; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StrokeNode.cs
- Operand.cs
- SignerInfo.cs
- NullReferenceException.cs
- EpmTargetTree.cs
- __Filters.cs
- BuildManagerHost.cs
- DeriveBytes.cs
- WebPartTransformer.cs
- RemotingConfiguration.cs
- SID.cs
- UpdatePanelTriggerCollection.cs
- HttpInputStream.cs
- CommandDevice.cs
- DesignTimeSiteMapProvider.cs
- DataRelationPropertyDescriptor.cs
- CryptographicAttribute.cs
- ProviderException.cs
- PublisherMembershipCondition.cs
- ToolStripItemTextRenderEventArgs.cs
- WmlImageAdapter.cs
- DirectoryRedirect.cs
- InputScopeManager.cs
- ClassHandlersStore.cs
- SQLDecimalStorage.cs
- OptionalColumn.cs
- DocumentViewerAutomationPeer.cs
- Maps.cs
- EnterpriseServicesHelper.cs
- CodeSubDirectory.cs
- ToolBarButtonClickEvent.cs
- XmlWrappingReader.cs
- HttpWebRequestElement.cs
- DropSource.cs
- designeractionbehavior.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- TemplateBamlTreeBuilder.cs
- NodeLabelEditEvent.cs
- ResourceCategoryAttribute.cs
- ConditionedDesigner.cs
- TerminatorSinks.cs
- TreeNodeBinding.cs
- MenuItemBindingCollection.cs
- DrawingCollection.cs
- DeclaredTypeElementCollection.cs
- RegularExpressionValidator.cs
- XmlSignatureManifest.cs
- StringBuilder.cs
- DoubleAnimation.cs
- XmlSecureResolver.cs
- Glyph.cs
- HttpContext.cs
- Scene3D.cs
- COM2AboutBoxPropertyDescriptor.cs
- RectangleConverter.cs
- XmlSchemaAnnotation.cs
- ValidatorCompatibilityHelper.cs
- CreateParams.cs
- ColorAnimationUsingKeyFrames.cs
- RectangleHotSpot.cs
- IncomingWebResponseContext.cs
- ListView.cs
- DataGridTable.cs
- MediaEntryAttribute.cs
- TreeNodeSelectionProcessor.cs
- ActivityMarkupSerializationProvider.cs
- StorageMappingItemCollection.cs
- SecurityChannelListener.cs
- _RequestLifetimeSetter.cs
- MatrixTransform3D.cs
- StringValueSerializer.cs
- ModuleBuilder.cs
- Int64.cs
- Events.cs
- TextSelection.cs
- ComponentEvent.cs
- DocumentationServerProtocol.cs
- AssemblyBuilder.cs
- HtmlFormWrapper.cs
- _SecureChannel.cs
- LiteralControl.cs
- XmlEventCache.cs
- SecurityTokenSpecification.cs
- DelegateArgument.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- CapabilitiesUse.cs
- ExceptionUtil.cs
- Parser.cs
- MouseOverProperty.cs
- DifferencingCollection.cs
- TextDecorationLocationValidation.cs
- IndicFontClient.cs
- LineUtil.cs
- MessageAction.cs
- ContextStaticAttribute.cs
- FlagsAttribute.cs
- PropertyNames.cs
- DictionaryBase.cs
- PropertyConverter.cs
- PropertyInfoSet.cs