Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MethodRental.cs
- EncryptedXml.cs
- Enlistment.cs
- Rectangle.cs
- SchemaNamespaceManager.cs
- CompilerGlobalScopeAttribute.cs
- CodeTryCatchFinallyStatement.cs
- FrameworkElementFactory.cs
- OdbcReferenceCollection.cs
- AttributeInfo.cs
- SQLBytes.cs
- SerializationSectionGroup.cs
- TreeNodeEventArgs.cs
- StyleModeStack.cs
- SettingsPropertyIsReadOnlyException.cs
- MouseDevice.cs
- NullableBoolConverter.cs
- StylusButtonEventArgs.cs
- StringUtil.cs
- XmlSignificantWhitespace.cs
- XmlSortKey.cs
- ObjectReferenceStack.cs
- PackageStore.cs
- RelativeSource.cs
- XmlIterators.cs
- XMLSyntaxException.cs
- Menu.cs
- OperationParameterInfo.cs
- AbsoluteQuery.cs
- PerformanceCounterPermissionAttribute.cs
- MessageDecoder.cs
- DetailsViewInsertedEventArgs.cs
- WindowsRegion.cs
- TableCell.cs
- DefaultWorkflowSchedulerService.cs
- MailBnfHelper.cs
- AnnotationComponentChooser.cs
- SelectQueryOperator.cs
- TreeViewItemAutomationPeer.cs
- OracleParameter.cs
- SQLInt16Storage.cs
- WsdlImporter.cs
- TransformDescriptor.cs
- ProfileEventArgs.cs
- dataobject.cs
- TextSpanModifier.cs
- MutexSecurity.cs
- QuotedPrintableStream.cs
- StaticFileHandler.cs
- PointLight.cs
- ConfigurationManagerInternal.cs
- PartManifestEntry.cs
- ReceiveContextCollection.cs
- ProfileGroupSettingsCollection.cs
- XmlCompatibilityReader.cs
- InternalRelationshipCollection.cs
- SByteConverter.cs
- FormsAuthenticationUser.cs
- XmlUtil.cs
- ImageClickEventArgs.cs
- Color.cs
- DeferredSelectedIndexReference.cs
- XslException.cs
- StringResourceManager.cs
- IntegerValidator.cs
- ExpressionBinding.cs
- MarkupExtensionReturnTypeAttribute.cs
- DesignerOptionService.cs
- BaseCodeDomTreeGenerator.cs
- XamlSerializerUtil.cs
- Padding.cs
- TypedDataSourceCodeGenerator.cs
- XmlIlGenerator.cs
- ButtonChrome.cs
- ContentValidator.cs
- SafeNativeMethods.cs
- ListSortDescriptionCollection.cs
- _ListenerAsyncResult.cs
- FormViewPageEventArgs.cs
- NGCPageContentSerializerAsync.cs
- ResXDataNode.cs
- WsatAdminException.cs
- ResolveMatchesCD1.cs
- TraceSection.cs
- KeyValueSerializer.cs
- PreservationFileWriter.cs
- __Filters.cs
- SqlResolver.cs
- Util.cs
- DbProviderFactoriesConfigurationHandler.cs
- RowSpanVector.cs
- SqlLiftIndependentRowExpressions.cs
- PolicyStatement.cs
- WebPartConnectVerb.cs
- LinqDataSourceContextEventArgs.cs
- TableCell.cs
- NameHandler.cs
- XmlSchemaImporter.cs
- StylusCaptureWithinProperty.cs
- CustomValidator.cs