Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / Reliability / PrePrepareMethodAttribute.cs / 1305376 / PrePrepareMethodAttribute.cs
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
//
// [....]
/*============================================================
**
** Class: PrePrepareMethodAttribute
**
** Purpose: Serves as a hint to ngen that the decorated method
** (and its statically determinable call graph) should be
** prepared (as for Constrained Execution Region use). This
** is primarily useful in the scenario where the method in
** question will be prepared explicitly at runtime and the
** author of the method knows this and wishes to avoid the
** overhead of runtime preparation.
**
** Date: December 18, 2003
**
===========================================================*/
namespace System.Runtime.ConstrainedExecution
{
using System;
using System.Runtime.InteropServices;
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method, Inherited = false)]
public sealed class PrePrepareMethodAttribute : Attribute
{
public PrePrepareMethodAttribute()
{
}
}
}
// 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
- TypeUtil.cs
- WindowsAuthenticationModule.cs
- GAC.cs
- MetaChildrenColumn.cs
- tibetanshape.cs
- InlineCollection.cs
- XmlUrlEditor.cs
- PropertyKey.cs
- ListenUriMode.cs
- Int64Converter.cs
- IxmlLineInfo.cs
- OleDbInfoMessageEvent.cs
- TextServicesCompartmentContext.cs
- SQLMoneyStorage.cs
- XamlFigureLengthSerializer.cs
- SharedStatics.cs
- Int16AnimationUsingKeyFrames.cs
- XmlDomTextWriter.cs
- RadioButton.cs
- BuildManagerHost.cs
- PersonalizationAdministration.cs
- AssociationSetEnd.cs
- AdjustableArrowCap.cs
- KeyTime.cs
- DBConcurrencyException.cs
- TraceContext.cs
- ViewSimplifier.cs
- Rect.cs
- FunctionUpdateCommand.cs
- SqlInfoMessageEvent.cs
- DisableDpiAwarenessAttribute.cs
- FileUpload.cs
- ValidatingPropertiesEventArgs.cs
- IMembershipProvider.cs
- DataColumnPropertyDescriptor.cs
- WebContext.cs
- ListCollectionView.cs
- Compiler.cs
- CheckBoxAutomationPeer.cs
- PropertyEmitter.cs
- RemotingAttributes.cs
- EngineSiteSapi.cs
- FontStretch.cs
- WebResourceAttribute.cs
- HttpModuleCollection.cs
- ScriptingRoleServiceSection.cs
- HtmlGenericControl.cs
- IIS7UserPrincipal.cs
- TogglePattern.cs
- DataSourceView.cs
- BrowserDefinitionCollection.cs
- Vector3dCollection.cs
- InvalidateEvent.cs
- ToggleButtonAutomationPeer.cs
- CqlErrorHelper.cs
- BindingGroup.cs
- Context.cs
- MatrixTransform3D.cs
- KeyValuePair.cs
- Security.cs
- FixedDocument.cs
- DBConnection.cs
- WrapPanel.cs
- SecUtil.cs
- Missing.cs
- DeviceSpecificDialogCachedState.cs
- ZoneButton.cs
- RoutedEventHandlerInfo.cs
- SystemInfo.cs
- DefaultWorkflowLoaderService.cs
- TextWriter.cs
- XamlInt32CollectionSerializer.cs
- PipeStream.cs
- ByeOperationCD1AsyncResult.cs
- Section.cs
- PermissionToken.cs
- TdsParserSafeHandles.cs
- Number.cs
- DependencyProperty.cs
- CodeDOMProvider.cs
- SqlAggregateChecker.cs
- DecimalAnimationUsingKeyFrames.cs
- BitmapEffectvisualstate.cs
- XmlSerializationGeneratedCode.cs
- StringFreezingAttribute.cs
- PowerStatus.cs
- DispatchOperationRuntime.cs
- ImageIndexConverter.cs
- ClientSettingsStore.cs
- LookupNode.cs
- PrimitiveXmlSerializers.cs
- AspNetCompatibilityRequirementsAttribute.cs
- DataGridCheckBoxColumn.cs
- StorageModelBuildProvider.cs
- SmtpReplyReader.cs
- DeviceFiltersSection.cs
- CalloutQueueItem.cs
- GridViewAutoFormat.cs
- RangeBase.cs
- CustomAssemblyResolver.cs