Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / clr / src / BCL / System / RuntimeArgumentHandle.cs / 1305376 / 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; } }
}
}
// 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
- SoapCodeExporter.cs
- IndexOutOfRangeException.cs
- DataGridViewCellValueEventArgs.cs
- AccessViolationException.cs
- mediaeventargs.cs
- TextViewDesigner.cs
- OrderByExpression.cs
- PropertyItemInternal.cs
- StatusBarPanel.cs
- BooleanProjectedSlot.cs
- VisualBasicImportReference.cs
- Animatable.cs
- MILUtilities.cs
- Transform3DGroup.cs
- Oid.cs
- WorkflowServiceBehavior.cs
- GridViewSortEventArgs.cs
- TreeBuilderBamlTranslator.cs
- XmlBuffer.cs
- ClientCultureInfo.cs
- MailAddress.cs
- EncodingNLS.cs
- IsolatedStoragePermission.cs
- VersionedStream.cs
- DeferredElementTreeState.cs
- TypeToken.cs
- RootAction.cs
- WindowsTooltip.cs
- TextOnlyOutput.cs
- HttpWebRequestElement.cs
- ListViewItem.cs
- TouchFrameEventArgs.cs
- VoiceSynthesis.cs
- SolidColorBrush.cs
- OpCodes.cs
- AnimatedTypeHelpers.cs
- TextureBrush.cs
- ProfilePropertySettingsCollection.cs
- DataColumnMappingCollection.cs
- EntityDataSourceValidationException.cs
- _AutoWebProxyScriptHelper.cs
- PropertyCollection.cs
- CheckBoxDesigner.cs
- QuaternionAnimationUsingKeyFrames.cs
- InstanceValue.cs
- ProxyOperationRuntime.cs
- BrowserCapabilitiesFactoryBase.cs
- MessageContractAttribute.cs
- HtmlInputPassword.cs
- SEHException.cs
- DataTableMapping.cs
- SwitchCase.cs
- HTMLTextWriter.cs
- HttpCacheVary.cs
- HitTestParameters.cs
- XmlNamedNodeMap.cs
- AudioFormatConverter.cs
- Empty.cs
- CodeSnippetCompileUnit.cs
- SectionVisual.cs
- Journal.cs
- SystemException.cs
- XmlHierarchyData.cs
- ResourceType.cs
- MemoryResponseElement.cs
- PropertyIdentifier.cs
- _NTAuthentication.cs
- DataGridViewSortCompareEventArgs.cs
- DataBoundControlAdapter.cs
- MetadataPropertyCollection.cs
- Function.cs
- _HelperAsyncResults.cs
- Int32RectConverter.cs
- AppSettingsExpressionBuilder.cs
- CellPartitioner.cs
- OrderByQueryOptionExpression.cs
- ClientApiGenerator.cs
- SocketInformation.cs
- ControlBindingsCollection.cs
- XPathDescendantIterator.cs
- ImageEditor.cs
- SqlBulkCopy.cs
- GridErrorDlg.cs
- ExtensionSurface.cs
- XmlSchemaSimpleContentExtension.cs
- SqlCommandSet.cs
- listitem.cs
- HttpTransportManager.cs
- ControlAdapter.cs
- FileChangeNotifier.cs
- XmlILModule.cs
- StorageMappingItemCollection.cs
- InputScopeAttribute.cs
- Transform3DGroup.cs
- InvokeMethod.cs
- PolyQuadraticBezierSegment.cs
- TriState.cs
- StylusPointDescription.cs
- ProfileSection.cs
- SecurityKeyUsage.cs