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
- FileUpload.cs
- CqlLexerHelpers.cs
- SettingsPropertyNotFoundException.cs
- ECDsaCng.cs
- TranslateTransform3D.cs
- APCustomTypeDescriptor.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DataGridCellsPanel.cs
- AxisAngleRotation3D.cs
- XmlHelper.cs
- DataListDesigner.cs
- ParserContext.cs
- SecurityTokenException.cs
- SqlTopReducer.cs
- Util.cs
- InvalidEnumArgumentException.cs
- EncodingNLS.cs
- httpapplicationstate.cs
- ObjectListFieldsPage.cs
- TreeIterators.cs
- DispatcherProcessingDisabled.cs
- DesignerCategoryAttribute.cs
- ValueTypeFixupInfo.cs
- Enum.cs
- SettingsPropertyValue.cs
- EditorResources.cs
- Validator.cs
- InputLangChangeRequestEvent.cs
- HostSecurityManager.cs
- FormsAuthenticationEventArgs.cs
- FormParameter.cs
- GraphicsPathIterator.cs
- PartialTrustHelpers.cs
- TriggerCollection.cs
- ProviderConnectionPoint.cs
- TextBoxBaseDesigner.cs
- TypographyProperties.cs
- CachedPathData.cs
- ILGenerator.cs
- LinqDataSourceInsertEventArgs.cs
- AnonymousIdentificationSection.cs
- UpdatePanelControlTrigger.cs
- DependencyStoreSurrogate.cs
- InvokeMethodActivity.cs
- Documentation.cs
- XamlReader.cs
- DataServiceRequest.cs
- CodeBinaryOperatorExpression.cs
- DirtyTextRange.cs
- RuntimeIdentifierPropertyAttribute.cs
- SubclassTypeValidator.cs
- XmlNodeList.cs
- MetadataItemSerializer.cs
- ChildChangedEventArgs.cs
- ResourcePermissionBaseEntry.cs
- Vars.cs
- Missing.cs
- IisNotInstalledException.cs
- TreeNodeSelectionProcessor.cs
- CqlErrorHelper.cs
- UIElement.cs
- Cursors.cs
- FixedSOMSemanticBox.cs
- CodeIdentifiers.cs
- DelayDesigner.cs
- OleDbParameterCollection.cs
- StylusPlugInCollection.cs
- RegisteredArrayDeclaration.cs
- TransportChannelFactory.cs
- _CacheStreams.cs
- WebRequestModuleElementCollection.cs
- DropDownList.cs
- CodeDelegateCreateExpression.cs
- CancelEventArgs.cs
- RtfFormatStack.cs
- RuntimeVariableList.cs
- Matrix3D.cs
- SqlConnectionStringBuilder.cs
- PenThreadPool.cs
- _NegotiateClient.cs
- SafeFindHandle.cs
- BCLDebug.cs
- JulianCalendar.cs
- ServiceParser.cs
- panel.cs
- DateTimeConstantAttribute.cs
- MapPathBasedVirtualPathProvider.cs
- ResponseStream.cs
- HitTestDrawingContextWalker.cs
- SQLInt32Storage.cs
- SurrogateChar.cs
- GridViewDeletedEventArgs.cs
- BinaryFormatterSinks.cs
- DrawListViewColumnHeaderEventArgs.cs
- HtmlControl.cs
- Comparer.cs
- OleDbSchemaGuid.cs
- SpeechRecognitionEngine.cs
- ProgressPage.cs
- ClientUIRequest.cs