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; ////// /// [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
- XmlObjectSerializerWriteContext.cs
- CancelEventArgs.cs
- MimeWriter.cs
- ImageCodecInfo.cs
- AuthorizationRule.cs
- WrapPanel.cs
- OrderedEnumerableRowCollection.cs
- Publisher.cs
- UpdatePanelControlTrigger.cs
- PropertyTab.cs
- CurrentChangingEventArgs.cs
- xmlglyphRunInfo.cs
- SourceLineInfo.cs
- ClientConfigurationSystem.cs
- DataGridViewBindingCompleteEventArgs.cs
- bidPrivateBase.cs
- Registry.cs
- PropertiesTab.cs
- EmbeddedObject.cs
- ContourSegment.cs
- StyleTypedPropertyAttribute.cs
- AuthenticationModuleElement.cs
- RemotingService.cs
- WindowsFormsHost.cs
- StyleSelector.cs
- Operand.cs
- ProviderConnectionPointCollection.cs
- ToolStripRenderer.cs
- CultureInfo.cs
- EntityClientCacheEntry.cs
- NavigatorInput.cs
- RotateTransform3D.cs
- MessageSmuggler.cs
- ProxyFragment.cs
- RevocationPoint.cs
- EntityCollection.cs
- AdornerPresentationContext.cs
- TreeNodeCollection.cs
- CoTaskMemUnicodeSafeHandle.cs
- ToolTipAutomationPeer.cs
- FixedHyperLink.cs
- DateBoldEvent.cs
- MatrixCamera.cs
- PropertyDescriptorComparer.cs
- BlurEffect.cs
- XsltFunctions.cs
- ServiceDesigner.cs
- StringFunctions.cs
- DateTimeSerializationSection.cs
- AbstractSvcMapFileLoader.cs
- SerializationStore.cs
- XmlChildEnumerator.cs
- DocumentAutomationPeer.cs
- TypeLibConverter.cs
- LinqDataSourceHelper.cs
- UniqueIdentifierService.cs
- StructuralObject.cs
- CompiledRegexRunnerFactory.cs
- ListControlConvertEventArgs.cs
- ClientSection.cs
- ForEach.cs
- MappingMetadataHelper.cs
- CachedRequestParams.cs
- EventQueueState.cs
- securestring.cs
- QilPatternVisitor.cs
- FacetValues.cs
- BrushConverter.cs
- StoreAnnotationsMap.cs
- DocumentSequenceHighlightLayer.cs
- BamlResourceDeserializer.cs
- BitmapEffectDrawingContextState.cs
- DependencyPropertyDescriptor.cs
- Configuration.cs
- ExeConfigurationFileMap.cs
- OleDbWrapper.cs
- Link.cs
- BlurEffect.cs
- ImageMap.cs
- PathStreamGeometryContext.cs
- IsolatedStoragePermission.cs
- MediaContextNotificationWindow.cs
- SimpleFieldTemplateFactory.cs
- DataSourceXmlElementAttribute.cs
- SecurityManager.cs
- Compilation.cs
- NamespaceCollection.cs
- BrowserDefinition.cs
- SafeNativeMethodsCLR.cs
- ExtendedPropertyCollection.cs
- LazyInitializer.cs
- ListViewItem.cs
- SchemaElementDecl.cs
- MD5CryptoServiceProvider.cs
- MailDefinition.cs
- ScrollItemPattern.cs
- ValidationException.cs
- Process.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- TextStore.cs