Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- Misc.cs
- RoutedEventConverter.cs
- DataGridViewRowsAddedEventArgs.cs
- PersonalizationStateQuery.cs
- TypeSchema.cs
- BinaryParser.cs
- __Error.cs
- SubpageParagraph.cs
- TraceListeners.cs
- ServicesExceptionNotHandledEventArgs.cs
- HeaderElement.cs
- EditorReuseAttribute.cs
- ContentPlaceHolder.cs
- SR.cs
- TemplateBamlRecordReader.cs
- HttpValueCollection.cs
- EdmMember.cs
- SrgsElementList.cs
- ProofTokenCryptoHandle.cs
- SettingsAttributes.cs
- ProfileService.cs
- TreeView.cs
- TextEditorSpelling.cs
- RightsManagementPermission.cs
- ExceptionAggregator.cs
- FormView.cs
- AppDomain.cs
- PointAnimation.cs
- MissingMemberException.cs
- _ServiceNameStore.cs
- ContextActivityUtils.cs
- ConfigurationElement.cs
- BinaryReader.cs
- MaterialGroup.cs
- BoolLiteral.cs
- XDeferredAxisSource.cs
- XhtmlConformanceSection.cs
- SrgsText.cs
- MediaCommands.cs
- xamlnodes.cs
- Int32Storage.cs
- IMembershipProvider.cs
- TimeZoneInfo.cs
- Regex.cs
- HyperLinkField.cs
- Point4D.cs
- TimelineGroup.cs
- ClientType.cs
- SqlParameter.cs
- BasicSecurityProfileVersion.cs
- SqlMetaData.cs
- WarningException.cs
- TitleStyle.cs
- WebInvokeAttribute.cs
- InternalsVisibleToAttribute.cs
- AsnEncodedData.cs
- WebServiceHandler.cs
- SqlCacheDependencySection.cs
- FlowDocumentPaginator.cs
- PropertyFilterAttribute.cs
- SqlXmlStorage.cs
- ZoneIdentityPermission.cs
- GeometryModel3D.cs
- MenuEventArgs.cs
- WebMessageEncoderFactory.cs
- DataContext.cs
- SortExpressionBuilder.cs
- ALinqExpressionVisitor.cs
- ObjectList.cs
- GroupBox.cs
- HttpStreamFormatter.cs
- SizeValueSerializer.cs
- WizardPanelChangingEventArgs.cs
- StylusCaptureWithinProperty.cs
- CategoryNameCollection.cs
- WpfWebRequestHelper.cs
- MultipleViewPattern.cs
- DirectoryGroupQuery.cs
- EntityTransaction.cs
- RawStylusInputCustomData.cs
- SmtpCommands.cs
- RootBrowserWindowProxy.cs
- cryptoapiTransform.cs
- XmlAnyAttributeAttribute.cs
- HotSpotCollection.cs
- XmlNodeList.cs
- ViewKeyConstraint.cs
- KeyNotFoundException.cs
- BinaryMethodMessage.cs
- TableColumnCollection.cs
- String.cs
- TransactionManagerProxy.cs
- DBBindings.cs
- HtmlElement.cs
- DrawTreeNodeEventArgs.cs
- MetabaseSettings.cs
- NewArrayExpression.cs
- EventSinkActivity.cs
- _NestedMultipleAsyncResult.cs
- XmlILConstructAnalyzer.cs