Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / Threading / ManualResetEvent.cs / 1305376 / ManualResetEvent.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // //[....] /*============================================================================== ** ** Class: ManualResetEvent ** ** ** Purpose: An example of a WaitHandle class ** ** =============================================================================*/ namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.InteropServices; [HostProtection(Synchronization=true, ExternalThreading=true)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ManualResetEvent : EventWaitHandle { [System.Security.SecuritySafeCritical] // auto-generated public ManualResetEvent(bool initialState) : base(initialState,EventResetMode.ManualReset){} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // //[....] /*============================================================================== ** ** Class: ManualResetEvent ** ** ** Purpose: An example of a WaitHandle class ** ** =============================================================================*/ namespace System.Threading { using System; using System.Security.Permissions; using System.Runtime.InteropServices; [HostProtection(Synchronization=true, ExternalThreading=true)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class ManualResetEvent : EventWaitHandle { [System.Security.SecuritySafeCritical] // auto-generated public ManualResetEvent(bool initialState) : base(initialState,EventResetMode.ManualReset){} } } // 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
- GuidelineCollection.cs
- ServiceDescriptions.cs
- RegistryKey.cs
- InternalDispatchObject.cs
- ConfigUtil.cs
- MsmqActivation.cs
- TextSelectionProcessor.cs
- TypeExtension.cs
- WindowsScrollBar.cs
- RemotingSurrogateSelector.cs
- SecurityDocument.cs
- RawStylusActions.cs
- MetricEntry.cs
- GroupJoinQueryOperator.cs
- CoTaskMemHandle.cs
- WindowsFormsSectionHandler.cs
- basevalidator.cs
- TraceListeners.cs
- CustomErrorsSection.cs
- Operators.cs
- dataprotectionpermission.cs
- AnimationLayer.cs
- GlyphingCache.cs
- ConfigsHelper.cs
- LogicalExpressionEditor.cs
- StylusPointPropertyInfoDefaults.cs
- PartialCachingAttribute.cs
- ProfileInfo.cs
- ErrorEventArgs.cs
- Tag.cs
- AutomationPeer.cs
- NotificationContext.cs
- WpfMemberInvoker.cs
- addressfiltermode.cs
- SmtpNetworkElement.cs
- CodeCastExpression.cs
- AddInController.cs
- SecurityException.cs
- HttpModuleCollection.cs
- UpdateException.cs
- HelpProvider.cs
- DataKey.cs
- WebPartMinimizeVerb.cs
- TextTreeFixupNode.cs
- CallContext.cs
- SelectionPatternIdentifiers.cs
- DrawingDrawingContext.cs
- EmptyStringExpandableObjectConverter.cs
- UInt16.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- TextTrailingWordEllipsis.cs
- Pair.cs
- Window.cs
- Processor.cs
- BaseCAMarshaler.cs
- GridSplitterAutomationPeer.cs
- FontCacheLogic.cs
- SynchronizationLockException.cs
- StreamResourceInfo.cs
- OdbcEnvironmentHandle.cs
- SoapObjectWriter.cs
- TableRowGroup.cs
- CodeSnippetStatement.cs
- ClientScriptManager.cs
- XmlUTF8TextReader.cs
- TimeSpan.cs
- ScalarConstant.cs
- EntityDataSourceChangingEventArgs.cs
- WebServiceAttribute.cs
- PropertyGridView.cs
- EntityCollection.cs
- FontCollection.cs
- MsdtcClusterUtils.cs
- EpmContentSerializer.cs
- ListViewItem.cs
- SettingsProperty.cs
- ImageIndexEditor.cs
- RelationshipEndMember.cs
- HttpBrowserCapabilitiesWrapper.cs
- DataTrigger.cs
- AppModelKnownContentFactory.cs
- DeviceContext.cs
- QueryReaderSettings.cs
- EventEntry.cs
- DelegateSerializationHolder.cs
- NamedPipeWorkerProcess.cs
- Merger.cs
- NotSupportedException.cs
- HotSpotCollectionEditor.cs
- DataSet.cs
- TextBoxDesigner.cs
- BamlRecordHelper.cs
- IApplicationTrustManager.cs
- LoginViewDesigner.cs
- SerializationInfoEnumerator.cs
- InvokeBase.cs
- NativeMethodsCLR.cs
- AmbientProperties.cs
- RouteData.cs
- TokenBasedSet.cs