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
- XmlDocumentFieldSchema.cs
- DataGridViewDataConnection.cs
- SecureStringHasher.cs
- ContextStaticAttribute.cs
- RadialGradientBrush.cs
- WorkflowRuntimeServiceElementCollection.cs
- StringPropertyBuilder.cs
- SystemEvents.cs
- Duration.cs
- DataPagerCommandEventArgs.cs
- IDataContractSurrogate.cs
- RegistryKey.cs
- SubclassTypeValidatorAttribute.cs
- DeviceSpecificDialogCachedState.cs
- XPathNodeHelper.cs
- OutOfMemoryException.cs
- ChtmlTextWriter.cs
- CacheAxisQuery.cs
- SafeBitVector32.cs
- AnnotationResource.cs
- BuildProviderAppliesToAttribute.cs
- Command.cs
- MultiView.cs
- InitializationEventAttribute.cs
- FileDetails.cs
- StubHelpers.cs
- ToolboxItem.cs
- RequiredAttributeAttribute.cs
- DispatcherExceptionEventArgs.cs
- LoaderAllocator.cs
- SessionStateSection.cs
- ToolStripDropDownItemDesigner.cs
- SchemaElement.cs
- XmlUrlResolver.cs
- SafeCryptContextHandle.cs
- HtmlElementEventArgs.cs
- TextContainerHelper.cs
- Activator.cs
- SqlRowUpdatedEvent.cs
- ScriptDescriptor.cs
- ArraySubsetEnumerator.cs
- ListManagerBindingsCollection.cs
- EDesignUtil.cs
- MULTI_QI.cs
- XmlHierarchicalEnumerable.cs
- ImageUrlEditor.cs
- ClientFormsIdentity.cs
- InstanceKeyCompleteException.cs
- FunctionImportMapping.cs
- BufferedWebEventProvider.cs
- RadioButton.cs
- SystemIPv4InterfaceProperties.cs
- WebBrowserEvent.cs
- ExtensionQuery.cs
- PersonalizationState.cs
- ReachSerializer.cs
- XmlNodeReader.cs
- SessionPageStatePersister.cs
- TypeViewSchema.cs
- RegexNode.cs
- EntityDataSourceWrapperCollection.cs
- Transaction.cs
- PanningMessageFilter.cs
- InputMethodStateChangeEventArgs.cs
- ZipIOExtraFieldZip64Element.cs
- StatusStrip.cs
- EncoderParameter.cs
- InstanceNotReadyException.cs
- PenThreadWorker.cs
- MenuScrollingVisibilityConverter.cs
- PointCollectionConverter.cs
- StructureChangedEventArgs.cs
- CodeExporter.cs
- BevelBitmapEffect.cs
- RuleInfoComparer.cs
- InvokeMethodActivity.cs
- AggregateNode.cs
- AutoGeneratedFieldProperties.cs
- TimelineGroup.cs
- SchemaObjectWriter.cs
- ArgIterator.cs
- PrintDialogException.cs
- StylesEditorDialog.cs
- OverrideMode.cs
- XslAstAnalyzer.cs
- mongolianshape.cs
- DynamicILGenerator.cs
- IPCCacheManager.cs
- SupportingTokenBindingElement.cs
- DecimalSumAggregationOperator.cs
- ApplicationInfo.cs
- GenerateTemporaryTargetAssembly.cs
- RestHandlerFactory.cs
- CompositeDataBoundControl.cs
- WorkflowDefinitionDispenser.cs
- PackWebRequest.cs
- CornerRadius.cs
- SchemaHelper.cs
- Annotation.cs
- Metafile.cs