Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / Diagnostics / SymbolStore / SymLanguageVendor.cs / 1 / SymLanguageVendor.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: SymLanguageVendor ** ** [System.Runtime.InteropServices.ComVisible(true)] ** A class to hold public guids for language vendors. ** ** ===========================================================*/ 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 SymLanguageVendor { public static readonly Guid Microsoft = new Guid(unchecked((int)0x994b45c4), unchecked((short) 0xe6e9), 0x11d2, 0x90, 0x3f, 0x00, 0xc0, 0x4f, 0xa3, 0x02, 0xa1); } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckBoxPopupAdapter.cs
- ObjectListItem.cs
- WebPartCollection.cs
- diagnosticsswitches.cs
- EntitySqlQueryCacheEntry.cs
- SourceInterpreter.cs
- AttributeCollection.cs
- TemplatePropertyEntry.cs
- IdleTimeoutMonitor.cs
- HwndKeyboardInputProvider.cs
- BindStream.cs
- Touch.cs
- GeneralTransform2DTo3D.cs
- TypeRefElement.cs
- MemoryStream.cs
- ArrayListCollectionBase.cs
- SoapSchemaImporter.cs
- ButtonColumn.cs
- Stackframe.cs
- ServiceContractGenerator.cs
- RightsManagementEncryptionTransform.cs
- MenuScrollingVisibilityConverter.cs
- FixedTextPointer.cs
- TreeNodeClickEventArgs.cs
- RestHandler.cs
- LinkedResource.cs
- DbConnectionPoolCounters.cs
- KeyedCollection.cs
- LoginCancelEventArgs.cs
- ConnectionManagementSection.cs
- CreateUserWizard.cs
- TextRangeSerialization.cs
- DropShadowEffect.cs
- DelegateBodyWriter.cs
- ErrorWrapper.cs
- TimelineClockCollection.cs
- SmiConnection.cs
- figurelength.cs
- ListViewGroup.cs
- safex509handles.cs
- PackagingUtilities.cs
- CodeAttributeArgument.cs
- XmlTextReaderImplHelpers.cs
- ActionFrame.cs
- TextControl.cs
- DataControlLinkButton.cs
- MiniModule.cs
- BrowserDefinition.cs
- BinaryReader.cs
- PagerSettings.cs
- SystemPens.cs
- SettingsPropertyNotFoundException.cs
- SystemGatewayIPAddressInformation.cs
- MatrixConverter.cs
- HijriCalendar.cs
- WebPartTransformerCollection.cs
- DropSource.cs
- AdapterDictionary.cs
- HtmlTableCell.cs
- FunctionNode.cs
- XmlReflectionMember.cs
- VersionConverter.cs
- IPeerNeighbor.cs
- MetafileHeaderWmf.cs
- mediaclock.cs
- HtmlLink.cs
- StructuredTypeEmitter.cs
- VisualStyleRenderer.cs
- ExpressionConverter.cs
- HtmlInputReset.cs
- DbProviderSpecificTypePropertyAttribute.cs
- BaseCodePageEncoding.cs
- CharEntityEncoderFallback.cs
- AutoGeneratedField.cs
- ConstructorArgumentAttribute.cs
- SafeFileMapViewHandle.cs
- CollectionBase.cs
- DoubleAnimationBase.cs
- PageAsyncTaskManager.cs
- CatalogPartChrome.cs
- XmlFormatWriterGenerator.cs
- RegexCode.cs
- PagerSettings.cs
- ProcessingInstructionAction.cs
- SamlAdvice.cs
- DESCryptoServiceProvider.cs
- NativeMethods.cs
- ContentControl.cs
- Code.cs
- Exceptions.cs
- SqlFormatter.cs
- ToolStripLabel.cs
- ProcessHostMapPath.cs
- LabelEditEvent.cs
- FormsAuthenticationTicket.cs
- RawTextInputReport.cs
- CmsInterop.cs
- ControlValuePropertyAttribute.cs
- RectAnimationUsingKeyFrames.cs
- SHA512.cs