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
- IncrementalCompileAnalyzer.cs
- Queue.cs
- IntellisenseTextBox.cs
- XmlSchemaAttributeGroupRef.cs
- WorkerRequest.cs
- Scene3D.cs
- FileSystemWatcher.cs
- dataobject.cs
- Parser.cs
- DateTimeFormat.cs
- TableLayoutColumnStyleCollection.cs
- COM2ICategorizePropertiesHandler.cs
- DoubleCollectionConverter.cs
- WebDisplayNameAttribute.cs
- PageSettings.cs
- InvalidCommandTreeException.cs
- BuilderPropertyEntry.cs
- SHA1.cs
- NullRuntimeConfig.cs
- PassportPrincipal.cs
- wgx_exports.cs
- LicenseException.cs
- UnmanagedMemoryStream.cs
- ReadOnlyCollectionBase.cs
- BindingBase.cs
- DoWhileDesigner.xaml.cs
- HashHelper.cs
- SchemaObjectWriter.cs
- ByteKeyFrameCollection.cs
- HandledMouseEvent.cs
- XmlSerializerVersionAttribute.cs
- WinFormsSecurity.cs
- ElementHost.cs
- TokenCreationParameter.cs
- InstallerTypeAttribute.cs
- InstancePersistenceCommandException.cs
- HtmlInputPassword.cs
- ExtensionFile.cs
- ConstructorExpr.cs
- TemplateKeyConverter.cs
- DataRecordObjectView.cs
- XPathNodeHelper.cs
- DataRelation.cs
- DispatcherEventArgs.cs
- DiagnosticsConfigurationHandler.cs
- DataGridCellsPanel.cs
- PrinterSettings.cs
- HttpWebRequest.cs
- CurrentTimeZone.cs
- SecureEnvironment.cs
- StructuredCompositeActivityDesigner.cs
- DCSafeHandle.cs
- SmtpDateTime.cs
- TailPinnedEventArgs.cs
- DocumentViewer.cs
- SemaphoreSlim.cs
- SmtpCommands.cs
- EditingCoordinator.cs
- CreateParams.cs
- AsymmetricKeyExchangeDeformatter.cs
- Root.cs
- XmlDataSource.cs
- ApplicationProxyInternal.cs
- TabItemAutomationPeer.cs
- TaskCanceledException.cs
- CreateUserWizardDesigner.cs
- ValidatingReaderNodeData.cs
- FormattedTextSymbols.cs
- PersonalizationProviderCollection.cs
- ScrollBarRenderer.cs
- SoapEnumAttribute.cs
- HttpHeaderCollection.cs
- IntranetCredentialPolicy.cs
- XmlWrappingReader.cs
- AnimatedTypeHelpers.cs
- LongValidator.cs
- WindowsImpersonationContext.cs
- handlecollector.cs
- WebSysDefaultValueAttribute.cs
- ItemsControlAutomationPeer.cs
- SqlNotificationEventArgs.cs
- KeyValueInternalCollection.cs
- BindingNavigator.cs
- DefaultPropertyAttribute.cs
- NativeMethods.cs
- ImageFormatConverter.cs
- TextServicesLoader.cs
- TextContainerChangedEventArgs.cs
- StateChangeEvent.cs
- WebPartHelpVerb.cs
- Converter.cs
- TransformProviderWrapper.cs
- DiscoveryServiceExtension.cs
- SupportingTokenAuthenticatorSpecification.cs
- ThaiBuddhistCalendar.cs
- DefaultParameterValueAttribute.cs
- RichTextBoxContextMenu.cs
- Grant.cs
- DesignerView.Commands.cs
- ColumnHeader.cs