Code:
/ FX-1434 / FX-1434 / 1.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
- AssociationSetMetadata.cs
- ImmutableCollection.cs
- PropertyBuilder.cs
- CollectionChangeEventArgs.cs
- BasicAsyncResult.cs
- BamlRecordReader.cs
- DiscriminatorMap.cs
- RuntimeConfigLKG.cs
- OracleBinary.cs
- ReferentialConstraint.cs
- ExpressionParser.cs
- DataGridView.cs
- ActivationArguments.cs
- BaseCAMarshaler.cs
- ScrollProperties.cs
- TogglePatternIdentifiers.cs
- StylusLogic.cs
- KeyboardNavigation.cs
- ControlParser.cs
- ReceiveMessageContent.cs
- DataSourceXmlAttributeAttribute.cs
- _Events.cs
- FlowDocumentPage.cs
- StrokeFIndices.cs
- DispatchRuntime.cs
- BaseProcessor.cs
- BindingContext.cs
- InvariantComparer.cs
- DefaultTraceListener.cs
- PcmConverter.cs
- Preprocessor.cs
- NumberFormatter.cs
- XmlSignatureManifest.cs
- Win32Exception.cs
- MultiView.cs
- DynamicScriptObject.cs
- Scanner.cs
- SafeSecurityHelper.cs
- TextDecorations.cs
- SecurityUtils.cs
- EventTrigger.cs
- GridProviderWrapper.cs
- StoreAnnotationsMap.cs
- FileDialogCustomPlacesCollection.cs
- OneToOneMappingSerializer.cs
- HttpCacheParams.cs
- VariableDesigner.xaml.cs
- DefaultAsyncDataDispatcher.cs
- SharedPersonalizationStateInfo.cs
- X509CertificateCollection.cs
- AutomationElement.cs
- HttpCachePolicyWrapper.cs
- MemoryFailPoint.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SectionXmlInfo.cs
- DbConnectionPoolOptions.cs
- ElementNotEnabledException.cs
- TraceEventCache.cs
- TemplateBamlTreeBuilder.cs
- Configuration.cs
- ProfilePropertySettingsCollection.cs
- SqlTransaction.cs
- MediaElement.cs
- SQLDateTime.cs
- TdsValueSetter.cs
- TextureBrush.cs
- ListViewDeletedEventArgs.cs
- ColorContext.cs
- ShaderRenderModeValidation.cs
- QilScopedVisitor.cs
- ConstraintManager.cs
- RelatedCurrencyManager.cs
- SubclassTypeValidator.cs
- GridViewUpdatedEventArgs.cs
- ConfigurationSectionHelper.cs
- CodeSnippetCompileUnit.cs
- StateItem.cs
- ToolboxBitmapAttribute.cs
- FixedPageAutomationPeer.cs
- DesignerVerb.cs
- HtmlTitle.cs
- SqlConnectionHelper.cs
- LicFileLicenseProvider.cs
- TextEndOfSegment.cs
- TextBlock.cs
- BooleanStorage.cs
- StringUtil.cs
- TextElementEnumerator.cs
- WebPartDisplayMode.cs
- _RequestCacheProtocol.cs
- CopyOfAction.cs
- KeyConstraint.cs
- ToolStripManager.cs
- CFStream.cs
- CompiledIdentityConstraint.cs
- GridViewCommandEventArgs.cs
- SystemIPGlobalStatistics.cs
- Exceptions.cs
- StateManagedCollection.cs
- Script.cs