Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Serialization / XmlSerializerAssemblyAttribute.cs / 1305376 / 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
- Documentation.cs
- _Rfc2616CacheValidators.cs
- FileDialogPermission.cs
- StyleBamlRecordReader.cs
- DataMemberAttribute.cs
- ImmutableObjectAttribute.cs
- MachineKey.cs
- CodePropertyReferenceExpression.cs
- SqlClientPermission.cs
- ReferenceSchema.cs
- FunctionUpdateCommand.cs
- FileUtil.cs
- WaveHeader.cs
- httpstaticobjectscollection.cs
- Calendar.cs
- BamlTreeMap.cs
- AttachedPropertyInfo.cs
- ReadOnlyDataSourceView.cs
- UnicodeEncoding.cs
- GeneratedView.cs
- InsufficientMemoryException.cs
- XmlSchemaObject.cs
- IsolatedStorageException.cs
- ListManagerBindingsCollection.cs
- ClientConfigPaths.cs
- DateTimeUtil.cs
- ColorDialog.cs
- StylusPointPropertyUnit.cs
- ScrollContentPresenter.cs
- SafeNativeMethodsMilCoreApi.cs
- AsymmetricKeyExchangeFormatter.cs
- SmtpNetworkElement.cs
- MissingManifestResourceException.cs
- FontStyles.cs
- WebCategoryAttribute.cs
- RankException.cs
- ItemCollectionEditor.cs
- ImageListUtils.cs
- Internal.cs
- DllNotFoundException.cs
- DictionaryEntry.cs
- TreeNodeEventArgs.cs
- InheritanceContextChangedEventManager.cs
- SchemaImporterExtensionsSection.cs
- EllipticalNodeOperations.cs
- IResourceProvider.cs
- XmlObjectSerializerWriteContext.cs
- XmlNodeList.cs
- AsyncResult.cs
- QilInvokeEarlyBound.cs
- DocComment.cs
- StatusStrip.cs
- ParsedAttributeCollection.cs
- CapabilitiesRule.cs
- Odbc32.cs
- HtmlInputButton.cs
- Attribute.cs
- DockAndAnchorLayout.cs
- TextBoxAutoCompleteSourceConverter.cs
- EntityDesignerBuildProvider.cs
- RightsManagementPermission.cs
- XmlTypeMapping.cs
- ScopedMessagePartSpecification.cs
- SafeArrayRankMismatchException.cs
- ErrorRuntimeConfig.cs
- UseLicense.cs
- WindowsUpDown.cs
- DataServiceRequestOfT.cs
- SelectionEditor.cs
- UnsafeNativeMethodsMilCoreApi.cs
- TextServicesHost.cs
- Membership.cs
- DataServiceClientException.cs
- GacUtil.cs
- CompilerParameters.cs
- SoapInteropTypes.cs
- ObjectStateManager.cs
- RangeContentEnumerator.cs
- WindowsTab.cs
- FileUtil.cs
- DataReceivedEventArgs.cs
- SessionState.cs
- PolyBezierSegmentFigureLogic.cs
- TimeSpan.cs
- SingleResultAttribute.cs
- ScriptingProfileServiceSection.cs
- ReliabilityContractAttribute.cs
- StringBuilder.cs
- UpdateCommand.cs
- TemplatePropertyEntry.cs
- ObjectStateEntryDbDataRecord.cs
- ExpressionConverter.cs
- SqlCacheDependencyDatabase.cs
- LongValidatorAttribute.cs
- SmtpNegotiateAuthenticationModule.cs
- StringValidatorAttribute.cs
- TimersDescriptionAttribute.cs
- BatchServiceHost.cs
- DataControlExtensions.cs
- Pool.cs