Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; ////// /// [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. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml.Serialization { using System; ////// /// [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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScriptReference.cs
- TcpChannelFactory.cs
- ContentElement.cs
- CompressedStack.cs
- FontConverter.cs
- MissingManifestResourceException.cs
- SiteMapNodeCollection.cs
- CompiledRegexRunnerFactory.cs
- ForEachDesigner.xaml.cs
- HttpFileCollection.cs
- XmlSerializerAssemblyAttribute.cs
- UnmanagedMemoryStreamWrapper.cs
- Cell.cs
- Italic.cs
- LabelLiteral.cs
- RelationHandler.cs
- KeySplineConverter.cs
- MtomMessageEncoder.cs
- Context.cs
- DataGridViewComboBoxCell.cs
- SecuritySessionSecurityTokenProvider.cs
- mansign.cs
- WindowsAltTab.cs
- SafeNativeMethods.cs
- ProtectedConfiguration.cs
- ServicePointManagerElement.cs
- StyleSheetDesigner.cs
- ApplicationSecurityManager.cs
- ClrPerspective.cs
- ToolboxComponentsCreatingEventArgs.cs
- Empty.cs
- TextProviderWrapper.cs
- SqlCommand.cs
- ConfigXmlWhitespace.cs
- DesignerActionUIService.cs
- ConsoleKeyInfo.cs
- CompensateDesigner.cs
- Method.cs
- ParameterSubsegment.cs
- LambdaCompiler.Logical.cs
- TrackBar.cs
- AdapterUtil.cs
- RecipientInfo.cs
- ThreadInterruptedException.cs
- lengthconverter.cs
- HttpModuleCollection.cs
- COM2IProvidePropertyBuilderHandler.cs
- ContentDisposition.cs
- XamlFigureLengthSerializer.cs
- SmiSettersStream.cs
- ListCollectionView.cs
- DocumentSchemaValidator.cs
- MimeTypeAttribute.cs
- AnimationStorage.cs
- TypedReference.cs
- ObjectTag.cs
- AspCompat.cs
- HyperlinkAutomationPeer.cs
- OdbcCommandBuilder.cs
- ConfigurationStrings.cs
- Lasso.cs
- Soap12ServerProtocol.cs
- Msec.cs
- UnsafeNativeMethods.cs
- BrowserCapabilitiesCompiler.cs
- OutputScope.cs
- RemotingSurrogateSelector.cs
- TextTrailingWordEllipsis.cs
- SqlDependencyListener.cs
- NativeObjectSecurity.cs
- Underline.cs
- ClaimComparer.cs
- ADMembershipProvider.cs
- UserControlAutomationPeer.cs
- HostDesigntimeLicenseContext.cs
- EFAssociationProvider.cs
- TreeViewImageIndexConverter.cs
- ArrayExtension.cs
- MenuRendererClassic.cs
- SqlStream.cs
- ResourceDisplayNameAttribute.cs
- BinaryObjectInfo.cs
- MouseButton.cs
- BinarySerializer.cs
- XmlSerializerFaultFormatter.cs
- GradientBrush.cs
- ServicePointManagerElement.cs
- WindowShowOrOpenTracker.cs
- RectangleF.cs
- AuthenticationModulesSection.cs
- GridItem.cs
- XmlJsonWriter.cs
- ColorConvertedBitmap.cs
- EncodingTable.cs
- ConfigXmlDocument.cs
- ListenerConstants.cs
- HatchBrush.cs
- InstanceDataCollection.cs
- TreeView.cs
- ImageCodecInfo.cs