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
- SystemWebCachingSectionGroup.cs
- DiscoveryViaBehavior.cs
- ObjectViewQueryResultData.cs
- ToolStripItemDataObject.cs
- TdsParserStaticMethods.cs
- TranslateTransform.cs
- ResourcesBuildProvider.cs
- SymbolType.cs
- CipherData.cs
- DataGridViewRowsAddedEventArgs.cs
- XmlAttributeAttribute.cs
- HorizontalAlignConverter.cs
- MessagingDescriptionAttribute.cs
- DispatcherEventArgs.cs
- SamlAuthenticationStatement.cs
- XmlAttributeHolder.cs
- XmlMtomReader.cs
- HostedHttpTransportManager.cs
- DropTarget.cs
- UpdateRecord.cs
- PenCursorManager.cs
- ping.cs
- documentsequencetextpointer.cs
- DataServiceExpressionVisitor.cs
- ADMembershipUser.cs
- Clock.cs
- PersonalizationProvider.cs
- loginstatus.cs
- AssemblyAttributesGoHere.cs
- AttributeQuery.cs
- EntityDataSourceSelectingEventArgs.cs
- Camera.cs
- IDictionary.cs
- RadialGradientBrush.cs
- ByteStreamBufferedMessageData.cs
- GlyphShapingProperties.cs
- ClientTargetSection.cs
- ExpressionBuilderContext.cs
- FunctionCommandText.cs
- XmlQueryStaticData.cs
- SqlIdentifier.cs
- ApplyTemplatesAction.cs
- SqlCacheDependencyDatabase.cs
- FlowDocumentFormatter.cs
- GenericUI.cs
- SqlClientFactory.cs
- PeerApplicationLaunchInfo.cs
- EntityDataSourceEntitySetNameItem.cs
- Visitor.cs
- OuterGlowBitmapEffect.cs
- fixedPageContentExtractor.cs
- Token.cs
- XmlSchemaObject.cs
- XmlSchemaSimpleTypeRestriction.cs
- ToolStripComboBox.cs
- DictionaryItemsCollection.cs
- Matrix3D.cs
- SharedPersonalizationStateInfo.cs
- SmtpNegotiateAuthenticationModule.cs
- GridItem.cs
- X509ScopedServiceCertificateElementCollection.cs
- SystemInformation.cs
- Rotation3DAnimationUsingKeyFrames.cs
- ReferenceEqualityComparer.cs
- ImportedPolicyConversionContext.cs
- XmlResolver.cs
- TypeReference.cs
- DSASignatureDeformatter.cs
- InvokePatternIdentifiers.cs
- DecoderNLS.cs
- BufferAllocator.cs
- TextContainerHelper.cs
- DesignerAutoFormat.cs
- InputLanguageEventArgs.cs
- StorageEntityContainerMapping.cs
- TypeSystemHelpers.cs
- EpmAttributeNameBuilder.cs
- FixedSOMContainer.cs
- OpenTypeLayoutCache.cs
- Number.cs
- MarginsConverter.cs
- WebPartUtil.cs
- ActivationServices.cs
- ModelChangedEventArgsImpl.cs
- SpecialNameAttribute.cs
- StateMachineAction.cs
- ChildChangedEventArgs.cs
- ReturnValue.cs
- CodeDomDecompiler.cs
- JpegBitmapDecoder.cs
- VirtualDirectoryMappingCollection.cs
- WebConfigurationFileMap.cs
- TaiwanLunisolarCalendar.cs
- ClearTypeHintValidation.cs
- ProcessThread.cs
- ValueChangedEventManager.cs
- RegexRunnerFactory.cs
- TreeViewAutomationPeer.cs
- KnownBoxes.cs
- SplitterCancelEvent.cs