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
- ImpersonationContext.cs
- RegularExpressionValidator.cs
- DesignerFrame.cs
- PreservationFileWriter.cs
- ProfileSection.cs
- SqlUDTStorage.cs
- AssemblyInfo.cs
- SecureStringHasher.cs
- CacheModeConverter.cs
- Win32SafeHandles.cs
- GetTokenRequest.cs
- PositiveTimeSpanValidator.cs
- HttpPostServerProtocol.cs
- Substitution.cs
- RSAOAEPKeyExchangeDeformatter.cs
- DataServices.cs
- ScrollProviderWrapper.cs
- DragDrop.cs
- SmiTypedGetterSetter.cs
- XPathQilFactory.cs
- FontWeights.cs
- RichTextBox.cs
- AuthenticatingEventArgs.cs
- ReflectionHelper.cs
- GroupBoxAutomationPeer.cs
- SafeNativeMethodsOther.cs
- BooleanSwitch.cs
- SerialPort.cs
- Shared.cs
- Pair.cs
- EventLogPermissionEntryCollection.cs
- LinqDataSourceContextEventArgs.cs
- CLSCompliantAttribute.cs
- RealizationDrawingContextWalker.cs
- TransformDescriptor.cs
- _ConnectStream.cs
- ScriptResourceMapping.cs
- Converter.cs
- WeakReadOnlyCollection.cs
- ContextMenu.cs
- ObjectQuery_EntitySqlExtensions.cs
- DSACryptoServiceProvider.cs
- BamlStream.cs
- KeyToListMap.cs
- ProcessInputEventArgs.cs
- FindRequestContext.cs
- LocalClientSecuritySettings.cs
- TextPattern.cs
- ToolStripSplitStackLayout.cs
- ScrollBarAutomationPeer.cs
- StylusPoint.cs
- CodeCompileUnit.cs
- DataGridViewTopLeftHeaderCell.cs
- ValueConversionAttribute.cs
- CssClassPropertyAttribute.cs
- FontStretch.cs
- ParseNumbers.cs
- DataColumnCollection.cs
- SafeNativeMemoryHandle.cs
- MenuScrollingVisibilityConverter.cs
- TargetControlTypeCache.cs
- RadioButtonList.cs
- CodeGeneratorAttribute.cs
- StylusDownEventArgs.cs
- Sentence.cs
- PointLightBase.cs
- PeerNameRecordCollection.cs
- ParamArrayAttribute.cs
- TextBox.cs
- RepeatInfo.cs
- BlockCollection.cs
- TableColumnCollection.cs
- ExceptionTranslationTable.cs
- ModelMemberCollection.cs
- ToolStripDropTargetManager.cs
- ConstNode.cs
- HorizontalAlignConverter.cs
- ViewGenResults.cs
- XmlEncoding.cs
- GridEntry.cs
- PasswordBoxAutomationPeer.cs
- ToolboxComponentsCreatedEventArgs.cs
- PageCatalogPart.cs
- DataGridTableCollection.cs
- DesignTimeParseData.cs
- IdnElement.cs
- StateFinalizationActivity.cs
- FixUp.cs
- Int16Converter.cs
- DataGridViewCellValueEventArgs.cs
- EntityRecordInfo.cs
- GridSplitterAutomationPeer.cs
- StreamSecurityUpgradeAcceptorAsyncResult.cs
- XmlSchemaSequence.cs
- UserControlParser.cs
- CompilerScope.cs
- ScriptBehaviorDescriptor.cs
- FormattedTextSymbols.cs
- CommandTreeTypeHelper.cs
- SystemTcpStatistics.cs