Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Runtime / Reliability / PrePrepareMethodAttribute.cs / 1305376 / 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 ** ===========================================================*/ namespace System.Runtime.ConstrainedExecution { using System; using System.Runtime.InteropServices; [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
- ReferenceService.cs
- SimpleExpression.cs
- ExtendedPropertyCollection.cs
- Expression.cs
- DataRowExtensions.cs
- HttpInputStream.cs
- CompilerTypeWithParams.cs
- StylusPlugin.cs
- ListBox.cs
- InvalidStoreProtectionKeyException.cs
- BindToObject.cs
- StylusTouchDevice.cs
- SchemaCollectionPreprocessor.cs
- WeakReferenceEnumerator.cs
- FolderNameEditor.cs
- NativeRecognizer.cs
- PerfService.cs
- FontStretch.cs
- Vector3DAnimation.cs
- CodeSubDirectory.cs
- HiddenField.cs
- DateTimeStorage.cs
- ConfigurationElementCollection.cs
- NamedPipeProcessProtocolHandler.cs
- WebPartTransformerAttribute.cs
- GenericTypeParameterBuilder.cs
- BitmapEffect.cs
- StrokeSerializer.cs
- RegistryKey.cs
- ITreeGenerator.cs
- ZipIOLocalFileHeader.cs
- XmlSchemaObjectCollection.cs
- FastEncoderWindow.cs
- Context.cs
- TransactionManager.cs
- OdbcCommand.cs
- SymbolEqualComparer.cs
- OlePropertyStructs.cs
- Part.cs
- SqlFunctionAttribute.cs
- XmlObjectSerializerContext.cs
- Application.cs
- ProvidersHelper.cs
- WizardPanelChangingEventArgs.cs
- JournalEntryListConverter.cs
- ProgressPage.cs
- XamlBuildProvider.cs
- HandledEventArgs.cs
- AdCreatedEventArgs.cs
- IsolatedStorageFileStream.cs
- Menu.cs
- GetPageCompletedEventArgs.cs
- SignatureHelper.cs
- ProjectionPathBuilder.cs
- WebServiceMethodData.cs
- ZipIOExtraFieldZip64Element.cs
- PropertyConverter.cs
- WinFormsComponentEditor.cs
- Message.cs
- DataViewSettingCollection.cs
- DesignerContextDescriptor.cs
- MetadataArtifactLoaderResource.cs
- DataGridViewLinkCell.cs
- WizardForm.cs
- TextFormatter.cs
- ClientApiGenerator.cs
- SimpleTypeResolver.cs
- CompModSwitches.cs
- DeobfuscatingStream.cs
- BackStopAuthenticationModule.cs
- SQLSingleStorage.cs
- RoleGroup.cs
- XmlSchemaDatatype.cs
- SafeTimerHandle.cs
- MetadataCacheItem.cs
- LogEntryHeaderDeserializer.cs
- GZipStream.cs
- EmptyEnumerator.cs
- WeakRefEnumerator.cs
- FileVersionInfo.cs
- PolyQuadraticBezierSegmentFigureLogic.cs
- ConstNode.cs
- SqlUtils.cs
- StylusDevice.cs
- QuaternionAnimation.cs
- FileUpload.cs
- TraceUtils.cs
- Convert.cs
- DataListGeneralPage.cs
- XXXInfos.cs
- SubMenuStyleCollection.cs
- PeerTransportCredentialType.cs
- ReadContentAsBinaryHelper.cs
- EntityContainer.cs
- RtfFormatStack.cs
- WebBrowser.cs
- DataSourceControlBuilder.cs
- CompositeFontParser.cs
- BamlLocalizer.cs
- Region.cs