Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // // ==--== /*============================================================ ** ** 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeTypeReference.cs
- SafeEventLogReadHandle.cs
- SoapWriter.cs
- OleDbFactory.cs
- ErrorHandler.cs
- DrawingCollection.cs
- SmtpLoginAuthenticationModule.cs
- FilteredDataSetHelper.cs
- SapiRecognizer.cs
- QueryCacheKey.cs
- PolyQuadraticBezierSegment.cs
- PerformanceCounterCategory.cs
- NullEntityWrapper.cs
- EventToken.cs
- TemplatedWizardStep.cs
- Misc.cs
- TrustSection.cs
- LinearGradientBrush.cs
- TransactionFilter.cs
- SemanticResultKey.cs
- InnerItemCollectionView.cs
- MimeReflector.cs
- SystemInformation.cs
- TypedAsyncResult.cs
- StyleBamlRecordReader.cs
- TrackingParticipant.cs
- FormViewUpdatedEventArgs.cs
- Message.cs
- SynchronizedDispatch.cs
- XmlILAnnotation.cs
- FileCodeGroup.cs
- WorkItem.cs
- OrderedDictionary.cs
- ValueExpressions.cs
- __ComObject.cs
- _KerberosClient.cs
- ListView.cs
- Form.cs
- DataMemberConverter.cs
- KeyedPriorityQueue.cs
- serverconfig.cs
- LocatorGroup.cs
- WhileDesigner.xaml.cs
- LineSegment.cs
- SqlXml.cs
- MessageSecurityOverMsmq.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- LeaseManager.cs
- NotifyParentPropertyAttribute.cs
- ResourcePermissionBase.cs
- Image.cs
- SmtpNtlmAuthenticationModule.cs
- RegionIterator.cs
- PersonalizationDictionary.cs
- NamespaceList.cs
- Clock.cs
- SafeEventLogWriteHandle.cs
- DrawingContextWalker.cs
- shaper.cs
- ForeignConstraint.cs
- GroupItemAutomationPeer.cs
- ValidationRuleCollection.cs
- AccessibleObject.cs
- ParameterCollection.cs
- MergablePropertyAttribute.cs
- QuadraticBezierSegment.cs
- SymbolDocumentInfo.cs
- SettingsAttributeDictionary.cs
- CustomDictionarySources.cs
- GridViewPageEventArgs.cs
- CalendarDateRangeChangingEventArgs.cs
- ClientRuntime.cs
- MiniAssembly.cs
- WebPartConnectionsConfigureVerb.cs
- DiscoveryReference.cs
- FragmentQueryProcessor.cs
- TimestampInformation.cs
- SinglePageViewer.cs
- GridViewCancelEditEventArgs.cs
- StrokeCollectionConverter.cs
- HttpServerVarsCollection.cs
- XmlNullResolver.cs
- CommandBinding.cs
- Italic.cs
- HttpContextServiceHost.cs
- DataRecordInfo.cs
- TreeViewDesigner.cs
- PermissionToken.cs
- StrokeNode.cs
- QueryComponents.cs
- Selector.cs
- XmlSchemaAnyAttribute.cs
- PropertyIdentifier.cs
- DataBinder.cs
- HyperLinkColumn.cs
- HostingEnvironmentSection.cs
- MissingMethodException.cs
- TokenBasedSet.cs
- SqlTransaction.cs
- TypeExtension.cs