Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / PreApplicationStartMethodAttribute.cs / 1305376 / PreApplicationStartMethodAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { [AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false)] public sealed class PreApplicationStartMethodAttribute : Attribute { private readonly Type _type; private readonly string _methodName; public PreApplicationStartMethodAttribute(Type type, string methodName) { _type = type; _methodName = methodName; } public Type Type { get { return _type; } } public string MethodName { get { return _methodName; } } } } // 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
- Point4D.cs
- FieldBuilder.cs
- XmlSchemaValidationException.cs
- PageHandlerFactory.cs
- ThicknessAnimation.cs
- FontWeights.cs
- TextRunProperties.cs
- DataRowChangeEvent.cs
- OutputCacheSettingsSection.cs
- UnsafeNativeMethods.cs
- ManagedFilter.cs
- Rss20ItemFormatter.cs
- LogSwitch.cs
- CustomAttribute.cs
- TriState.cs
- OpenFileDialog.cs
- UnsafeNativeMethods.cs
- BinaryWriter.cs
- ComAdminInterfaces.cs
- ToolBar.cs
- ClientUtils.cs
- PolyBezierSegment.cs
- XamlRtfConverter.cs
- SettingsBindableAttribute.cs
- XPathBinder.cs
- DynamicPropertyHolder.cs
- dbdatarecord.cs
- WebEncodingValidatorAttribute.cs
- DesignTimeParseData.cs
- SqlResolver.cs
- HtmlEmptyTagControlBuilder.cs
- BinaryExpressionHelper.cs
- DoubleCollection.cs
- CodeGen.cs
- ToolStripSystemRenderer.cs
- TcpTransportSecurityElement.cs
- MailSettingsSection.cs
- LabelDesigner.cs
- ReadOnlyDataSourceView.cs
- SponsorHelper.cs
- SQLSingle.cs
- Assembly.cs
- ListenerSingletonConnectionReader.cs
- DecodeHelper.cs
- Rotation3DKeyFrameCollection.cs
- ResourceProviderFactory.cs
- OledbConnectionStringbuilder.cs
- PageBuildProvider.cs
- TouchEventArgs.cs
- FunctionMappingTranslator.cs
- EmptyControlCollection.cs
- PathGradientBrush.cs
- VirtualizedItemProviderWrapper.cs
- DataSourceHelper.cs
- CharacterHit.cs
- QilName.cs
- RuntimeResourceSet.cs
- ParallelTimeline.cs
- MemberRelationshipService.cs
- RtfNavigator.cs
- DESCryptoServiceProvider.cs
- RectangleGeometry.cs
- CurrentTimeZone.cs
- EntityViewGenerationConstants.cs
- RegexWorker.cs
- WebPartConnectionsEventArgs.cs
- TextProperties.cs
- WorkflowInstance.cs
- ViewEvent.cs
- AppDomainShutdownMonitor.cs
- ScopeCollection.cs
- SqlReferenceCollection.cs
- JsonReaderDelegator.cs
- WaveHeader.cs
- FocusManager.cs
- RuleSetCollection.cs
- MetabaseServerConfig.cs
- ArcSegment.cs
- indexingfiltermarshaler.cs
- XmlILModule.cs
- TextSerializer.cs
- BindingsCollection.cs
- HostingEnvironment.cs
- RegexInterpreter.cs
- CqlLexer.cs
- BaseCodePageEncoding.cs
- BufferModesCollection.cs
- Control.cs
- StatusStrip.cs
- NgenServicingAttributes.cs
- PersonalizablePropertyEntry.cs
- WindowsFormsHelpers.cs
- ActivityInstanceReference.cs
- ServiceThrottlingElement.cs
- ControlLocalizer.cs
- EnumUnknown.cs
- DiscoveryMessageSequenceCD1.cs
- WindowsFormsHostPropertyMap.cs
- ContextQuery.cs
- ValueUnavailableException.cs