Code:
/ 4.0 / 4.0 / 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. // ==++== // // 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
- RegistryKey.cs
- DataReaderContainer.cs
- ThaiBuddhistCalendar.cs
- Odbc32.cs
- PrivilegedConfigurationManager.cs
- ApplicationSecurityInfo.cs
- SchemaComplexType.cs
- PageRequestManager.cs
- ChainOfDependencies.cs
- DependentList.cs
- TypeResolvingOptionsAttribute.cs
- PopupEventArgs.cs
- TextAnchor.cs
- UriScheme.cs
- GradientBrush.cs
- GeometryModel3D.cs
- Vector3DAnimationUsingKeyFrames.cs
- RichTextBox.cs
- FontInfo.cs
- SqlConnection.cs
- SqlDataAdapter.cs
- SymmetricKeyWrap.cs
- EmptyReadOnlyDictionaryInternal.cs
- OpenFileDialog.cs
- PageParserFilter.cs
- SchemaCollectionPreprocessor.cs
- WebBaseEventKeyComparer.cs
- Stream.cs
- WebPartConnection.cs
- SchemaElementLookUpTable.cs
- ColumnProvider.cs
- ProviderConnectionPoint.cs
- PnrpPermission.cs
- CookieProtection.cs
- Part.cs
- ProviderUtil.cs
- HelpEvent.cs
- DataSourceControl.cs
- QueueSurrogate.cs
- XmlTextEncoder.cs
- RepeatBehaviorConverter.cs
- XmlAttributes.cs
- ModelPerspective.cs
- PathFigure.cs
- XPathConvert.cs
- SecurityTokenProvider.cs
- StateBag.cs
- LambdaCompiler.Statements.cs
- ScrollChrome.cs
- Activation.cs
- TempFiles.cs
- DocumentSequenceHighlightLayer.cs
- ObjectDataSourceStatusEventArgs.cs
- JsonWriterDelegator.cs
- RNGCryptoServiceProvider.cs
- SqlUDTStorage.cs
- MultiByteCodec.cs
- WindowsRegion.cs
- StaticSiteMapProvider.cs
- Int64.cs
- ManagedFilter.cs
- SimpleHandlerFactory.cs
- DiagnosticSection.cs
- SqlUdtInfo.cs
- LinqDataSourceDeleteEventArgs.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- ValueOfAction.cs
- TripleDESCryptoServiceProvider.cs
- dbdatarecord.cs
- BaseAsyncResult.cs
- CodeAccessPermission.cs
- CodeVariableReferenceExpression.cs
- SourceSwitch.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- NodeFunctions.cs
- TextEffect.cs
- FlowDocumentReaderAutomationPeer.cs
- SchemaType.cs
- AssociationTypeEmitter.cs
- SQLInt64.cs
- DataContractFormatAttribute.cs
- BufferedGraphicsManager.cs
- HttpConfigurationSystem.cs
- ProxyWebPartConnectionCollection.cs
- DateTimeConstantAttribute.cs
- TextFormattingConverter.cs
- DBSchemaTable.cs
- Composition.cs
- WebPartMenuStyle.cs
- HostExecutionContextManager.cs
- ToolBar.cs
- FixedTextSelectionProcessor.cs
- WsrmFault.cs
- EventLogPermission.cs
- TaiwanCalendar.cs
- X509ClientCertificateAuthenticationElement.cs
- RequestCacheManager.cs
- HwndTarget.cs
- FormParameter.cs
- COAUTHIDENTITY.cs