Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Xml / System / Xml / Serialization / XmlSerializerAssemblyAttribute.cs / 1 / XmlSerializerAssemblyAttribute.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// [....]
//-----------------------------------------------------------------------------
namespace System.Xml.Serialization {
using System;
///
///
/// [To be supplied.]
///
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Interface | AttributeTargets.Struct, AllowMultiple=false)]
public sealed class XmlSerializerAssemblyAttribute : System.Attribute {
string assemblyName;
string codeBase;
///
///
/// [To be supplied.]
///
public XmlSerializerAssemblyAttribute() : this(null, null) {}
///
///
/// [To be supplied.]
///
public XmlSerializerAssemblyAttribute(string assemblyName) : this(assemblyName, null) {}
///
///
/// [To be supplied.]
///
public XmlSerializerAssemblyAttribute(string assemblyName, string codeBase) {
this.assemblyName = assemblyName;
this.codeBase = codeBase;
}
///
///
/// [To be supplied.]
///
public string CodeBase {
get { return codeBase; }
set { codeBase = value; }
}
///
///
/// [To be supplied.]
///
public string AssemblyName {
get { return assemblyName; }
set { 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
- ProviderIncompatibleException.cs
- XmlSchemaObjectTable.cs
- Soap12ProtocolReflector.cs
- StaticFileHandler.cs
- Style.cs
- UTF32Encoding.cs
- TranslateTransform.cs
- RectangleGeometry.cs
- SocketInformation.cs
- IncrementalReadDecoders.cs
- PropertyToken.cs
- TemplateBindingExpression.cs
- XmlDataSourceDesigner.cs
- GacUtil.cs
- RadioButtonList.cs
- SoapFault.cs
- UserPreferenceChangingEventArgs.cs
- ChangeNode.cs
- BindingParameterCollection.cs
- WebChannelFactory.cs
- RegexCode.cs
- XsdCachingReader.cs
- ConfigXmlAttribute.cs
- XmlSchemaIdentityConstraint.cs
- NativeMethods.cs
- ToggleButtonAutomationPeer.cs
- Activity.cs
- CodeChecksumPragma.cs
- TargetParameterCountException.cs
- ReflectPropertyDescriptor.cs
- Win32KeyboardDevice.cs
- JavaScriptString.cs
- SimpleApplicationHost.cs
- FigureParaClient.cs
- RawContentTypeMapper.cs
- StoreAnnotationsMap.cs
- XmlSerializer.cs
- ServicePointManager.cs
- PeerInvitationResponse.cs
- WpfXamlLoader.cs
- DocumentOrderQuery.cs
- RegisterResponseInfo.cs
- XmlCustomFormatter.cs
- RelationalExpressions.cs
- RangeBase.cs
- _Events.cs
- LinkLabel.cs
- OdbcDataAdapter.cs
- ExclusiveTcpListener.cs
- MissingMethodException.cs
- ServerIdentity.cs
- CodePageEncoding.cs
- KoreanLunisolarCalendar.cs
- GroupQuery.cs
- GridViewSortEventArgs.cs
- DrawingDrawingContext.cs
- BindingParameterCollection.cs
- BaseCodeDomTreeGenerator.cs
- DataException.cs
- CollectionViewGroup.cs
- WSFederationHttpBindingCollectionElement.cs
- ConfigurationElement.cs
- FieldNameLookup.cs
- MessageEncoderFactory.cs
- EntitySetRetriever.cs
- ImageCodecInfoPrivate.cs
- WebResourceAttribute.cs
- CaseInsensitiveHashCodeProvider.cs
- ClientTarget.cs
- CompletionBookmark.cs
- SimpleFieldTemplateUserControl.cs
- EventQueueState.cs
- PropagatorResult.cs
- NativeMethods.cs
- SortedList.cs
- TerminatorSinks.cs
- EqualityComparer.cs
- DataGridViewColumnCollection.cs
- sqlinternaltransaction.cs
- PrintEvent.cs
- TextSchema.cs
- ListSourceHelper.cs
- TemplatePropertyEntry.cs
- TemplateControlParser.cs
- BufferedMessageWriter.cs
- DataTableCollection.cs
- VirtualPathUtility.cs
- ClientUIRequest.cs
- VersionValidator.cs
- util.cs
- InputReport.cs
- WebPartAuthorizationEventArgs.cs
- X509CertificateTokenFactoryCredential.cs
- SqlTypesSchemaImporter.cs
- TileBrush.cs
- FigureHelper.cs
- SpeechSynthesizer.cs
- OletxEnlistment.cs
- DataGridViewBand.cs
- InstanceDataCollection.cs