Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / Compilation / BuildDependencySet.cs / 1 / BuildDependencySet.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /************************************************************************************************************/ namespace System.Web.Compilation { using System.Collections; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; } } } }/// Dependency set returned by BuildManager.GetCachedBuildDependencySet /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MemoryFailPoint.cs
- TabPanel.cs
- ConfigurationStrings.cs
- CompressedStack.cs
- XmlCodeExporter.cs
- InArgument.cs
- Missing.cs
- CodeTryCatchFinallyStatement.cs
- ToolStripDropDownClosingEventArgs.cs
- DeferrableContent.cs
- UnknownBitmapDecoder.cs
- GraphicsPathIterator.cs
- ToolStripContentPanel.cs
- AttributedMetaModel.cs
- PageClientProxyGenerator.cs
- Parser.cs
- PrintPreviewGraphics.cs
- SHA512.cs
- IndexedEnumerable.cs
- PointAnimationUsingKeyFrames.cs
- GeneralTransform2DTo3DTo2D.cs
- GorillaCodec.cs
- activationcontext.cs
- RequestTimeoutManager.cs
- LicFileLicenseProvider.cs
- ResourceContainer.cs
- TextSearch.cs
- PointCollectionConverter.cs
- TagElement.cs
- XPathPatternParser.cs
- ManipulationVelocities.cs
- AnimationStorage.cs
- SafeCoTaskMem.cs
- ConsumerConnectionPoint.cs
- BuiltInPermissionSets.cs
- RepeatBehaviorConverter.cs
- ImageListStreamer.cs
- PlatformCulture.cs
- BaseCollection.cs
- DesignerActionUIStateChangeEventArgs.cs
- HtmlAnchor.cs
- StreamGeometryContext.cs
- FeatureSupport.cs
- DependencyObjectPropertyDescriptor.cs
- PropertyGridCommands.cs
- TeredoHelper.cs
- PathSegmentCollection.cs
- HttpValueCollection.cs
- MethodRental.cs
- BinHexDecoder.cs
- HMACSHA512.cs
- DomNameTable.cs
- DataRelationCollection.cs
- SapiInterop.cs
- FigureHelper.cs
- WindowHideOrCloseTracker.cs
- SchemaElementDecl.cs
- RelationshipWrapper.cs
- EllipseGeometry.cs
- InputProcessorProfilesLoader.cs
- GeneralTransform.cs
- DictionaryContent.cs
- SoapWriter.cs
- SoapInteropTypes.cs
- WebPartPersonalization.cs
- ReturnEventArgs.cs
- XPathBuilder.cs
- XmlName.cs
- DataMemberAttribute.cs
- ClientTarget.cs
- CodeChecksumPragma.cs
- WebServiceMethodData.cs
- ProfileInfo.cs
- BooleanFunctions.cs
- RequiredArgumentAttribute.cs
- GeneralTransform3DTo2DTo3D.cs
- SelectionProcessor.cs
- webproxy.cs
- AssemblyBuilder.cs
- TextBounds.cs
- TrimSurroundingWhitespaceAttribute.cs
- VariableExpressionConverter.cs
- Light.cs
- DispatcherProcessingDisabled.cs
- TextTreeUndoUnit.cs
- MenuItemStyleCollection.cs
- DataGridViewCheckBoxColumn.cs
- SmiMetaDataProperty.cs
- SQLInt16Storage.cs
- HttpConfigurationContext.cs
- ExternalCalls.cs
- RunInstallerAttribute.cs
- BlobPersonalizationState.cs
- ContractsBCL.cs
- FrameworkName.cs
- VirtualizedItemProviderWrapper.cs
- NumberFunctions.cs
- DataViewSettingCollection.cs
- SrgsNameValueTag.cs
- SqlDataSourceSelectingEventArgs.cs