Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / clr / src / BCL / System / Reflection / ManifestResourceInfo.cs / 1 / ManifestResourceInfo.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ManifestResourceInfo ** ** ** Purpose: For info regarding a manifest resource's topology. ** ** =============================================================================*/ namespace System.Reflection { using System; [System.Runtime.InteropServices.ComVisible(true)] public class ManifestResourceInfo { private Assembly _containingAssembly; private String _containingFileName; private ResourceLocation _resourceLocation; internal ManifestResourceInfo(Assembly containingAssembly, String containingFileName, ResourceLocation resourceLocation) { _containingAssembly = containingAssembly; _containingFileName = containingFileName; _resourceLocation = resourceLocation; } public virtual Assembly ReferencedAssembly { get { return _containingAssembly; } } public virtual String FileName { get { return _containingFileName; } } public virtual ResourceLocation ResourceLocation { get { return _resourceLocation; } } } // The ResourceLocation is a combination of these flags, set or not. // Linked means not Embedded. [Flags, Serializable] [System.Runtime.InteropServices.ComVisible(true)] public enum ResourceLocation { Embedded = 0x1, ContainedInAnotherAssembly = 0x2, ContainedInManifestFile = 0x4 } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: ManifestResourceInfo ** ** ** Purpose: For info regarding a manifest resource's topology. ** ** =============================================================================*/ namespace System.Reflection { using System; [System.Runtime.InteropServices.ComVisible(true)] public class ManifestResourceInfo { private Assembly _containingAssembly; private String _containingFileName; private ResourceLocation _resourceLocation; internal ManifestResourceInfo(Assembly containingAssembly, String containingFileName, ResourceLocation resourceLocation) { _containingAssembly = containingAssembly; _containingFileName = containingFileName; _resourceLocation = resourceLocation; } public virtual Assembly ReferencedAssembly { get { return _containingAssembly; } } public virtual String FileName { get { return _containingFileName; } } public virtual ResourceLocation ResourceLocation { get { return _resourceLocation; } } } // The ResourceLocation is a combination of these flags, set or not. // Linked means not Embedded. [Flags, Serializable] [System.Runtime.InteropServices.ComVisible(true)] public enum ResourceLocation { Embedded = 0x1, ContainedInAnotherAssembly = 0x2, ContainedInManifestFile = 0x4 } } // 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
- WebPartDeleteVerb.cs
- CompilerScope.Storage.cs
- TimeoutStream.cs
- UnwrappedTypesXmlSerializerManager.cs
- DES.cs
- SystemFonts.cs
- RadioButtonRenderer.cs
- CompilerState.cs
- CookieHandler.cs
- GridItemPatternIdentifiers.cs
- ShapeTypeface.cs
- smtpconnection.cs
- AuthenticationServiceManager.cs
- util.cs
- XamlTypeMapperSchemaContext.cs
- ExecutionProperties.cs
- MetadataSerializer.cs
- WorkflowInlining.cs
- InvalidAsynchronousStateException.cs
- WindowsClaimSet.cs
- DiagnosticTraceSource.cs
- TextEditorDragDrop.cs
- ConfigXmlAttribute.cs
- PlatformCulture.cs
- Stack.cs
- TextContainerChangeEventArgs.cs
- Slider.cs
- FlowStep.cs
- DrawingImage.cs
- ColumnResult.cs
- RandomNumberGenerator.cs
- SoapCodeExporter.cs
- SqlDependency.cs
- UdpTransportSettingsElement.cs
- ResourcesChangeInfo.cs
- Double.cs
- HWStack.cs
- XPathNode.cs
- ChildrenQuery.cs
- FrameworkContextData.cs
- ConfigXmlWhitespace.cs
- SessionState.cs
- Visitor.cs
- FileInfo.cs
- TagMapCollection.cs
- ImageCodecInfoPrivate.cs
- ZoomingMessageFilter.cs
- WebServiceResponseDesigner.cs
- QueryableDataSource.cs
- DataSourceHelper.cs
- AspNetPartialTrustHelpers.cs
- SymbolPair.cs
- DashStyles.cs
- StrokeSerializer.cs
- TouchesCapturedWithinProperty.cs
- ClassHandlersStore.cs
- RootBrowserWindow.cs
- ProfileInfo.cs
- PersonalizationProvider.cs
- IndependentAnimationStorage.cs
- SerializationEventsCache.cs
- BaseAsyncResult.cs
- ObfuscateAssemblyAttribute.cs
- ObjectSet.cs
- ProfileParameter.cs
- MasterPageParser.cs
- HttpException.cs
- EventSetter.cs
- ViewEvent.cs
- RoleService.cs
- XmlLoader.cs
- NullableDecimalSumAggregationOperator.cs
- List.cs
- UnsafeNativeMethodsPenimc.cs
- PageBuildProvider.cs
- XhtmlBasicObjectListAdapter.cs
- RuleSettings.cs
- App.cs
- SiteMapHierarchicalDataSourceView.cs
- SQLBinaryStorage.cs
- ProvidersHelper.cs
- HttpServerUtilityBase.cs
- TimeoutException.cs
- controlskin.cs
- Processor.cs
- _ConnectStream.cs
- DBSqlParserTable.cs
- InternalControlCollection.cs
- HttpModulesSection.cs
- GenericAuthenticationEventArgs.cs
- DateTimeFormatInfo.cs
- DataSourceListEditor.cs
- ShutDownListener.cs
- WindowsScrollBarBits.cs
- DataSourceHelper.cs
- WindowsFormsSectionHandler.cs
- WorkflowDefinitionDispenser.cs
- PenThread.cs
- RijndaelManaged.cs
- OleDbConnectionPoolGroupProviderInfo.cs