Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WSMessageEncoding.cs
- EntityDataReader.cs
- ReadOnlyTernaryTree.cs
- LineServicesCallbacks.cs
- RuntimeConfig.cs
- FileDataSourceCache.cs
- SafeTokenHandle.cs
- Size3DValueSerializer.cs
- Signature.cs
- CodeBinaryOperatorExpression.cs
- SynchronizedDispatch.cs
- BooleanSwitch.cs
- EditorPart.cs
- AsymmetricCryptoHandle.cs
- TimeStampChecker.cs
- Conditional.cs
- BaseTemplateParser.cs
- TypeDelegator.cs
- DataProviderNameConverter.cs
- ParseNumbers.cs
- CrossContextChannel.cs
- baseaxisquery.cs
- SortKey.cs
- DataGridCellsPanel.cs
- ObjectStorage.cs
- PrimaryKeyTypeConverter.cs
- PartialCachingAttribute.cs
- Directory.cs
- ErrorHandler.cs
- String.cs
- PrivateFontCollection.cs
- ServiceDescription.cs
- SQLInt64.cs
- SatelliteContractVersionAttribute.cs
- SamlAudienceRestrictionCondition.cs
- SslStream.cs
- DispatcherProcessingDisabled.cs
- QuaternionAnimation.cs
- PassportAuthentication.cs
- SafeCertificateContext.cs
- MdiWindowListStrip.cs
- MetaForeignKeyColumn.cs
- NonSerializedAttribute.cs
- Asn1Utilities.cs
- WSIdentityFaultException.cs
- HybridObjectCache.cs
- CommonEndpointBehaviorElement.cs
- storepermissionattribute.cs
- ContentType.cs
- ContentType.cs
- ColorTranslator.cs
- ControlBuilderAttribute.cs
- System.Data_BID.cs
- ConfigPathUtility.cs
- ResourcePool.cs
- UnsafeNetInfoNativeMethods.cs
- GAC.cs
- ToolTip.cs
- KeyInstance.cs
- ToolStripDropTargetManager.cs
- WebPartUtil.cs
- BufferedGraphicsManager.cs
- FontNamesConverter.cs
- ConfigXmlAttribute.cs
- LinqDataSourceContextEventArgs.cs
- MenuItemBinding.cs
- FormsAuthenticationUserCollection.cs
- ISO2022Encoding.cs
- ClassGenerator.cs
- SchemaUtility.cs
- FormsAuthenticationEventArgs.cs
- SchemaCollectionCompiler.cs
- LicenseException.cs
- ExtensionFile.cs
- ServicePoint.cs
- OrderedDictionary.cs
- ServiceManager.cs
- AutomationFocusChangedEventArgs.cs
- Matrix3DStack.cs
- IconConverter.cs
- WmfPlaceableFileHeader.cs
- Utils.cs
- MatrixValueSerializer.cs
- NonClientArea.cs
- RangeValidator.cs
- MappingException.cs
- SecurityDocument.cs
- RealProxy.cs
- QuestionEventArgs.cs
- ConnectionStringSettings.cs
- CubicEase.cs
- WindowsProgressbar.cs
- HtmlSelectionListAdapter.cs
- ExpressionQuoter.cs
- DataViewManager.cs
- ActivityFunc.cs
- PageCodeDomTreeGenerator.cs
- StoreContentChangedEventArgs.cs
- wgx_exports.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs