Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Runtime / CompilerServices / ExecutionScope.cs / 1305376 / ExecutionScope.cs
using System; using System.Linq.Expressions; namespace System.Runtime.CompilerServices { // Kept for backwards compatibility. Unused [Obsolete("do not use this type", true)] public class ExecutionScope { public ExecutionScope Parent; public object[] Globals; public object[] Locals; internal ExecutionScope() { Parent = null; Globals = null; Locals = null; } public object[] CreateHoistedLocals() { throw new NotSupportedException(); } public Delegate CreateDelegate(int indexLambda, object[] locals) { throw new NotSupportedException(); } public Expression IsolateExpression(Expression expression, object[] locals) { throw new NotSupportedException(); } } } // 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
- AtomEntry.cs
- WorkflowQueueInfo.cs
- DeviceContext.cs
- ContainerCodeDomSerializer.cs
- QuaternionAnimationBase.cs
- GeneralTransform3DGroup.cs
- FixedTextBuilder.cs
- BamlVersionHeader.cs
- InputManager.cs
- ContextQuery.cs
- RelativeSource.cs
- XmlIgnoreAttribute.cs
- TableStyle.cs
- DocumentViewerConstants.cs
- StandardToolWindows.cs
- DragCompletedEventArgs.cs
- PersonalizableAttribute.cs
- PagerSettings.cs
- SizeChangedEventArgs.cs
- UIElementParagraph.cs
- SimpleWorkerRequest.cs
- WmlValidationSummaryAdapter.cs
- ThreadStaticAttribute.cs
- DesignerLabelAdapter.cs
- EditBehavior.cs
- FontResourceCache.cs
- ExpressionBuilder.cs
- SafeBitVector32.cs
- Stylus.cs
- httpserverutility.cs
- Assembly.cs
- MediaElement.cs
- WebPartMenuStyle.cs
- DataControlLinkButton.cs
- IResourceProvider.cs
- TextSpanModifier.cs
- CachedPathData.cs
- WsdlInspector.cs
- XmlnsDictionary.cs
- HttpInputStream.cs
- HebrewCalendar.cs
- RemoteCryptoTokenProvider.cs
- AdapterDictionary.cs
- PreservationFileReader.cs
- SimpleHandlerBuildProvider.cs
- SqlTypesSchemaImporter.cs
- EdmType.cs
- AnimationClock.cs
- FlowLayout.cs
- SwitchLevelAttribute.cs
- DelegatingHeader.cs
- Vector.cs
- PasswordPropertyTextAttribute.cs
- ScrollViewerAutomationPeer.cs
- StoryFragments.cs
- Calendar.cs
- ClickablePoint.cs
- ToolZone.cs
- StateDesigner.Helpers.cs
- WebPartConnectionsEventArgs.cs
- ZoomPercentageConverter.cs
- PasswordBoxAutomationPeer.cs
- Not.cs
- ClearTypeHintValidation.cs
- BindUriHelper.cs
- Cursors.cs
- precedingsibling.cs
- GroupBox.cs
- AlternateViewCollection.cs
- ToolboxCategory.cs
- ACE.cs
- HandlerFactoryCache.cs
- RenderTargetBitmap.cs
- CachedTypeface.cs
- SetIterators.cs
- PostBackTrigger.cs
- DirectoryNotFoundException.cs
- BoundField.cs
- DelegatedStream.cs
- DoubleAnimationUsingKeyFrames.cs
- RelatedImageListAttribute.cs
- UnmanagedMemoryStream.cs
- QilLiteral.cs
- EllipticalNodeOperations.cs
- MessageQueuePermission.cs
- StandardTransformFactory.cs
- RenamedEventArgs.cs
- BrowserTree.cs
- Base64Stream.cs
- HtmlLink.cs
- ToolStripRenderer.cs
- HandlerMappingMemo.cs
- BaseAutoFormat.cs
- DuplicateDetector.cs
- ByteAnimationBase.cs
- ProxyHwnd.cs
- DockingAttribute.cs
- GenericIdentity.cs
- CalendarButton.cs
- MessageLoggingFilterTraceRecord.cs