Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- InvariantComparer.cs
- BaseCodeDomTreeGenerator.cs
- RemoteWebConfigurationHostStream.cs
- SimpleBitVector32.cs
- SoapDocumentServiceAttribute.cs
- InstanceView.cs
- MSAAWinEventWrap.cs
- XmlValueConverter.cs
- ClipboardProcessor.cs
- LogManagementAsyncResult.cs
- ResXBuildProvider.cs
- Publisher.cs
- ScriptDescriptor.cs
- DesignerDataColumn.cs
- AutoResetEvent.cs
- HtmlPhoneCallAdapter.cs
- QilNode.cs
- MemberNameValidator.cs
- GenerateTemporaryTargetAssembly.cs
- XmlPreloadedResolver.cs
- XmlSignatureProperties.cs
- WizardStepCollectionEditor.cs
- RefreshInfo.cs
- WindowsGraphics2.cs
- StickyNote.cs
- BaseAsyncResult.cs
- Adorner.cs
- SspiNegotiationTokenProviderState.cs
- IOException.cs
- DataObjectAttribute.cs
- CapabilitiesAssignment.cs
- CompiledQuery.cs
- ReliableReplySessionChannel.cs
- Trigger.cs
- WorkflowPersistenceContext.cs
- AccessDataSource.cs
- XPathSingletonIterator.cs
- DecimalAnimationBase.cs
- MetadataPropertyAttribute.cs
- JavaScriptString.cs
- PenThreadPool.cs
- DocumentPage.cs
- StrongNamePublicKeyBlob.cs
- ListViewSelectEventArgs.cs
- nulltextcontainer.cs
- MailWebEventProvider.cs
- TabPanel.cs
- TextLineResult.cs
- TypeConverterAttribute.cs
- CommandPlan.cs
- Base64Decoder.cs
- TextElement.cs
- ExtentCqlBlock.cs
- XmlElement.cs
- SqlCacheDependencyDatabaseCollection.cs
- PolicyChain.cs
- SqlErrorCollection.cs
- DynamicPropertyHolder.cs
- EllipseGeometry.cs
- XmlUrlResolver.cs
- ScopelessEnumAttribute.cs
- Subtree.cs
- GrabHandleGlyph.cs
- MasterPageBuildProvider.cs
- XamlTypeMapperSchemaContext.cs
- KeyboardEventArgs.cs
- FilteredDataSetHelper.cs
- CryptoConfig.cs
- SecurityManager.cs
- ListViewEditEventArgs.cs
- ItemList.cs
- TypeToken.cs
- InputProcessorProfilesLoader.cs
- CodeCatchClauseCollection.cs
- HeaderUtility.cs
- KoreanCalendar.cs
- DomainUpDown.cs
- Simplifier.cs
- ElementNotAvailableException.cs
- DataGridViewSelectedColumnCollection.cs
- CatalogPartChrome.cs
- EventHandlerList.cs
- QueryableDataSourceEditData.cs
- WithStatement.cs
- RegexWriter.cs
- HijriCalendar.cs
- ToolStripItemEventArgs.cs
- XamlStackWriter.cs
- ObjectTokenCategory.cs
- ActivityMetadata.cs
- PolyBezierSegment.cs
- GlobalAllocSafeHandle.cs
- AuthorizationRule.cs
- FragmentQueryProcessor.cs
- PathSegmentCollection.cs
- webeventbuffer.cs
- StoreAnnotationsMap.cs
- FixedSOMLineRanges.cs
- ResourceDefaultValueAttribute.cs
- ProxyGenerationError.cs