Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / CompMod / Microsoft / Win32 / SessionSwitchEventArgs.cs / 1 / SessionSwitchEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class SessionSwitchEventArgs : EventArgs { private readonly SessionSwitchReason reason; ///Provides data for the ///event. /// public SessionSwitchEventArgs(SessionSwitchReason reason) { this.reason = reason; } ///Initializes a new instance of the ///class. /// public SessionSwitchReason Reason { get { return reason; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the reason for the session switch. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace Microsoft.Win32 { using System; using System.Diagnostics; using System.Security.Permissions; ////// [HostProtectionAttribute(MayLeakOnAbort = true)] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name = "FullTrust")] [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")] public class SessionSwitchEventArgs : EventArgs { private readonly SessionSwitchReason reason; ///Provides data for the ///event. /// public SessionSwitchEventArgs(SessionSwitchReason reason) { this.reason = reason; } ///Initializes a new instance of the ///class. /// public SessionSwitchReason Reason { get { return reason; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the reason for the session switch. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- HtmlToClrEventProxy.cs
- EdmConstants.cs
- CellTreeNodeVisitors.cs
- DeobfuscatingStream.cs
- HtmlTitle.cs
- XsltLibrary.cs
- IndexingContentUnit.cs
- CFStream.cs
- DocumentSchemaValidator.cs
- EventProxy.cs
- SemanticBasicElement.cs
- SiteMap.cs
- CellRelation.cs
- _AutoWebProxyScriptHelper.cs
- OutputCacheSection.cs
- Compiler.cs
- DescendantOverDescendantQuery.cs
- TrustManager.cs
- ColumnClickEvent.cs
- ApplyImportsAction.cs
- MetabaseServerConfig.cs
- TextBreakpoint.cs
- Simplifier.cs
- StdValidatorsAndConverters.cs
- SymmetricAlgorithm.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- SettingsSection.cs
- wmiprovider.cs
- ItemContainerPattern.cs
- DataExchangeServiceBinder.cs
- CodeCommentStatementCollection.cs
- VariableBinder.cs
- BinaryVersion.cs
- ImageFormat.cs
- XmlSchemaImport.cs
- FixUp.cs
- CharEnumerator.cs
- SetterBase.cs
- MarshalByValueComponent.cs
- ThemeConfigurationDialog.cs
- ExecutionScope.cs
- EmbeddedMailObject.cs
- ColorMatrix.cs
- NaturalLanguageHyphenator.cs
- UserControlBuildProvider.cs
- UpdatePanelTrigger.cs
- AssemblyAssociatedContentFileAttribute.cs
- ParseChildrenAsPropertiesAttribute.cs
- EntityDataSourceWrapper.cs
- CqlBlock.cs
- SystemResourceHost.cs
- TreeViewEvent.cs
- TypeNameConverter.cs
- DataError.cs
- XmlArrayItemAttribute.cs
- NamespaceCollection.cs
- PropertiesTab.cs
- PrivilegedConfigurationManager.cs
- FixedSOMTable.cs
- TemplateControlBuildProvider.cs
- FontStyleConverter.cs
- SqlUserDefinedAggregateAttribute.cs
- RealProxy.cs
- RefreshEventArgs.cs
- UnaryNode.cs
- CurrentTimeZone.cs
- XmlSchemaSimpleTypeUnion.cs
- MemberHolder.cs
- FormsAuthenticationConfiguration.cs
- MaterializeFromAtom.cs
- SQLDateTimeStorage.cs
- TemplateField.cs
- WasNotInstalledException.cs
- TabControlAutomationPeer.cs
- RectAnimation.cs
- StrokeNodeOperations2.cs
- ExpressionVisitor.cs
- SchemaNames.cs
- BitmapPalettes.cs
- AuthStoreRoleProvider.cs
- DecoderBestFitFallback.cs
- WebResourceAttribute.cs
- BasePropertyDescriptor.cs
- ObjectListComponentEditor.cs
- XmlUtil.cs
- UnmanagedMarshal.cs
- PagesSection.cs
- RadioButtonPopupAdapter.cs
- WebPartConnectionsCancelEventArgs.cs
- ContentPathSegment.cs
- AssociationTypeEmitter.cs
- GeneratedCodeAttribute.cs
- InfoCardCryptoHelper.cs
- XmlUtilWriter.cs
- PackUriHelper.cs
- OptimizedTemplateContentHelper.cs
- ToolStripSeparatorRenderEventArgs.cs
- DetailsViewCommandEventArgs.cs
- CommandDesigner.cs
- BamlTreeNode.cs