Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / WCFModel / ReferencedAssembly.cs / 1305376 / 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
- DPTypeDescriptorContext.cs
- PreApplicationStartMethodAttribute.cs
- SQLInt32.cs
- ResourcesChangeInfo.cs
- CompositionAdorner.cs
- PnrpPeerResolverBindingElement.cs
- safemediahandle.cs
- TimeSpanConverter.cs
- QilReplaceVisitor.cs
- ColorAnimation.cs
- FormViewActionList.cs
- ConfigXmlElement.cs
- HtmlSelect.cs
- SelectedDatesCollection.cs
- ComplexLine.cs
- FirstQueryOperator.cs
- NativeCppClassAttribute.cs
- ProfileSection.cs
- SafeHandles.cs
- TypeConverterHelper.cs
- SqlDataRecord.cs
- ApplicationHost.cs
- SspiNegotiationTokenProviderState.cs
- ContractMapping.cs
- GridViewDeletedEventArgs.cs
- CheckBox.cs
- XmlElement.cs
- EntityDataSourceDataSelectionPanel.cs
- UInt16.cs
- AnonymousIdentificationModule.cs
- HtmlElement.cs
- WebHeaderCollection.cs
- WinFormsComponentEditor.cs
- NotImplementedException.cs
- ModelProperty.cs
- HtmlInputControl.cs
- PathNode.cs
- RootBrowserWindow.cs
- StringValidator.cs
- Compiler.cs
- RelationshipEndMember.cs
- ModelTypeConverter.cs
- SamlAudienceRestrictionCondition.cs
- StoreItemCollection.cs
- ViewGenerator.cs
- ColorTransform.cs
- COM2IPerPropertyBrowsingHandler.cs
- CodeDomConfigurationHandler.cs
- WindowsEditBoxRange.cs
- EventDescriptorCollection.cs
- BulletedList.cs
- WebPart.cs
- StorageModelBuildProvider.cs
- Bidi.cs
- BamlResourceSerializer.cs
- CodeTypeParameter.cs
- AlphaSortedEnumConverter.cs
- ObjectContextServiceProvider.cs
- MemberRelationshipService.cs
- CommandLibraryHelper.cs
- SymbolTable.cs
- KeyFrames.cs
- SaveRecipientRequest.cs
- HandlerWithFactory.cs
- ADMembershipProvider.cs
- safemediahandle.cs
- ByteAnimationUsingKeyFrames.cs
- EnterpriseServicesHelper.cs
- TableLayoutPanelCellPosition.cs
- HtmlTableCell.cs
- TextDecorationCollection.cs
- ReflectionTypeLoadException.cs
- SystemPens.cs
- ObjectParameterCollection.cs
- SqlCrossApplyToCrossJoin.cs
- RoleExceptions.cs
- FieldCollectionEditor.cs
- ValueTypeFixupInfo.cs
- FacetDescriptionElement.cs
- NetworkAddressChange.cs
- XXXOnTypeBuilderInstantiation.cs
- WithStatement.cs
- TextBoxAutoCompleteSourceConverter.cs
- PointAnimationClockResource.cs
- Int16AnimationBase.cs
- PropertiesTab.cs
- AdapterDictionary.cs
- WebDescriptionAttribute.cs
- EntityDataSourceWizardForm.cs
- FacetValues.cs
- WSFederationHttpSecurityMode.cs
- UnmanagedBitmapWrapper.cs
- XmlElementAttribute.cs
- ExternalCalls.cs
- ToolStripMenuItem.cs
- IndicCharClassifier.cs
- SecurityContextTokenValidationException.cs
- Partitioner.cs
- StatusBarAutomationPeer.cs
- DefaultHttpHandler.cs