Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- ImageAttributes.cs
- SamlAssertion.cs
- Gdiplus.cs
- FontWeights.cs
- WebPartCollection.cs
- ApplicationActivator.cs
- XmlBinaryReader.cs
- Run.cs
- RegexRunner.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ErrorFormatterPage.cs
- updateconfighost.cs
- Point3DCollection.cs
- InputGestureCollection.cs
- GroupBoxAutomationPeer.cs
- VisualStyleInformation.cs
- ChangeBlockUndoRecord.cs
- HtmlButton.cs
- Condition.cs
- CoreChannel.cs
- FixedDocumentPaginator.cs
- NameValueFileSectionHandler.cs
- OnOperation.cs
- EventMappingSettings.cs
- TemplateControl.cs
- ReadOnlyHierarchicalDataSource.cs
- ByteStreamGeometryContext.cs
- XslCompiledTransform.cs
- SplashScreen.cs
- Dictionary.cs
- ParameterModifier.cs
- BinaryWriter.cs
- GetMemberBinder.cs
- VirtualDirectoryMappingCollection.cs
- InternalConfigEventArgs.cs
- Enum.cs
- QilReplaceVisitor.cs
- EventLogConfiguration.cs
- AnimationStorage.cs
- LogicalExpr.cs
- FlowLayoutSettings.cs
- PingReply.cs
- CalendarSelectionChangedEventArgs.cs
- DataServiceEntityAttribute.cs
- HtmlContainerControl.cs
- MiniMapControl.xaml.cs
- ProcessModule.cs
- TableLayoutRowStyleCollection.cs
- RangeBase.cs
- _AuthenticationState.cs
- ModuleBuilder.cs
- StreamInfo.cs
- ManipulationDevice.cs
- WizardPanelChangingEventArgs.cs
- WindowsTooltip.cs
- ObjectDataSourceMethodEventArgs.cs
- CharConverter.cs
- FormParameter.cs
- ModelItem.cs
- Claim.cs
- DisplayNameAttribute.cs
- TransactionException.cs
- ExpressionBuilder.cs
- TraceHandlerErrorFormatter.cs
- SimpleRecyclingCache.cs
- CheckBoxPopupAdapter.cs
- PageParser.cs
- ReflectionPermission.cs
- DataGridItemEventArgs.cs
- CookieProtection.cs
- PublisherIdentityPermission.cs
- InputReport.cs
- DelegateBodyWriter.cs
- PowerModeChangedEventArgs.cs
- ReferentialConstraint.cs
- SparseMemoryStream.cs
- EventSourceCreationData.cs
- XPathAxisIterator.cs
- ProtocolsConfigurationHandler.cs
- NameValueCollection.cs
- UserNamePasswordClientCredential.cs
- NoClickablePointException.cs
- IdentityHolder.cs
- DatePickerTextBox.cs
- ParagraphResult.cs
- ActivityDesignerLayoutSerializers.cs
- ProxyAttribute.cs
- DateTimeFormatInfoScanner.cs
- SecurityDocument.cs
- TreeNodeBinding.cs
- WmlLabelAdapter.cs
- _NestedSingleAsyncResult.cs
- HostedHttpContext.cs
- Cursors.cs
- AtomMaterializerLog.cs
- WebBrowserBase.cs
- IndexedWhereQueryOperator.cs
- DbQueryCommandTree.cs
- PersonalizationAdministration.cs
- DateTimeParse.cs