Code:
/ DotNET / DotNET / 8.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
- PropertyChangedEventArgs.cs
- UnionCqlBlock.cs
- PbrsForward.cs
- ClientScriptManager.cs
- dsa.cs
- _Events.cs
- OdbcStatementHandle.cs
- XmlSerializationWriter.cs
- FileSecurity.cs
- PersianCalendar.cs
- MetadataCache.cs
- CardSpaceException.cs
- DescendantOverDescendantQuery.cs
- XmlHierarchicalEnumerable.cs
- CompositeDispatchFormatter.cs
- OpenFileDialog.cs
- DbModificationClause.cs
- SliderAutomationPeer.cs
- DataGridViewSelectedRowCollection.cs
- RequestSecurityTokenForGetBrowserToken.cs
- PropertyGrid.cs
- ProxyGenerator.cs
- MailMessageEventArgs.cs
- PageBuildProvider.cs
- InputProcessorProfiles.cs
- IODescriptionAttribute.cs
- sqlnorm.cs
- mongolianshape.cs
- SqlErrorCollection.cs
- OpCopier.cs
- XmlCDATASection.cs
- ParameterCollection.cs
- MachineKeyValidationConverter.cs
- NegotiateStream.cs
- FullTextBreakpoint.cs
- ClientFormsIdentity.cs
- InkCollectionBehavior.cs
- CollectionViewGroup.cs
- ObjectDataSourceFilteringEventArgs.cs
- IApplicationTrustManager.cs
- KeyedHashAlgorithm.cs
- SiteMapPath.cs
- Mappings.cs
- ByteRangeDownloader.cs
- StructuralCache.cs
- StrokeNodeData.cs
- _TLSstream.cs
- XmlArrayItemAttribute.cs
- VoiceObjectToken.cs
- KeyValuePair.cs
- CloudCollection.cs
- Table.cs
- EventLog.cs
- ValidateNames.cs
- StateItem.cs
- ModuleBuilderData.cs
- EmbeddedMailObjectsCollection.cs
- AssociationSetEnd.cs
- URI.cs
- EndPoint.cs
- GACIdentityPermission.cs
- CustomAttributeFormatException.cs
- MessagePropertyDescription.cs
- DiscoveryMessageSequence.cs
- BrowserDefinition.cs
- WebControlAdapter.cs
- BooleanFunctions.cs
- WebScriptServiceHost.cs
- TraversalRequest.cs
- AccessDataSourceView.cs
- XmlIlGenerator.cs
- MenuTracker.cs
- FixedTextView.cs
- DesignerWidgets.cs
- GACMembershipCondition.cs
- DynamicRenderer.cs
- SystemColors.cs
- TextComposition.cs
- SqlClientWrapperSmiStream.cs
- ToolStripRendererSwitcher.cs
- DataExpression.cs
- UnsafeNativeMethods.cs
- StrongTypingException.cs
- EntityProviderServices.cs
- FastEncoderStatics.cs
- PngBitmapEncoder.cs
- Exception.cs
- JournalNavigationScope.cs
- GridViewAutomationPeer.cs
- SmtpException.cs
- ProxyFragment.cs
- Int16.cs
- MetadataPropertyAttribute.cs
- PreviewPageInfo.cs
- ColorContextHelper.cs
- AnnotationAuthorChangedEventArgs.cs
- DataBindingHandlerAttribute.cs
- EpmContentSerializerBase.cs
- HttpFileCollectionWrapper.cs
- PerformanceCounterPermission.cs