Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / Resources / ResXResourceSet.cs / 1 / 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
- ConfigViewGenerator.cs
- UpWmlPageAdapter.cs
- EnvelopedPkcs7.cs
- TextLineBreak.cs
- ObjectRef.cs
- UrlMapping.cs
- OrCondition.cs
- SmtpDigestAuthenticationModule.cs
- AttachedAnnotationChangedEventArgs.cs
- ExponentialEase.cs
- serverconfig.cs
- PointAnimationUsingPath.cs
- EncoderBestFitFallback.cs
- ToolStripPanelCell.cs
- SqlBooleanMismatchVisitor.cs
- RegexMatch.cs
- OleDbReferenceCollection.cs
- WebConfigurationHostFileChange.cs
- arabicshape.cs
- HttpCookie.cs
- GridViewUpdatedEventArgs.cs
- ToolStripDropDownButton.cs
- Pair.cs
- PnrpPermission.cs
- GlyphInfoList.cs
- TraceListeners.cs
- CompositeDataBoundControl.cs
- HiddenFieldDesigner.cs
- SynchronizedRandom.cs
- StateChangeEvent.cs
- SplineKeyFrames.cs
- FormsAuthenticationTicket.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- XmlIlTypeHelper.cs
- EntityTemplateFactory.cs
- ClientType.cs
- InfoCardKeyedHashAlgorithm.cs
- CorePropertiesFilter.cs
- UInt32Converter.cs
- TextSearch.cs
- PersistenceTypeAttribute.cs
- InputScopeAttribute.cs
- CodeTypeOfExpression.cs
- GeneralTransform.cs
- SafeHandles.cs
- SessionPageStatePersister.cs
- AuthenticodeSignatureInformation.cs
- CommonDialog.cs
- ToolStripActionList.cs
- ObjectDataSourceChooseTypePanel.cs
- DataPointer.cs
- Registry.cs
- MetadataItemEmitter.cs
- ActivityStateRecord.cs
- iisPickupDirectory.cs
- xamlnodes.cs
- MetadataUtilsSmi.cs
- Renderer.cs
- XpsImage.cs
- Literal.cs
- CodeArrayIndexerExpression.cs
- MultiBindingExpression.cs
- RelationalExpressions.cs
- TimeSpanConverter.cs
- MarginsConverter.cs
- Deflater.cs
- OdbcConnectionStringbuilder.cs
- PaintEvent.cs
- Types.cs
- X509SecurityTokenProvider.cs
- EventHandlerList.cs
- IISMapPath.cs
- TdsRecordBufferSetter.cs
- WorkflowDesignerColors.cs
- SiteMapDataSourceView.cs
- CacheDict.cs
- MsmqAppDomainProtocolHandler.cs
- WebPartEventArgs.cs
- ThreadWorkerController.cs
- ImageListUtils.cs
- XmlAttributeOverrides.cs
- KnownTypesProvider.cs
- GridViewUpdateEventArgs.cs
- ConfigurationManagerInternalFactory.cs
- WebCategoryAttribute.cs
- SmtpSection.cs
- EntityDataSourceDataSelectionPanel.designer.cs
- MediaElement.cs
- Composition.cs
- DataGridViewRowsRemovedEventArgs.cs
- WindowsListView.cs
- HttpInputStream.cs
- ControlDesigner.cs
- AppDomainFactory.cs
- TextBoxDesigner.cs
- FixedSOMTableRow.cs
- SiteMapDataSourceView.cs
- CapabilitiesUse.cs
- HitTestWithPointDrawingContextWalker.cs
- AssemblyAttributes.cs