Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- PropertyDescriptorCollection.cs
- ListViewInsertedEventArgs.cs
- ByteAnimationUsingKeyFrames.cs
- FieldDescriptor.cs
- ResourceAssociationTypeEnd.cs
- unitconverter.cs
- StringAttributeCollection.cs
- DataListCommandEventArgs.cs
- LinqExpressionNormalizer.cs
- Scheduler.cs
- WebPermission.cs
- DependencyObjectPropertyDescriptor.cs
- FixedSOMTable.cs
- TraceShell.cs
- Stopwatch.cs
- ContentOperations.cs
- DES.cs
- ArithmeticException.cs
- GenericTypeParameterBuilder.cs
- DataGridViewUtilities.cs
- RenderCapability.cs
- FunctionNode.cs
- ConstructorExpr.cs
- MetadataProperty.cs
- TransactionsSectionGroup.cs
- TargetParameterCountException.cs
- VectorAnimation.cs
- TaiwanLunisolarCalendar.cs
- PowerModeChangedEventArgs.cs
- WebScriptEnablingBehavior.cs
- ListView.cs
- HandledEventArgs.cs
- HttpRuntime.cs
- XPathArrayIterator.cs
- QueryCacheManager.cs
- AutoResetEvent.cs
- SingleTagSectionHandler.cs
- AstTree.cs
- IriParsingElement.cs
- bidPrivateBase.cs
- ADRoleFactory.cs
- SignedInfo.cs
- BooleanExpr.cs
- SafeSecurityHelper.cs
- HtmlElementCollection.cs
- X509SecurityTokenProvider.cs
- EventDescriptorCollection.cs
- StylusPointPropertyUnit.cs
- IncrementalCompileAnalyzer.cs
- AnimationException.cs
- UnauthorizedWebPart.cs
- TypeNameParser.cs
- DataGridViewLinkCell.cs
- DependencyObject.cs
- FtpRequestCacheValidator.cs
- DataGridRowAutomationPeer.cs
- PostBackTrigger.cs
- LostFocusEventManager.cs
- Base64Encoder.cs
- XmlDictionaryReaderQuotas.cs
- MetadataArtifactLoaderFile.cs
- _NegoState.cs
- Type.cs
- MappingMetadataHelper.cs
- ChildTable.cs
- StylusDevice.cs
- Symbol.cs
- userdatakeys.cs
- HostingEnvironmentException.cs
- XsdDateTime.cs
- KeyedCollection.cs
- ErrorWebPart.cs
- HtmlShimManager.cs
- NominalTypeEliminator.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- SqlDataSourceSelectingEventArgs.cs
- XmlCDATASection.cs
- UIInitializationException.cs
- DataGridViewCellStyleChangedEventArgs.cs
- CountAggregationOperator.cs
- GetPageCompletedEventArgs.cs
- TransactionInformation.cs
- CoreSwitches.cs
- UserNamePasswordValidator.cs
- Boolean.cs
- _SingleItemRequestCache.cs
- DrawingServices.cs
- MultiSelectRootGridEntry.cs
- DependentList.cs
- DecimalFormatter.cs
- PageContentAsyncResult.cs
- NotConverter.cs
- SyndicationElementExtensionCollection.cs
- BindUriHelper.cs
- AutomationElement.cs
- ProfileModule.cs
- NumericPagerField.cs
- DoubleAnimationBase.cs
- AppDomainGrammarProxy.cs
- ListViewInsertionMark.cs