Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / Reliability / PrePrepareMethodAttribute.cs / 1 / 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 ** ===========================================================*/ using System.Runtime.InteropServices; namespace System.Runtime.ConstrainedExecution { [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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncCallback.cs
- CompiledXpathExpr.cs
- LogLogRecordEnumerator.cs
- MediaScriptCommandRoutedEventArgs.cs
- ScriptDescriptor.cs
- SqlXmlStorage.cs
- ToolboxDataAttribute.cs
- GCHandleCookieTable.cs
- GroupByExpressionRewriter.cs
- GridViewUpdateEventArgs.cs
- TagPrefixInfo.cs
- AdRotatorDesigner.cs
- DataTableReaderListener.cs
- RecognizeCompletedEventArgs.cs
- HttpCookie.cs
- HtmlControlPersistable.cs
- SiteMapProvider.cs
- HttpWriter.cs
- MatrixAnimationBase.cs
- OleDbCommandBuilder.cs
- Margins.cs
- Variant.cs
- ExceptionRoutedEventArgs.cs
- DataMemberConverter.cs
- X509Certificate.cs
- ScaleTransform.cs
- Rect3D.cs
- IdentifierElement.cs
- LambdaCompiler.Generated.cs
- SHA384.cs
- DocumentReference.cs
- BitSet.cs
- ToolboxItem.cs
- WebServiceTypeData.cs
- DataGridViewColumnHeaderCell.cs
- XmlSignatureManifest.cs
- SeparatorAutomationPeer.cs
- TextSerializer.cs
- ScrollChrome.cs
- TextRenderer.cs
- List.cs
- DataGridViewCellStyleConverter.cs
- TypeSystem.cs
- SqlStatistics.cs
- MailSettingsSection.cs
- Attributes.cs
- HostedHttpTransportManager.cs
- PolyBezierSegment.cs
- WindowCollection.cs
- Receive.cs
- TemplateApplicationHelper.cs
- FacetDescription.cs
- PartialTrustValidationBehavior.cs
- SystemInformation.cs
- StateMachineDesignerPaint.cs
- ObjectParameter.cs
- CancellableEnumerable.cs
- MessageQueueException.cs
- EncryptedXml.cs
- Validator.cs
- SettingsBase.cs
- TypeDescriptorContext.cs
- GroupQuery.cs
- CodeGroup.cs
- TypeEnumerableViewSchema.cs
- SkipStoryboardToFill.cs
- ChannelOptions.cs
- validation.cs
- EntityUtil.cs
- CollectionConverter.cs
- PreviewPageInfo.cs
- ITreeGenerator.cs
- ClientTarget.cs
- CompiledQueryCacheEntry.cs
- PersianCalendar.cs
- MouseDevice.cs
- DataServiceHost.cs
- TraceContextEventArgs.cs
- XPathDocument.cs
- URI.cs
- ElementUtil.cs
- GraphicsState.cs
- ComponentCommands.cs
- ExceptionHandlerDesigner.cs
- ScriptingJsonSerializationSection.cs
- TimeStampChecker.cs
- HeaderPanel.cs
- GroupBox.cs
- DiscreteKeyFrames.cs
- ScrollContentPresenter.cs
- CharacterShapingProperties.cs
- PackagingUtilities.cs
- DataColumnPropertyDescriptor.cs
- PaperSource.cs
- SystemResourceKey.cs
- WindowsFormsSectionHandler.cs
- Attributes.cs
- GB18030Encoding.cs
- MessageQueuePermission.cs
- InputBuffer.cs