Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / Resources / ResXResourceSet.cs / 1305376 / ResXResourceSet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- #if !SYSTEM_WEB namespace System.Resources { using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System; using System.Windows.Forms; using System.Reflection; using Microsoft.Win32; using System.Drawing; using System.IO; using System.ComponentModel; using System.Collections; using System.Resources; ////// /// ResX resource set. /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ResXResourceSet : ResourceSet { ////// /// Creates a resource set for the specified file. /// [ SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors") // Shipped like this in Everett. ] public ResXResourceSet(String fileName) { this.Reader = new ResXResourceReader(fileName); this.Table = new Hashtable(); ReadResources(); } ////// /// Creates a resource set for the specified stream. /// [ SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors") // Shipped like this in Everett. ] public ResXResourceSet(Stream stream) { this.Reader = new ResXResourceReader(stream); this.Table = new Hashtable(); ReadResources(); } ////// /// Gets the default reader type associated with this set. /// public override Type GetDefaultReader() { return typeof(ResXResourceReader); } ////// /// Gets the default writer type associated with this set. /// public override Type GetDefaultWriter() { return typeof(ResXResourceWriter); } } } #endif // !SYSTEM_WEB // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- #if !SYSTEM_WEB namespace System.Resources { using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System; using System.Windows.Forms; using System.Reflection; using Microsoft.Win32; using System.Drawing; using System.IO; using System.ComponentModel; using System.Collections; using System.Resources; ////// /// ResX resource set. /// [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class ResXResourceSet : ResourceSet { ////// /// Creates a resource set for the specified file. /// [ SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors") // Shipped like this in Everett. ] public ResXResourceSet(String fileName) { this.Reader = new ResXResourceReader(fileName); this.Table = new Hashtable(); ReadResources(); } ////// /// Creates a resource set for the specified stream. /// [ SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors") // Shipped like this in Everett. ] public ResXResourceSet(Stream stream) { this.Reader = new ResXResourceReader(stream); this.Table = new Hashtable(); ReadResources(); } ////// /// Gets the default reader type associated with this set. /// public override Type GetDefaultReader() { return typeof(ResXResourceReader); } ////// /// Gets the default writer type associated with this set. /// public override Type GetDefaultWriter() { return typeof(ResXResourceWriter); } } } #endif // !SYSTEM_WEB // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcStatementHandle.cs
- IndexedDataBuffer.cs
- RtType.cs
- SessionPageStateSection.cs
- AppDomainAttributes.cs
- UpdateException.cs
- HyperLinkStyle.cs
- ParameterCollection.cs
- GeneralTransform3D.cs
- SecurityElement.cs
- TdsRecordBufferSetter.cs
- GeneratedContractType.cs
- MarkupCompiler.cs
- BaseDataListActionList.cs
- XPathPatternBuilder.cs
- CompatibleIComparer.cs
- OpCellTreeNode.cs
- PingReply.cs
- XmlSiteMapProvider.cs
- MyContact.cs
- ConnectionPoint.cs
- NetworkInformationPermission.cs
- IBuiltInEvidence.cs
- XslTransform.cs
- Camera.cs
- UserInitiatedNavigationPermission.cs
- ResourceContainer.cs
- DockPanel.cs
- DoubleAnimationUsingPath.cs
- View.cs
- AsymmetricSignatureFormatter.cs
- TextServicesCompartment.cs
- GeometryHitTestResult.cs
- LiteralDesigner.cs
- UpdateManifestForBrowserApplication.cs
- RtfToXamlReader.cs
- IssuedTokenServiceElement.cs
- MediaScriptCommandRoutedEventArgs.cs
- QueryExtender.cs
- Pipe.cs
- CqlErrorHelper.cs
- FacetDescriptionElement.cs
- PersonalizationStateInfo.cs
- UnmanagedMemoryStream.cs
- RangeBase.cs
- HttpResponse.cs
- Delegate.cs
- SharedConnectionWorkflowTransactionService.cs
- DataGridRow.cs
- SaveFileDialog.cs
- TimeStampChecker.cs
- DataGridColumnsPage.cs
- TemplatePartAttribute.cs
- ResourceExpressionBuilder.cs
- SudsCommon.cs
- DataGrid.cs
- ManagementQuery.cs
- InternalConfigRoot.cs
- IgnoreSectionHandler.cs
- WorkflowCreationContext.cs
- StructuralCache.cs
- GradientStopCollection.cs
- SmtpSection.cs
- WmlValidationSummaryAdapter.cs
- MetadataItem_Static.cs
- documentation.cs
- ImageBrush.cs
- CancellationHandler.cs
- PreviewPrintController.cs
- TrackingMemoryStream.cs
- RecordsAffectedEventArgs.cs
- VirtualStackFrame.cs
- MatrixValueSerializer.cs
- DiscreteKeyFrames.cs
- DataGridRowHeader.cs
- IndexedEnumerable.cs
- DataGridViewCellLinkedList.cs
- WebPartEditorApplyVerb.cs
- ItemContainerGenerator.cs
- NotificationContext.cs
- Models.cs
- AttributeProviderAttribute.cs
- WebPartCloseVerb.cs
- TreeNode.cs
- TypedTableBase.cs
- SchemaNamespaceManager.cs
- TraceListeners.cs
- FixedTextBuilder.cs
- CommandBindingCollection.cs
- FileLogRecordStream.cs
- BamlResourceSerializer.cs
- XmlCharacterData.cs
- PropertySourceInfo.cs
- ProxySimple.cs
- ExpressionConverter.cs
- DocumentViewerHelper.cs
- DataObject.cs
- figurelength.cs
- XmlSchemaComplexContent.cs
- HttpDictionary.cs