Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ClockGroup.cs
- ImageMap.cs
- RuntimeCompatibilityAttribute.cs
- ServiceManager.cs
- DelegateSerializationHolder.cs
- AssertUtility.cs
- TreeWalkHelper.cs
- SystemIcmpV4Statistics.cs
- ResourceFallbackManager.cs
- CompilerGlobalScopeAttribute.cs
- _SslSessionsCache.cs
- TraceSwitch.cs
- BoolLiteral.cs
- Part.cs
- FileLogRecordEnumerator.cs
- EntitySetBaseCollection.cs
- RC2CryptoServiceProvider.cs
- RuleAttributes.cs
- NaturalLanguageHyphenator.cs
- DataGridViewColumnCollectionDialog.cs
- XmlSerializerNamespaces.cs
- CanonicalFontFamilyReference.cs
- FlowPosition.cs
- SymbolDocumentGenerator.cs
- Literal.cs
- NameSpaceExtractor.cs
- ResXFileRef.cs
- activationcontext.cs
- ExpressionDumper.cs
- SubclassTypeValidatorAttribute.cs
- DataGridViewCellCancelEventArgs.cs
- ToolBar.cs
- AxisAngleRotation3D.cs
- CodeGenerator.cs
- EncryptRequest.cs
- DataGridState.cs
- DataBoundLiteralControl.cs
- CqlQuery.cs
- DocobjHost.cs
- OracleException.cs
- Function.cs
- SurrogateEncoder.cs
- ContentIterators.cs
- WindowsGraphicsCacheManager.cs
- ServiceDefaults.cs
- ConnectivityStatus.cs
- TrackBarRenderer.cs
- handlecollector.cs
- ListView.cs
- ETagAttribute.cs
- InputReport.cs
- Point3DAnimationUsingKeyFrames.cs
- TimeStampChecker.cs
- TreeNode.cs
- ScrollChangedEventArgs.cs
- ReaderWriterLock.cs
- HtmlCalendarAdapter.cs
- XmlCharType.cs
- InteropAutomationProvider.cs
- HyperLink.cs
- RtfControls.cs
- PlatformNotSupportedException.cs
- RelationshipConverter.cs
- ImplicitInputBrush.cs
- GridViewSortEventArgs.cs
- GridViewColumnHeaderAutomationPeer.cs
- DispatcherProcessingDisabled.cs
- SQLDoubleStorage.cs
- PropertyEntry.cs
- DefaultEventAttribute.cs
- TextPattern.cs
- RuleSettingsCollection.cs
- NamespaceDecl.cs
- DataBindingValueUIHandler.cs
- SimpleTextLine.cs
- DataTemplateKey.cs
- TrustLevelCollection.cs
- DetailsViewRow.cs
- WorkflowValidationFailedException.cs
- ActivityTrace.cs
- AtomServiceDocumentSerializer.cs
- RepeaterItemEventArgs.cs
- ProfileGroupSettingsCollection.cs
- ProfileInfo.cs
- TextEndOfLine.cs
- PersistenceTypeAttribute.cs
- RectangleGeometry.cs
- WebPart.cs
- CompoundFileDeflateTransform.cs
- RandomNumberGenerator.cs
- WeakReferenceEnumerator.cs
- LinkButton.cs
- Unit.cs
- XpsPackagingPolicy.cs
- WorkflowElementDialog.cs
- GraphicsState.cs
- XsdBuilder.cs
- EmptyEnumerator.cs
- ParserContext.cs
- PathGeometry.cs