Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / ReferencedAssembly.cs / 1 / ReferencedAssembly.cs
//------------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Schema;
using XmlSerialization = System.Xml.Serialization;
#if WEB_EXTENSIONS_CODE
namespace System.Web.Compilation.WCFModel
#else
namespace Microsoft.VSDesigner.WCFModel
#endif
{
///
///
///
#if WEB_EXTENSIONS_CODE
internal class ReferencedAssembly
#else
[CLSCompliant(true)]
public class ReferencedAssembly
#endif
{
private string m_AssemblyName;
///
/// Constructor
///
public ReferencedAssembly() {
m_AssemblyName = String.Empty;
}
///
/// Constructor
///
public ReferencedAssembly(string assemblyName) {
if (assemblyName == null) {
throw new ArgumentNullException("assemblyName");
}
m_AssemblyName = assemblyName;
}
///
/// assembly name
///
///
///
[XmlSerialization.XmlAttribute()]
public string AssemblyName {
get {
return m_AssemblyName;
}
set {
m_AssemblyName = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
//-----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Schema;
using XmlSerialization = System.Xml.Serialization;
#if WEB_EXTENSIONS_CODE
namespace System.Web.Compilation.WCFModel
#else
namespace Microsoft.VSDesigner.WCFModel
#endif
{
///
///
///
#if WEB_EXTENSIONS_CODE
internal class ReferencedAssembly
#else
[CLSCompliant(true)]
public class ReferencedAssembly
#endif
{
private string m_AssemblyName;
///
/// Constructor
///
public ReferencedAssembly() {
m_AssemblyName = String.Empty;
}
///
/// Constructor
///
public ReferencedAssembly(string assemblyName) {
if (assemblyName == null) {
throw new ArgumentNullException("assemblyName");
}
m_AssemblyName = assemblyName;
}
///
/// assembly name
///
///
///
[XmlSerialization.XmlAttribute()]
public string AssemblyName {
get {
return m_AssemblyName;
}
set {
m_AssemblyName = 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
- ByteAnimation.cs
- ReadOnlyCollection.cs
- PropertyOverridesTypeEditor.cs
- ProviderSettingsCollection.cs
- PageBuildProvider.cs
- DeclaredTypeValidator.cs
- BaseDataList.cs
- StringValidator.cs
- SamlDoNotCacheCondition.cs
- httpserverutility.cs
- GPRECTF.cs
- ChangeDirector.cs
- Boolean.cs
- ContainerControl.cs
- Attributes.cs
- PartialCachingAttribute.cs
- HwndHost.cs
- PostBackOptions.cs
- ParallelQuery.cs
- DataColumn.cs
- TypeExtensions.cs
- ExcCanonicalXml.cs
- BitmapEffectDrawing.cs
- XmlSchemaAll.cs
- EmbeddedMailObjectsCollection.cs
- TextTreeNode.cs
- HwndAppCommandInputProvider.cs
- InputLanguageManager.cs
- NullableBoolConverter.cs
- PersonalizationStateQuery.cs
- WeakHashtable.cs
- DesignerMetadata.cs
- XmlElementCollection.cs
- PenContext.cs
- ModulesEntry.cs
- HtmlMobileTextWriter.cs
- ConfigXmlCDataSection.cs
- Mouse.cs
- WinCategoryAttribute.cs
- ActivityDesignerHelper.cs
- DataGridViewButtonColumn.cs
- X509SecurityTokenAuthenticator.cs
- TypeDescriptor.cs
- DrawingGroupDrawingContext.cs
- SyndicationSerializer.cs
- ImageListUtils.cs
- VirtualPathData.cs
- TextFormatterContext.cs
- GeometryHitTestParameters.cs
- StringSource.cs
- PartManifestEntry.cs
- RecognizerStateChangedEventArgs.cs
- QueryTask.cs
- WebEvents.cs
- ThemeDictionaryExtension.cs
- Size.cs
- RightsManagementPermission.cs
- wmiutil.cs
- CurrencyWrapper.cs
- Vector3dCollection.cs
- ClientSettingsProvider.cs
- StandardCommands.cs
- GenericAuthenticationEventArgs.cs
- ObjectDisposedException.cs
- AspProxy.cs
- DrawingGroup.cs
- FixedNode.cs
- PocoEntityKeyStrategy.cs
- DescendantOverDescendantQuery.cs
- Assembly.cs
- Schema.cs
- SystemIPInterfaceStatistics.cs
- ResourceIDHelper.cs
- MsmqProcessProtocolHandler.cs
- RunInstallerAttribute.cs
- followingquery.cs
- PageThemeCodeDomTreeGenerator.cs
- SrgsText.cs
- CqlLexer.cs
- FieldMetadata.cs
- XmlSigningNodeWriter.cs
- SystemTcpConnection.cs
- AggregationMinMaxHelpers.cs
- IndexedString.cs
- SignerInfo.cs
- DbReferenceCollection.cs
- SubclassTypeValidatorAttribute.cs
- StrongNameMembershipCondition.cs
- ZoneLinkButton.cs
- CodeCommentStatement.cs
- assemblycache.cs
- ObjectDataSourceEventArgs.cs
- GlyphTypeface.cs
- PropertyDescriptorComparer.cs
- ConfigurationProperty.cs
- UnsafeNativeMethods.cs
- CodeStatement.cs
- SqlTypesSchemaImporter.cs
- IdentifierService.cs
- LayoutTableCell.cs