Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Diagnostics / SymbolStore / SymDocumentType.cs / 1 / SymDocumentType.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SymDocumentType ** ** [System.Runtime.InteropServices.ComVisible(true)] ** A class to hold public guids for document types to be used with the ** symbol store. ** ** ===========================================================*/ namespace System.Diagnostics.SymbolStore { // Only statics does not need to be marked with the serializable attribute using System; [System.Runtime.InteropServices.ComVisible(true)] public class SymDocumentType { public static readonly Guid Text = new Guid(0x5a869d0b, 0x6611, 0x11d3, 0xbd, 0x2a, 0x0, 0x0, 0xf8, 0x8, 0x49, 0xbd); } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SymDocumentType ** ** [System.Runtime.InteropServices.ComVisible(true)] ** A class to hold public guids for document types to be used with the ** symbol store. ** ** ===========================================================*/ namespace System.Diagnostics.SymbolStore { // Only statics does not need to be marked with the serializable attribute using System; [System.Runtime.InteropServices.ComVisible(true)] public class SymDocumentType { public static readonly Guid Text = new Guid(0x5a869d0b, 0x6611, 0x11d3, 0xbd, 0x2a, 0x0, 0x0, 0xf8, 0x8, 0x49, 0xbd); } } // 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
- PlaceHolder.cs
- _Semaphore.cs
- SafeNativeMethods.cs
- Cursor.cs
- ToolStripRenderEventArgs.cs
- MarkupCompiler.cs
- SelectionProcessor.cs
- UpdateProgress.cs
- Exceptions.cs
- Calendar.cs
- SoapExtensionStream.cs
- FolderBrowserDialog.cs
- ClientUrlResolverWrapper.cs
- ComboBoxItem.cs
- ServerType.cs
- wgx_commands.cs
- ZeroOpNode.cs
- TextViewSelectionProcessor.cs
- HideDisabledControlAdapter.cs
- Exceptions.cs
- SapiGrammar.cs
- TransactionCache.cs
- XPathNodePointer.cs
- Sentence.cs
- XmlSchemaSubstitutionGroup.cs
- SelectionChangedEventArgs.cs
- RegexParser.cs
- PointLightBase.cs
- DataSourceXmlTextReader.cs
- MonitoringDescriptionAttribute.cs
- ParsedAttributeCollection.cs
- SourceInterpreter.cs
- GacUtil.cs
- SettingsPropertyValueCollection.cs
- EmbeddedMailObjectCollectionEditor.cs
- RtfControls.cs
- WebException.cs
- RowUpdatingEventArgs.cs
- SelectionHighlightInfo.cs
- NonParentingControl.cs
- Keyboard.cs
- XmlNamespaceMapping.cs
- SqlMetaData.cs
- FunctionMappingTranslator.cs
- SystemIcmpV4Statistics.cs
- RightsManagementEncryptedStream.cs
- VectorValueSerializer.cs
- SQLBinaryStorage.cs
- PersonalizationStateQuery.cs
- WebPartChrome.cs
- XmlCustomFormatter.cs
- QuaternionKeyFrameCollection.cs
- MediaElement.cs
- JoinTreeSlot.cs
- ExceptionValidationRule.cs
- XmlSchemaValidator.cs
- CloseCryptoHandleRequest.cs
- CodeExpressionStatement.cs
- Int32RectConverter.cs
- Rect3D.cs
- Compiler.cs
- Application.cs
- XmlSchemaType.cs
- LoginViewDesigner.cs
- Behavior.cs
- ReadOnlyDictionary.cs
- CompareValidator.cs
- SecondaryViewProvider.cs
- NativeObjectSecurity.cs
- ValidationSummary.cs
- SmiTypedGetterSetter.cs
- XmlNamespaceDeclarationsAttribute.cs
- FileAuthorizationModule.cs
- GraphicsPathIterator.cs
- DiscreteKeyFrames.cs
- ComponentResourceManager.cs
- SerializationEventsCache.cs
- EmptyStringExpandableObjectConverter.cs
- SqlIdentifier.cs
- OutputCacheSection.cs
- MsmqMessage.cs
- TaiwanLunisolarCalendar.cs
- WebZone.cs
- CacheChildrenQuery.cs
- SiblingIterators.cs
- SynchronizedInputAdaptor.cs
- XmlSchemaSimpleTypeUnion.cs
- Matrix3DStack.cs
- DataTemplate.cs
- XmlAutoDetectWriter.cs
- NavigationWindowAutomationPeer.cs
- DatagridviewDisplayedBandsData.cs
- MasterPageCodeDomTreeGenerator.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- _KerberosClient.cs
- DockPatternIdentifiers.cs
- SafeEventLogReadHandle.cs
- PackageFilter.cs
- ViewBox.cs
- SymbolType.cs