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
- EntityDataSourceContextDisposingEventArgs.cs
- InternalCache.cs
- FlowDocumentPage.cs
- ListViewUpdatedEventArgs.cs
- ToolZone.cs
- WmlControlAdapter.cs
- SafeMarshalContext.cs
- UrlPath.cs
- ReadContentAsBinaryHelper.cs
- SourceFilter.cs
- XPathBuilder.cs
- VisualTreeHelper.cs
- ErrorReporting.cs
- ViewStateException.cs
- cookiecollection.cs
- Font.cs
- ActivityMarkupSerializer.cs
- SchemaCollectionPreprocessor.cs
- GridViewRowPresenter.cs
- OpenTypeLayout.cs
- FixedPosition.cs
- streamingZipPartStream.cs
- WebSysDescriptionAttribute.cs
- uribuilder.cs
- AnonymousIdentificationModule.cs
- FontResourceCache.cs
- Dispatcher.cs
- PersonalizationState.cs
- SendKeys.cs
- X509UI.cs
- XmlStreamNodeWriter.cs
- PreservationFileReader.cs
- HtmlAnchor.cs
- ObjectSecurity.cs
- HtmlTableRowCollection.cs
- baseaxisquery.cs
- WebPartDescription.cs
- AuthenticatingEventArgs.cs
- HandleRef.cs
- MeasureData.cs
- LinkedResourceCollection.cs
- MailMessageEventArgs.cs
- TextHintingModeValidation.cs
- RectangleGeometry.cs
- HttpStreamMessage.cs
- HtmlElementCollection.cs
- StylusDownEventArgs.cs
- ListViewUpdateEventArgs.cs
- SqlCacheDependencySection.cs
- ConstraintManager.cs
- HyperLink.cs
- TableItemPatternIdentifiers.cs
- InvalidFilterCriteriaException.cs
- XmlEntityReference.cs
- CngAlgorithm.cs
- MessageBox.cs
- SettingsPropertyValue.cs
- CryptoApi.cs
- SetterBase.cs
- SecurityTokenValidationException.cs
- SpecialNameAttribute.cs
- RawStylusSystemGestureInputReport.cs
- QueuePathDialog.cs
- LoginViewDesigner.cs
- GeometryCollection.cs
- SocketException.cs
- DefaultParameterValueAttribute.cs
- TreeNodeStyle.cs
- WebRequest.cs
- Brushes.cs
- TextRange.cs
- SmtpTransport.cs
- UserControl.cs
- MonikerSyntaxException.cs
- Calendar.cs
- ThicknessAnimationBase.cs
- MemberNameValidator.cs
- XmlCollation.cs
- MemberProjectedSlot.cs
- RegexCompilationInfo.cs
- Activity.cs
- Blend.cs
- QueryOperationResponseOfT.cs
- MimeMapping.cs
- CompileLiteralTextParser.cs
- WinHttpWebProxyFinder.cs
- SmiTypedGetterSetter.cs
- WebPartDisplayModeEventArgs.cs
- MessageBox.cs
- StreamWithDictionary.cs
- SingletonConnectionReader.cs
- DbFunctionCommandTree.cs
- RuleSettings.cs
- Matrix3D.cs
- StructuredTypeInfo.cs
- ObjectDataSourceSelectingEventArgs.cs
- SpeakProgressEventArgs.cs
- DataGridAddNewRow.cs
- PerfCounters.cs
- COAUTHINFO.cs