Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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() { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlInputRadioButton.cs
- BrowserCapabilitiesCodeGenerator.cs
- GraphicsPath.cs
- Console.cs
- SkewTransform.cs
- Figure.cs
- ListBindingConverter.cs
- ConstructorNeedsTagAttribute.cs
- Stackframe.cs
- TextEditorThreadLocalStore.cs
- RelatedPropertyManager.cs
- OperandQuery.cs
- Line.cs
- DurableMessageDispatchInspector.cs
- Size3DConverter.cs
- RoleGroup.cs
- RequestCachePolicyConverter.cs
- Screen.cs
- OpCodes.cs
- CustomErrorsSectionWrapper.cs
- SparseMemoryStream.cs
- DateTimeOffset.cs
- _NestedMultipleAsyncResult.cs
- EntityDataSourceStatementEditorForm.cs
- TreeNodeMouseHoverEvent.cs
- PathTooLongException.cs
- MemberDescriptor.cs
- LayoutManager.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- SQLStringStorage.cs
- SerializationInfoEnumerator.cs
- TextMarkerSource.cs
- CodeIdentifiers.cs
- ScaleTransform3D.cs
- WorkflowRuntimeServicesBehavior.cs
- Nullable.cs
- WhitespaceRule.cs
- ModelItemCollection.cs
- namescope.cs
- BooleanSwitch.cs
- DiagnosticStrings.cs
- ProfileService.cs
- RelationshipNavigation.cs
- DecodeHelper.cs
- XmlCharCheckingWriter.cs
- SearchExpression.cs
- TextBlock.cs
- FunctionDescription.cs
- OracleConnectionFactory.cs
- Error.cs
- BaseValidator.cs
- EncodingDataItem.cs
- DataColumnCollection.cs
- OutputCacheSettingsSection.cs
- CodeTypeOfExpression.cs
- ActivityExecutorDelegateInfo.cs
- SettingsContext.cs
- BuildResultCache.cs
- DebugController.cs
- UIElement.cs
- ObjRef.cs
- RemoveStoryboard.cs
- RoleManagerEventArgs.cs
- BitmapEffect.cs
- ReferencedType.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- ProfessionalColors.cs
- XmlHelper.cs
- JsonReaderWriterFactory.cs
- EpmContentDeSerializerBase.cs
- TransportConfigurationTypeElementCollection.cs
- ListViewUpdateEventArgs.cs
- MsmqIntegrationProcessProtocolHandler.cs
- WindowsButton.cs
- ObjectViewQueryResultData.cs
- LiteralControl.cs
- EventNotify.cs
- FormsAuthenticationTicket.cs
- CustomServiceCredentials.cs
- SqlClientFactory.cs
- RequestReplyCorrelator.cs
- SendKeys.cs
- BoundingRectTracker.cs
- EventData.cs
- IPEndPoint.cs
- PieceNameHelper.cs
- SymbolType.cs
- ExtendedPropertyDescriptor.cs
- InternalResources.cs
- SpecialFolderEnumConverter.cs
- Decimal.cs
- BasicKeyConstraint.cs
- ProfileSettings.cs
- NamedPipeTransportManager.cs
- AtomicFile.cs
- FixedTextView.cs
- KeyboardNavigation.cs
- InheritanceContextChangedEventManager.cs
- ToolboxItemFilterAttribute.cs
- ContextMenu.cs