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
- RowUpdatingEventArgs.cs
- Oid.cs
- SoapAttributes.cs
- SelectionChangedEventArgs.cs
- PassportAuthentication.cs
- RegistryConfigurationProvider.cs
- RecommendedAsConfigurableAttribute.cs
- PageBuildProvider.cs
- VisualBasicImportReference.cs
- TagPrefixAttribute.cs
- EventLogger.cs
- GrammarBuilderBase.cs
- ContentWrapperAttribute.cs
- PagesSection.cs
- CodeObjectCreateExpression.cs
- IndentTextWriter.cs
- ALinqExpressionVisitor.cs
- SiteMapDataSourceView.cs
- OracleBoolean.cs
- SecurityNegotiationException.cs
- SafeHGlobalHandleCritical.cs
- DataControlImageButton.cs
- RegexCompiler.cs
- XPathBinder.cs
- TextPointerBase.cs
- SHA256.cs
- WorkflowTransactionService.cs
- CreateUserErrorEventArgs.cs
- RuleSettingsCollection.cs
- UniqueCodeIdentifierScope.cs
- XPathMessageFilterElementComparer.cs
- WindowsFormsHost.cs
- TypeConverterHelper.cs
- SafeCryptoHandles.cs
- WebPartEditorApplyVerb.cs
- NamedPermissionSet.cs
- DefaultEventAttribute.cs
- WaitHandle.cs
- HwndSubclass.cs
- ClientUtils.cs
- DefaultValueAttribute.cs
- SQLUtility.cs
- EventMap.cs
- XamlPoint3DCollectionSerializer.cs
- MsmqInputChannel.cs
- ToolStripKeyboardHandlingService.cs
- TextTreeText.cs
- ScriptingJsonSerializationSection.cs
- securitycriticaldata.cs
- MediaTimeline.cs
- ProviderBase.cs
- UrlAuthorizationModule.cs
- CodeTypeParameter.cs
- Image.cs
- OutputWindow.cs
- DispatcherExceptionEventArgs.cs
- PatternMatcher.cs
- XmlEncoding.cs
- SubMenuStyle.cs
- SystemIPGlobalProperties.cs
- CheckBoxField.cs
- ZoneIdentityPermission.cs
- Monitor.cs
- BamlResourceDeserializer.cs
- SchemaCollectionPreprocessor.cs
- AtomContentProperty.cs
- IssuanceLicense.cs
- UInt64Storage.cs
- IIS7WorkerRequest.cs
- DataBindingCollection.cs
- HtmlInputFile.cs
- ComponentRenameEvent.cs
- CryptoApi.cs
- ChameleonKey.cs
- DoubleLinkListEnumerator.cs
- AttributeSetAction.cs
- ErrorStyle.cs
- UrlAuthorizationModule.cs
- BrowserDefinitionCollection.cs
- SchemaMapping.cs
- ConfigurationConverterBase.cs
- AsymmetricKeyExchangeDeformatter.cs
- CommandField.cs
- TraceSwitch.cs
- CodeGroup.cs
- ContractType.cs
- NavigatingCancelEventArgs.cs
- RoutedCommand.cs
- BaseTemplateBuildProvider.cs
- CommandValueSerializer.cs
- util.cs
- SizeValueSerializer.cs
- CodePrimitiveExpression.cs
- CharUnicodeInfo.cs
- SmtpCommands.cs
- PageStatePersister.cs
- ArgumentException.cs
- ClientType.cs
- ToolStripDropDownDesigner.cs
- CommandHelpers.cs