Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- LOSFormatter.cs
- TypeConverterHelper.cs
- PointF.cs
- StandardCommands.cs
- MobileFormsAuthentication.cs
- IdnMapping.cs
- SafeMILHandle.cs
- TextEndOfLine.cs
- DbParameterCollection.cs
- InstanceStoreQueryResult.cs
- XmlCharCheckingWriter.cs
- HyperLinkField.cs
- EmissiveMaterial.cs
- TypeLoader.cs
- WebPartMenu.cs
- IpcManager.cs
- MessagingActivityHelper.cs
- InputMethodStateChangeEventArgs.cs
- BufferedGraphicsManager.cs
- FixedSOMTableRow.cs
- Parameter.cs
- Vector3DKeyFrameCollection.cs
- NativeObjectSecurity.cs
- HtmlControlDesigner.cs
- TrayIconDesigner.cs
- RuntimeUtils.cs
- Geometry3D.cs
- EUCJPEncoding.cs
- MarkerProperties.cs
- XmlRootAttribute.cs
- GridViewRowCollection.cs
- DynamicRouteExpression.cs
- HitTestParameters.cs
- LocalizationComments.cs
- HitTestWithPointDrawingContextWalker.cs
- ValueCollectionParameterReader.cs
- AsnEncodedData.cs
- RemoveStoryboard.cs
- UpdateManifestForBrowserApplication.cs
- InputScopeAttribute.cs
- BindingsCollection.cs
- StylusTip.cs
- ArrayListCollectionBase.cs
- TimeSpanValidatorAttribute.cs
- DataRecordInternal.cs
- RoleManagerModule.cs
- ParserContext.cs
- DataGridRowClipboardEventArgs.cs
- ConditionalExpression.cs
- DrawingBrush.cs
- IUnknownConstantAttribute.cs
- LinqToSqlWrapper.cs
- DataBindingCollectionConverter.cs
- DefaultSerializationProviderAttribute.cs
- StrongNameMembershipCondition.cs
- BrowserCapabilitiesFactory35.cs
- JsonDeserializer.cs
- ConnectionConsumerAttribute.cs
- GridViewRowEventArgs.cs
- SessionPageStateSection.cs
- odbcmetadatacollectionnames.cs
- _DigestClient.cs
- Delegate.cs
- ViewKeyConstraint.cs
- Panel.cs
- DeploymentExceptionMapper.cs
- MetadataWorkspace.cs
- BuildProvidersCompiler.cs
- Point3DCollection.cs
- MemberDomainMap.cs
- Positioning.cs
- EntityDataSourceStatementEditor.cs
- VariableAction.cs
- LightweightCodeGenerator.cs
- RSAOAEPKeyExchangeDeformatter.cs
- Queue.cs
- BackgroundFormatInfo.cs
- Processor.cs
- WindowsRebar.cs
- PropertyStore.cs
- CancellationState.cs
- DrawItemEvent.cs
- FontStretches.cs
- BindingElement.cs
- TemplateColumn.cs
- Base64Encoder.cs
- OpenFileDialog.cs
- OptionUsage.cs
- StatusBar.cs
- SqlFormatter.cs
- UnderstoodHeaders.cs
- AssemblyHash.cs
- DesignOnlyAttribute.cs
- RenderTargetBitmap.cs
- HttpListenerRequest.cs
- AsyncContentLoadedEventArgs.cs
- GlyphRun.cs
- SiteMapNode.cs
- TextRunTypographyProperties.cs
- XhtmlBasicImageAdapter.cs