Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Reflection / ObfuscateAssemblyAttribute.cs / 1305376 / 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
- DynamicDiscoSearcher.cs
- OrderByExpression.cs
- TreeNodeEventArgs.cs
- SoapRpcMethodAttribute.cs
- XmlAtomErrorReader.cs
- ComponentChangedEvent.cs
- XmlDeclaration.cs
- Operand.cs
- TemplatedMailWebEventProvider.cs
- BrowserCapabilitiesFactoryBase.cs
- TransportBindingElement.cs
- Renderer.cs
- Token.cs
- InputLanguageProfileNotifySink.cs
- TextMetrics.cs
- PrefixHandle.cs
- FirstMatchCodeGroup.cs
- PropertyMapper.cs
- ECDiffieHellman.cs
- coordinatorfactory.cs
- QuaternionRotation3D.cs
- DataReceivedEventArgs.cs
- SessionParameter.cs
- TakeQueryOptionExpression.cs
- NavigationService.cs
- SmiGettersStream.cs
- DataBoundControlDesigner.cs
- StylusPointPropertyInfo.cs
- SchemaImporterExtension.cs
- RadioButtonFlatAdapter.cs
- ReflectionHelper.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- CookielessHelper.cs
- OleDbParameter.cs
- RemotingHelper.cs
- controlskin.cs
- WebPartDescriptionCollection.cs
- WindowsScroll.cs
- GeneratedCodeAttribute.cs
- IOThreadScheduler.cs
- EntityTypeEmitter.cs
- SqlEnums.cs
- AddingNewEventArgs.cs
- GeneralTransform3DGroup.cs
- ExpanderAutomationPeer.cs
- JoinTreeNode.cs
- WebPartConnectionsDisconnectVerb.cs
- SectionRecord.cs
- ComplexPropertyEntry.cs
- UrlMapping.cs
- HuffModule.cs
- DownloadProgressEventArgs.cs
- PointAnimation.cs
- DecoderReplacementFallback.cs
- PDBReader.cs
- SimpleBitVector32.cs
- TextStore.cs
- LinqDataSourceView.cs
- Base64Decoder.cs
- DataContractSerializerElement.cs
- OutputCacheProfileCollection.cs
- PackagingUtilities.cs
- SnapLine.cs
- OpenFileDialog.cs
- ListParaClient.cs
- ToolStripHighContrastRenderer.cs
- ErrorFormatterPage.cs
- AnimationStorage.cs
- TabPanel.cs
- ObjectDataSource.cs
- DeviceContexts.cs
- MULTI_QI.cs
- UriSection.cs
- XsdDataContractExporter.cs
- PageStatePersister.cs
- SafeEventLogWriteHandle.cs
- CollectionConverter.cs
- SupportsEventValidationAttribute.cs
- PreservationFileReader.cs
- BaseParser.cs
- SimpleBitVector32.cs
- StrokeNodeData.cs
- ScriptControl.cs
- LineServices.cs
- PrintPreviewDialog.cs
- TextSimpleMarkerProperties.cs
- Stylesheet.cs
- ScrollContentPresenter.cs
- ImageDrawing.cs
- fixedPageContentExtractor.cs
- RecordBuilder.cs
- UserControlBuildProvider.cs
- ISO2022Encoding.cs
- AutomationElement.cs
- DebugControllerThread.cs
- DtdParser.cs
- QEncodedStream.cs
- ImageInfo.cs
- RadioButtonList.cs
- SendReply.cs