Code:
/ 4.0 / 4.0 / 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. 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
- PropertyNames.cs
- IisTraceListener.cs
- SmiConnection.cs
- MethodBuilderInstantiation.cs
- FormatConvertedBitmap.cs
- NotifyIcon.cs
- Size3DValueSerializer.cs
- LocatorManager.cs
- XmlText.cs
- CompiledIdentityConstraint.cs
- LinqDataSourceView.cs
- WmlImageAdapter.cs
- CollectionBase.cs
- DependencyPropertyDescriptor.cs
- ExternalFile.cs
- DocComment.cs
- DataGridViewCellMouseEventArgs.cs
- HierarchicalDataSourceControl.cs
- RotateTransform3D.cs
- ActivationArguments.cs
- KeyFrames.cs
- _FtpDataStream.cs
- WebConfigurationHostFileChange.cs
- Container.cs
- formatstringdialog.cs
- PropertyIDSet.cs
- Quaternion.cs
- ConfigXmlText.cs
- Rect3D.cs
- OleAutBinder.cs
- DeviceContexts.cs
- QueryContinueDragEvent.cs
- OpacityConverter.cs
- ProfileInfo.cs
- DesignerToolStripControlHost.cs
- ObjectCloneHelper.cs
- ReadOnlyCollection.cs
- ContextMenuStrip.cs
- TemplatePropertyEntry.cs
- ItemCheckEvent.cs
- SettingsPropertyCollection.cs
- DynamicQueryableWrapper.cs
- ConstructorBuilder.cs
- XmlEntity.cs
- XmlQueryType.cs
- TemplateControlParser.cs
- ToolStripOverflow.cs
- WorkflowDefinitionDispenser.cs
- BufferedMessageWriter.cs
- ExceptionWrapper.cs
- MimeImporter.cs
- TypeGeneratedEventArgs.cs
- Int64AnimationBase.cs
- AccessedThroughPropertyAttribute.cs
- InputProviderSite.cs
- Attributes.cs
- ScrollEvent.cs
- RoutedEventConverter.cs
- HttpAsyncResult.cs
- Exceptions.cs
- LockedHandleGlyph.cs
- AnnotationComponentChooser.cs
- ObjectIDGenerator.cs
- PageContentCollection.cs
- InfocardChannelParameter.cs
- MatrixTransform.cs
- MemoryStream.cs
- XmlSchemaSimpleTypeRestriction.cs
- TableColumnCollection.cs
- SiteMapNodeItemEventArgs.cs
- TextEditor.cs
- TextTreePropertyUndoUnit.cs
- OleCmdHelper.cs
- UriSectionData.cs
- objectresult_tresulttype.cs
- EastAsianLunisolarCalendar.cs
- SignatureConfirmations.cs
- GZipUtils.cs
- ZipIOLocalFileHeader.cs
- StringUtil.cs
- DbMetaDataColumnNames.cs
- SelectionRange.cs
- BaseValidatorDesigner.cs
- StaticDataManager.cs
- ReturnType.cs
- RegexInterpreter.cs
- SiteMapNodeItem.cs
- x509store.cs
- SmtpNtlmAuthenticationModule.cs
- SecuritySessionServerSettings.cs
- PrimitiveType.cs
- Mappings.cs
- PriorityRange.cs
- ResetableIterator.cs
- EmptyElement.cs
- CodeGenerator.cs
- QueryTask.cs
- Msmq4SubqueuePoisonHandler.cs
- SqlMultiplexer.cs
- BindingList.cs