Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QilXmlReader.cs
- SqlInfoMessageEvent.cs
- MatrixUtil.cs
- KnownIds.cs
- TabItemWrapperAutomationPeer.cs
- Model3DGroup.cs
- OleStrCAMarshaler.cs
- DecoderReplacementFallback.cs
- SQLSingleStorage.cs
- RectConverter.cs
- MediaTimeline.cs
- AsyncInvokeOperation.cs
- ErrorWebPart.cs
- RemotingAttributes.cs
- ServiceNameCollection.cs
- ProviderCommandInfoUtils.cs
- CharUnicodeInfo.cs
- ParameterCollectionEditorForm.cs
- DocumentGrid.cs
- UnknownWrapper.cs
- Button.cs
- DebugInfoGenerator.cs
- DrawingGroup.cs
- ReflectTypeDescriptionProvider.cs
- SqlError.cs
- ZoneMembershipCondition.cs
- EditBehavior.cs
- Semaphore.cs
- QilName.cs
- ThrowHelper.cs
- BaseCAMarshaler.cs
- ClientSettingsSection.cs
- ConfigXmlAttribute.cs
- PropertyEmitter.cs
- RectConverter.cs
- SignalGate.cs
- AssemblyBuilder.cs
- Process.cs
- ListChunk.cs
- FlowDocumentPaginator.cs
- TripleDESCryptoServiceProvider.cs
- Policy.cs
- CodeGeneratorOptions.cs
- XamlGridLengthSerializer.cs
- ViewSimplifier.cs
- RedistVersionInfo.cs
- documentsequencetextpointer.cs
- HostingEnvironmentWrapper.cs
- XmlSchemaAny.cs
- BitmapImage.cs
- SystemInfo.cs
- IfAction.cs
- XmlObjectSerializerWriteContextComplexJson.cs
- COM2Enum.cs
- InternalControlCollection.cs
- FullTextState.cs
- XmlImplementation.cs
- XmlSchemaSet.cs
- StringWriter.cs
- DataGridViewColumnEventArgs.cs
- CapacityStreamGeometryContext.cs
- SignedInfo.cs
- HttpCachePolicyElement.cs
- Misc.cs
- NativeMethods.cs
- PersonalizationStateQuery.cs
- BooleanConverter.cs
- PowerEase.cs
- GridViewColumnHeaderAutomationPeer.cs
- DefaultSection.cs
- TextProperties.cs
- ColumnClickEvent.cs
- basecomparevalidator.cs
- RegularExpressionValidator.cs
- RowToFieldTransformer.cs
- MembershipSection.cs
- RSATokenProvider.cs
- ServiceHostFactory.cs
- ProfileProvider.cs
- GACIdentityPermission.cs
- CustomErrorsSectionWrapper.cs
- DbConnectionPool.cs
- GenericUriParser.cs
- ComponentChangedEvent.cs
- RecommendedAsConfigurableAttribute.cs
- ListViewInsertEventArgs.cs
- ResourceKey.cs
- IconBitmapDecoder.cs
- Size.cs
- Menu.cs
- SR.cs
- QueryGenerator.cs
- ResXResourceWriter.cs
- SqlBulkCopyColumnMappingCollection.cs
- ToolbarAUtomationPeer.cs
- ResourceAttributes.cs
- MsmqHostedTransportManager.cs
- BigInt.cs
- WebPartDescriptionCollection.cs
- BasicBrowserDialog.designer.cs