Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / BuildDependencySet.cs / 1305376 / BuildDependencySet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System.Collections; using System.Security.Permissions; ////// public sealed class BuildDependencySet { private BuildResult _result; internal BuildDependencySet(BuildResult result) { _result = result; } public string HashCode { get { return _result.VirtualPathDependenciesHash; } } public IEnumerable VirtualPaths { get { return _result.VirtualPathDependencies; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Dependency set returned by BuildManager.GetCachedBuildDependencySet /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System.Collections; using System.Security.Permissions; ////// public sealed class BuildDependencySet { private BuildResult _result; internal BuildDependencySet(BuildResult result) { _result = result; } public string HashCode { get { return _result.VirtualPathDependenciesHash; } } public IEnumerable VirtualPaths { get { return _result.VirtualPathDependencies; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Dependency set returned by BuildManager.GetCachedBuildDependencySet /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ObjectIDGenerator.cs
- UrlPropertyAttribute.cs
- MbpInfo.cs
- CriticalHandle.cs
- ScrollViewer.cs
- EventMappingSettings.cs
- ElementMarkupObject.cs
- FontStyleConverter.cs
- ServerProtocol.cs
- SchemaElement.cs
- RenderData.cs
- ChtmlImageAdapter.cs
- _Semaphore.cs
- MouseActionValueSerializer.cs
- NetworkAddressChange.cs
- MetaTableHelper.cs
- DoubleLinkList.cs
- ArgumentException.cs
- DesignerSerializerAttribute.cs
- TypeGeneratedEventArgs.cs
- AppSettingsExpressionBuilder.cs
- SafeFileHandle.cs
- ConstantSlot.cs
- BinHexDecoder.cs
- PermissionSetEnumerator.cs
- AssociationSet.cs
- ErrorHandler.cs
- BamlResourceDeserializer.cs
- DbXmlEnabledProviderManifest.cs
- SerializationStore.cs
- XmlReader.cs
- CoreSwitches.cs
- DoubleKeyFrameCollection.cs
- MediaCommands.cs
- Blend.cs
- CodeComment.cs
- RadioButtonRenderer.cs
- CursorInteropHelper.cs
- WebPartDesigner.cs
- CompiledQueryCacheKey.cs
- TypeSystem.cs
- SortKey.cs
- NativeMethods.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- Clock.cs
- XPathDocumentBuilder.cs
- TypeConverter.cs
- _Semaphore.cs
- SecurityChannelListener.cs
- GeometryGroup.cs
- DataGridViewButtonColumn.cs
- MobileControlPersister.cs
- WindowsFont.cs
- securestring.cs
- SqlUtils.cs
- Request.cs
- TransformerTypeCollection.cs
- ParameterBinding.cs
- SiteMapHierarchicalDataSourceView.cs
- StoreItemCollection.Loader.cs
- ContentPlaceHolderDesigner.cs
- PrintPreviewGraphics.cs
- PersonalizableTypeEntry.cs
- WorkflowServiceHostFactory.cs
- KeyGesture.cs
- SoapTransportImporter.cs
- SymLanguageType.cs
- WindowsNonControl.cs
- DataExpression.cs
- Error.cs
- EntityDataSourceContainerNameConverter.cs
- TableItemStyle.cs
- Accessors.cs
- DataGridViewImageColumn.cs
- InstanceValue.cs
- SQLDecimal.cs
- ECDiffieHellmanCng.cs
- TextEndOfParagraph.cs
- NameHandler.cs
- InternalConfigConfigurationFactory.cs
- AstNode.cs
- ComponentManagerBroker.cs
- PaginationProgressEventArgs.cs
- UrlPropertyAttribute.cs
- ContainerVisual.cs
- DataGridPageChangedEventArgs.cs
- WebCategoryAttribute.cs
- WebRequestModulesSection.cs
- Dispatcher.cs
- ScopelessEnumAttribute.cs
- Timer.cs
- WebMessageEncoderFactory.cs
- BitmapEffect.cs
- ScriptingProfileServiceSection.cs
- MenuItem.cs
- CapabilitiesAssignment.cs
- TypeInitializationException.cs
- Baml6ConstructorInfo.cs
- QualificationDataAttribute.cs
- DesignRelationCollection.cs