Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Reflection / ObfuscateAssemblyAttribute.cs / 2 / ObfuscateAssemblyAttribute.cs
// Copyright (c) Microsoft Corporation. All rights reserved. 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SoapRpcMethodAttribute.cs
- SchemaImporterExtension.cs
- _LocalDataStoreMgr.cs
- ListView.cs
- MenuItemCollection.cs
- DbReferenceCollection.cs
- DataServiceHostFactory.cs
- UnsafeNativeMethods.cs
- GenericQueueSurrogate.cs
- ClassHandlersStore.cs
- DataGridViewAddColumnDialog.cs
- XmlSortKeyAccumulator.cs
- FrameworkContentElement.cs
- PageOrientation.cs
- IPHostEntry.cs
- compensatingcollection.cs
- VerificationAttribute.cs
- AttributeInfo.cs
- XmlDataImplementation.cs
- AssemblyCollection.cs
- BinaryKeyIdentifierClause.cs
- CanonicalXml.cs
- HandleRef.cs
- Label.cs
- ConsoleCancelEventArgs.cs
- ConditionalAttribute.cs
- WebPartChrome.cs
- FilteredAttributeCollection.cs
- httpapplicationstate.cs
- ProfessionalColors.cs
- wgx_exports.cs
- Stream.cs
- QueryMatcher.cs
- TextCompositionEventArgs.cs
- ReflectionHelper.cs
- FormCollection.cs
- XmlDataSource.cs
- TypedElement.cs
- Page.cs
- DeleteMemberBinder.cs
- RuntimeConfig.cs
- TargetException.cs
- MultiDataTrigger.cs
- DelegateTypeInfo.cs
- OracleDateTime.cs
- CryptoConfig.cs
- AutomationAttributeInfo.cs
- LessThan.cs
- ToolStripManager.cs
- ClientTargetSection.cs
- ClientOptions.cs
- SmiEventSink_DeferedProcessing.cs
- AnnotationAdorner.cs
- COM2EnumConverter.cs
- Stylus.cs
- RadioButtonList.cs
- XmlBindingWorker.cs
- TextRunTypographyProperties.cs
- RoutedPropertyChangedEventArgs.cs
- SqlCrossApplyToCrossJoin.cs
- BufferedGraphics.cs
- EncoderNLS.cs
- TableRow.cs
- OpCellTreeNode.cs
- IFlowDocumentViewer.cs
- BitmapSource.cs
- _Connection.cs
- ServiceConfigurationTraceRecord.cs
- Completion.cs
- StreamAsIStream.cs
- Size.cs
- SharedPersonalizationStateInfo.cs
- DependencyPropertyConverter.cs
- FlowPosition.cs
- TransformerConfigurationWizardBase.cs
- SiteMapNodeItem.cs
- MultiView.cs
- Msmq.cs
- DelegateArgumentReference.cs
- HeaderUtility.cs
- XmlILConstructAnalyzer.cs
- ConfigurationLocation.cs
- FieldTemplateFactory.cs
- TextAnchor.cs
- SqlCommand.cs
- ToolStripDropDownButton.cs
- ToolboxCategory.cs
- HostedHttpContext.cs
- XmlObjectSerializerReadContextComplexJson.cs
- LocalFileSettingsProvider.cs
- ListContractAdapter.cs
- ResourceProviderFactory.cs
- ScrollChrome.cs
- DocumentPageHost.cs
- AuthorizationRuleCollection.cs
- RtfControls.cs
- FacetValueContainer.cs
- TreeNodeBinding.cs
- SafeRegistryHandle.cs
- ContextActivityUtils.cs