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
- SimpleBitVector32.cs
- ObjectStateEntryDbDataRecord.cs
- KnownColorTable.cs
- DataRelation.cs
- WebPageTraceListener.cs
- CodeTryCatchFinallyStatement.cs
- XPathChildIterator.cs
- BaseParagraph.cs
- ToolStripDropDownClosingEventArgs.cs
- ClientFactory.cs
- Attributes.cs
- PropertyValueUIItem.cs
- XmlILOptimizerVisitor.cs
- ApplicationBuildProvider.cs
- ObjectDataSourceSelectingEventArgs.cs
- path.cs
- XmlSchemaComplexContentExtension.cs
- NavigatorOutput.cs
- XComponentModel.cs
- SendMailErrorEventArgs.cs
- DataListCommandEventArgs.cs
- ExpressionBuilderCollection.cs
- CompiledRegexRunnerFactory.cs
- XslCompiledTransform.cs
- Image.cs
- OutOfProcStateClientManager.cs
- XmlSchemaIdentityConstraint.cs
- TabPage.cs
- StringResourceManager.cs
- FreeFormDragDropManager.cs
- StylusSystemGestureEventArgs.cs
- DataRelationPropertyDescriptor.cs
- TrackingServices.cs
- HttpDictionary.cs
- AudioFileOut.cs
- Light.cs
- SecurityCriticalDataForSet.cs
- CommandHelper.cs
- MailAddressParser.cs
- CompletedAsyncResult.cs
- ObjectStateManagerMetadata.cs
- CheckBoxAutomationPeer.cs
- ApplicationInterop.cs
- IisTraceListener.cs
- ListViewHitTestInfo.cs
- securitycriticaldataformultiplegetandset.cs
- NegationPusher.cs
- ListControl.cs
- XmlDataSourceNodeDescriptor.cs
- InfoCardTraceRecord.cs
- SpeechSynthesizer.cs
- GridViewAutomationPeer.cs
- DBSchemaRow.cs
- ApplicationManager.cs
- HtmlTableRowCollection.cs
- SqlComparer.cs
- BindingMAnagerBase.cs
- OleDbCommandBuilder.cs
- CreateRefExpr.cs
- DynamicPropertyReader.cs
- RelatedView.cs
- objectquery_tresulttype.cs
- ParentQuery.cs
- ScriptControlManager.cs
- HtmlLink.cs
- ReflectEventDescriptor.cs
- TemplateField.cs
- MemoryPressure.cs
- WindowsBrush.cs
- UniqueEventHelper.cs
- DrawingGroup.cs
- PenContexts.cs
- BrowserCapabilitiesFactory.cs
- Section.cs
- WebDescriptionAttribute.cs
- ComponentGlyph.cs
- InputBuffer.cs
- Renderer.cs
- BooleanFunctions.cs
- HttpModuleCollection.cs
- HandlerFactoryWrapper.cs
- DependencyPropertyKind.cs
- ClientRuntimeConfig.cs
- CapabilitiesRule.cs
- CollectionContainer.cs
- IndentedTextWriter.cs
- CustomDictionarySources.cs
- ThreadAttributes.cs
- TableCell.cs
- FilterableAttribute.cs
- Focus.cs
- MimeWriter.cs
- ServicesExceptionNotHandledEventArgs.cs
- RequiredFieldValidator.cs
- validationstate.cs
- JsonDataContract.cs
- GuidelineCollection.cs
- SoapExtension.cs
- Int32Converter.cs
- ManualWorkflowSchedulerService.cs