Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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;
///
///
/// Dependency set returned by BuildManager.GetCachedBuildDependencySet
///
///
[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; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
/************************************************************************************************************/
namespace System.Web.Compilation {
using System.Collections;
using System.Security.Permissions;
///
///
/// Dependency set returned by BuildManager.GetCachedBuildDependencySet
///
///
[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; } }
}
}
// 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
- ToolStripControlHost.cs
- WebControlsSection.cs
- COM2TypeInfoProcessor.cs
- SQLInt16.cs
- MediaElementAutomationPeer.cs
- TraceHandler.cs
- StaticDataManager.cs
- RecognizerInfo.cs
- mactripleDES.cs
- WebPartEventArgs.cs
- WmlControlAdapter.cs
- VariableReference.cs
- HostSecurityManager.cs
- SQLBinaryStorage.cs
- ManipulationInertiaStartingEventArgs.cs
- XmlLangPropertyAttribute.cs
- FontNamesConverter.cs
- SerializeAbsoluteContext.cs
- DynamicQueryableWrapper.cs
- XmlNodeReader.cs
- SymbolType.cs
- XmlConverter.cs
- MyContact.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- HttpHandlersSection.cs
- AddInProcess.cs
- ETagAttribute.cs
- CachedFontFamily.cs
- ScriptBehaviorDescriptor.cs
- ErasingStroke.cs
- InteropBitmapSource.cs
- ConnectionPoolManager.cs
- ClickablePoint.cs
- WindowsRichEdit.cs
- Int32RectConverter.cs
- SamlSecurityTokenAuthenticator.cs
- Registry.cs
- OdbcCommandBuilder.cs
- BoundPropertyEntry.cs
- FileDialog_Vista.cs
- KeyedCollection.cs
- StringConcat.cs
- WebScriptServiceHostFactory.cs
- QueryAsyncResult.cs
- MsmqInputMessagePool.cs
- LinqDataSourceStatusEventArgs.cs
- BaseDataList.cs
- EndCreateSecurityTokenRequest.cs
- GlyphsSerializer.cs
- TypeTypeConverter.cs
- ImageListUtils.cs
- ipaddressinformationcollection.cs
- MILUtilities.cs
- WsatServiceCertificate.cs
- BinaryMessageFormatter.cs
- WorkflowApplicationUnhandledExceptionEventArgs.cs
- Missing.cs
- ByeMessageApril2005.cs
- StorageScalarPropertyMapping.cs
- SettingsBase.cs
- EntityDataSourceChangedEventArgs.cs
- ActivityScheduledQuery.cs
- XmlExtensionFunction.cs
- X509ChainPolicy.cs
- FileDialogCustomPlacesCollection.cs
- PrintPageEvent.cs
- FacetValues.cs
- FormsAuthenticationConfiguration.cs
- CurrencyManager.cs
- CompositeFontFamily.cs
- MembershipAdapter.cs
- ObjectIDGenerator.cs
- FrameworkObject.cs
- EmbeddedMailObject.cs
- Constants.cs
- IndexedSelectQueryOperator.cs
- XmlObjectSerializerReadContextComplex.cs
- SiteMapDesignerDataSourceView.cs
- Overlapped.cs
- StringDictionaryEditor.cs
- ComboBox.cs
- BaseEntityWrapper.cs
- EmptyControlCollection.cs
- ByteStreamGeometryContext.cs
- Helpers.cs
- PerformanceCounterPermission.cs
- IndexedGlyphRun.cs
- SourceElementsCollection.cs
- DrawingCollection.cs
- CompiledXpathExpr.cs
- RepeaterItemEventArgs.cs
- EntityDataSourceContainerNameItem.cs
- Item.cs
- BoundField.cs
- GroupBoxDesigner.cs
- EnumType.cs
- XmlSiteMapProvider.cs
- OleDbError.cs
- GridViewUpdatedEventArgs.cs
- XmlSchemaExporter.cs