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
- CalendarTable.cs
- ItemMap.cs
- IISMapPath.cs
- DataKeyCollection.cs
- SerializationObjectManager.cs
- MemberMaps.cs
- EncoderExceptionFallback.cs
- EmptyElement.cs
- KeyGesture.cs
- RuntimeTrackingProfile.cs
- WindowsListView.cs
- Paragraph.cs
- ClientSession.cs
- Positioning.cs
- InvalidateEvent.cs
- CapabilitiesPattern.cs
- NavigationCommands.cs
- QuaternionAnimation.cs
- XPathNavigatorKeyComparer.cs
- HostingEnvironmentWrapper.cs
- SrgsSemanticInterpretationTag.cs
- SoapSchemaMember.cs
- DomNameTable.cs
- FontSource.cs
- FocusManager.cs
- DecimalKeyFrameCollection.cs
- SeekableMessageNavigator.cs
- SBCSCodePageEncoding.cs
- StorageSetMapping.cs
- CookielessHelper.cs
- Label.cs
- TrackingServices.cs
- RuntimeArgument.cs
- SamlAuthenticationStatement.cs
- ApplicationFileCodeDomTreeGenerator.cs
- StringInfo.cs
- XmlReflectionMember.cs
- BaseDataBoundControlDesigner.cs
- XmlWrappingWriter.cs
- CfgSemanticTag.cs
- shaper.cs
- TreeNodeBinding.cs
- CallbackValidatorAttribute.cs
- ScalarType.cs
- ComMethodElement.cs
- Span.cs
- JoinGraph.cs
- PathFigureCollection.cs
- SerializationStore.cs
- OracleEncoding.cs
- Relationship.cs
- ScriptRef.cs
- NumberFormatInfo.cs
- WebServicesSection.cs
- SudsWriter.cs
- XamlTreeBuilder.cs
- InfoCardSymmetricCrypto.cs
- NameTable.cs
- SmtpSection.cs
- SecurityKeyUsage.cs
- KnownColorTable.cs
- Simplifier.cs
- XamlClipboardData.cs
- XsltQilFactory.cs
- dbenumerator.cs
- XmlEnumAttribute.cs
- ClassHandlersStore.cs
- _DigestClient.cs
- ViewBase.cs
- TextAutomationPeer.cs
- SqlNotificationEventArgs.cs
- ApplicationActivator.cs
- MatrixConverter.cs
- Interfaces.cs
- Keyboard.cs
- MSAAEventDispatcher.cs
- BamlTreeMap.cs
- Int16Animation.cs
- PassportPrincipal.cs
- ScaleTransform3D.cs
- DeviceFilterEditorDialog.cs
- MimeFormReflector.cs
- CryptoApi.cs
- XmlMapping.cs
- IsolationInterop.cs
- securitycriticaldataformultiplegetandset.cs
- DockProviderWrapper.cs
- TextTrailingCharacterEllipsis.cs
- GridViewCommandEventArgs.cs
- TableColumnCollectionInternal.cs
- QuadraticBezierSegment.cs
- AppDomainGrammarProxy.cs
- TextElement.cs
- Converter.cs
- RMEnrollmentPage1.cs
- ConnectionConsumerAttribute.cs
- Error.cs
- Soap.cs
- MeasurementDCInfo.cs
- NullableConverter.cs