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
- ProcessManager.cs
- WebConfigurationHost.cs
- IIS7ConfigurationLoader.cs
- TraceUtility.cs
- HtmlHead.cs
- BehaviorEditorPart.cs
- XPathDocumentNavigator.cs
- InvalidPrinterException.cs
- ProxyHelper.cs
- StretchValidation.cs
- CommonProperties.cs
- EventHandlersStore.cs
- ObjectDesignerDataSourceView.cs
- WaitHandle.cs
- SSmlParser.cs
- GPPOINT.cs
- BuiltInExpr.cs
- BulletedList.cs
- MappingSource.cs
- ScriptIgnoreAttribute.cs
- TraceLevelStore.cs
- CharacterMetricsDictionary.cs
- Geometry.cs
- WebPartConnectionsCancelEventArgs.cs
- TableAdapterManagerMethodGenerator.cs
- UserPreferenceChangingEventArgs.cs
- SecurityDocument.cs
- ExecutionEngineException.cs
- CodeMethodReturnStatement.cs
- ObjectDisposedException.cs
- NativeMethods.cs
- CorrelationRequestContext.cs
- FreezableDefaultValueFactory.cs
- Lookup.cs
- LineProperties.cs
- LinkButton.cs
- CommunicationObject.cs
- ObjectParameter.cs
- DelegateTypeInfo.cs
- DrawingImage.cs
- AlphabetConverter.cs
- StorageComplexTypeMapping.cs
- Point3DCollectionValueSerializer.cs
- ObfuscationAttribute.cs
- CriticalHandle.cs
- BaseResourcesBuildProvider.cs
- MergeLocalizationDirectives.cs
- CodeTypeReferenceExpression.cs
- precedingsibling.cs
- TimeManager.cs
- PTManager.cs
- DataGridViewTextBoxEditingControl.cs
- SoapExtensionTypeElementCollection.cs
- SmtpMail.cs
- SearchForVirtualItemEventArgs.cs
- Stylesheet.cs
- ItemChangedEventArgs.cs
- FormatterServices.cs
- MetadataSource.cs
- FormatterConverter.cs
- QuaternionAnimationBase.cs
- AnnouncementInnerClient11.cs
- WebPartConnectVerb.cs
- ExceptionHelpers.cs
- SourceLineInfo.cs
- CannotUnloadAppDomainException.cs
- ListViewItemSelectionChangedEvent.cs
- DependencyPropertyDescriptor.cs
- ItemAutomationPeer.cs
- XmlAtomicValue.cs
- ListViewDeletedEventArgs.cs
- ConfigXmlAttribute.cs
- SHA1.cs
- SoapSchemaMember.cs
- ChannelEndpointElement.cs
- Gdiplus.cs
- processwaithandle.cs
- MethodBuilderInstantiation.cs
- ALinqExpressionVisitor.cs
- SQLByteStorage.cs
- TrackBarRenderer.cs
- GridViewRowEventArgs.cs
- OdbcConnection.cs
- DataContractSerializerSection.cs
- ColumnResizeUndoUnit.cs
- Formatter.cs
- TreeNodeSelectionProcessor.cs
- SystemIPInterfaceStatistics.cs
- VideoDrawing.cs
- References.cs
- GenerateTemporaryTargetAssembly.cs
- TemplateLookupAction.cs
- TagNameToTypeMapper.cs
- AnnotationResourceChangedEventArgs.cs
- DataGridViewDataErrorEventArgs.cs
- BasicDesignerLoader.cs
- AssemblyCacheEntry.cs
- TreeNodeClickEventArgs.cs
- ConfigurationLocation.cs
- XPathNodeHelper.cs