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
- Size.cs
- BamlRecordReader.cs
- SplitContainer.cs
- XmlSchemaInfo.cs
- RuleSettingsCollection.cs
- DesignerAdapterAttribute.cs
- DiscoveryServerProtocol.cs
- TextEditor.cs
- InvalidFilterCriteriaException.cs
- TraceContext.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SiteMapProvider.cs
- ManipulationDelta.cs
- XmlSerializationReader.cs
- InputProcessorProfilesLoader.cs
- CodeBinaryOperatorExpression.cs
- ScriptingJsonSerializationSection.cs
- EntityWrapper.cs
- SymmetricSecurityProtocolFactory.cs
- Transform3DGroup.cs
- HtmlControl.cs
- NetTcpBinding.cs
- SafeProcessHandle.cs
- ReturnValue.cs
- PositiveTimeSpanValidatorAttribute.cs
- DynamicAttribute.cs
- TreeView.cs
- SelectionUIHandler.cs
- PeerPresenceInfo.cs
- NavigationCommands.cs
- BoundConstants.cs
- FrameworkContentElement.cs
- LayoutUtils.cs
- SocketInformation.cs
- ToolStripItem.cs
- PriorityRange.cs
- RelativeSource.cs
- StrokeCollection2.cs
- EnumerableRowCollection.cs
- ScriptControlDescriptor.cs
- AttributeEmitter.cs
- TransactionFlowBindingElement.cs
- storepermissionattribute.cs
- X509Certificate2.cs
- WebPartAddingEventArgs.cs
- SerialReceived.cs
- StringReader.cs
- ProgressBar.cs
- ConfigurationElementCollection.cs
- JavaScriptSerializer.cs
- LinkLabelLinkClickedEvent.cs
- SimpleTypeResolver.cs
- DayRenderEvent.cs
- Rfc4050KeyFormatter.cs
- MimeParameterWriter.cs
- TreeNodeCollection.cs
- CopyOfAction.cs
- ListItemCollection.cs
- EndpointAddress.cs
- ParallelTimeline.cs
- ConfigurationStrings.cs
- DefaultHttpHandler.cs
- MiniParameterInfo.cs
- XmlUtil.cs
- AnnotationComponentChooser.cs
- HybridDictionary.cs
- ScrollPattern.cs
- ArithmeticException.cs
- QueuePathEditor.cs
- OrderedDictionary.cs
- ProxyFragment.cs
- ExpressionBinding.cs
- TextRunTypographyProperties.cs
- EntityDataSourceChangingEventArgs.cs
- SkewTransform.cs
- UpDownBase.cs
- ActivityDesignerAccessibleObject.cs
- Int32RectConverter.cs
- ListBindingHelper.cs
- TimeStampChecker.cs
- TimeSpanParse.cs
- SqlDataSourceDesigner.cs
- SQLConvert.cs
- TransformValueSerializer.cs
- MonitorWrapper.cs
- TextReturnReader.cs
- PropertyOrder.cs
- InertiaTranslationBehavior.cs
- Random.cs
- HttpCookiesSection.cs
- returneventsaver.cs
- BuildProviderCollection.cs
- KnowledgeBase.cs
- UIPermission.cs
- SafeMarshalContext.cs
- ResourcesChangeInfo.cs
- PrivateFontCollection.cs
- RecognizeCompletedEventArgs.cs
- EntityClientCacheEntry.cs
- XmlSchemaInferenceException.cs