Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / clr / src / BCL / System / RuntimeArgumentHandle.cs / 1 / RuntimeArgumentHandle.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System { using System; // This value type is used for constructing System.ArgIterator. // // SECURITY : m_ptr cannot be set to anything other than null by untrusted // code. // // This corresponds to EE VARARGS cookie. // Cannot be serialized [System.Runtime.InteropServices.ComVisible(true)] public struct RuntimeArgumentHandle { private IntPtr m_ptr; internal IntPtr Value { get { return m_ptr; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TableLayoutRowStyleCollection.cs
- SpellCheck.cs
- KeyEvent.cs
- SoundPlayerAction.cs
- Shared.cs
- ObsoleteAttribute.cs
- WbemProvider.cs
- BuildResultCache.cs
- CompilationUtil.cs
- TextParagraphView.cs
- PackageRelationship.cs
- addressfiltermode.cs
- PointCollection.cs
- FormsAuthentication.cs
- OleDbDataReader.cs
- ReturnEventArgs.cs
- ComplexPropertyEntry.cs
- GlyphElement.cs
- OleDbCommand.cs
- MarginsConverter.cs
- WebControlParameterProxy.cs
- OdbcConnectionHandle.cs
- QilGenerator.cs
- StateRuntime.cs
- TextMetrics.cs
- RectConverter.cs
- ImportCatalogPart.cs
- DataGridViewCellFormattingEventArgs.cs
- WebPartTracker.cs
- ComponentEvent.cs
- CodeMemberField.cs
- DataGridState.cs
- TextProperties.cs
- OrCondition.cs
- CapabilitiesPattern.cs
- EntityDataSource.cs
- DateTimeFormat.cs
- parserscommon.cs
- MsmqIntegrationSecurityElement.cs
- ProgressiveCrcCalculatingStream.cs
- WebPartMinimizeVerb.cs
- BatchParser.cs
- SerializationInfo.cs
- HwndProxyElementProvider.cs
- TriggerAction.cs
- PackageRelationship.cs
- NativeObjectSecurity.cs
- ObjectConverter.cs
- TextCharacters.cs
- SoapHeaderAttribute.cs
- TextDecoration.cs
- EditorServiceContext.cs
- FilterQueryOptionExpression.cs
- IisTraceWebEventProvider.cs
- UInt16Converter.cs
- BaseCollection.cs
- WMIGenerator.cs
- RuntimeWrappedException.cs
- Size3DValueSerializer.cs
- SliderAutomationPeer.cs
- DataContractSerializerSection.cs
- MetadataUtilsSmi.cs
- COM2FontConverter.cs
- EpmSourceTree.cs
- RoutingUtilities.cs
- SecurityTokenSerializer.cs
- Debug.cs
- OutputCacheSettings.cs
- DetailsView.cs
- SafeTimerHandle.cs
- TimeStampChecker.cs
- EventListener.cs
- FragmentQuery.cs
- Underline.cs
- RenderTargetBitmap.cs
- DetailsViewUpdatedEventArgs.cs
- WindowsListViewItemCheckBox.cs
- XamlTreeBuilderBamlRecordWriter.cs
- StreamWriter.cs
- AsyncParams.cs
- XmlSchemaSimpleType.cs
- TypeConverterValueSerializer.cs
- MdiWindowListItemConverter.cs
- CommandHelpers.cs
- OleDbErrorCollection.cs
- Visual3DCollection.cs
- Activator.cs
- BaseProcessor.cs
- MdiWindowListItemConverter.cs
- CompileLiteralTextParser.cs
- RootProfilePropertySettingsCollection.cs
- ContextMenu.cs
- FormViewModeEventArgs.cs
- CachedFontFamily.cs
- SuppressMergeCheckAttribute.cs
- FilteredReadOnlyMetadataCollection.cs
- InputScope.cs
- ProxyAttribute.cs
- DataObjectSettingDataEventArgs.cs
- SafeProcessHandle.cs