Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } }
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// ==++==
//
// 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
- User.cs
- SR.cs
- Double.cs
- DataBinder.cs
- ListViewItemMouseHoverEvent.cs
- KeyValueSerializer.cs
- UseAttributeSetsAction.cs
- SR.cs
- BasicHttpBinding.cs
- Function.cs
- UseAttributeSetsAction.cs
- MetadataItemEmitter.cs
- SafeFindHandle.cs
- StylusPlugInCollection.cs
- AppDomainGrammarProxy.cs
- PolicyLevel.cs
- SourceInterpreter.cs
- DomainUpDown.cs
- PerformanceCounterLib.cs
- RenderDataDrawingContext.cs
- HMACSHA256.cs
- BatchServiceHost.cs
- BmpBitmapDecoder.cs
- OleDbFactory.cs
- ServiceDebugBehavior.cs
- CompiledXpathExpr.cs
- DrawingImage.cs
- ThicknessAnimation.cs
- PropertySegmentSerializationProvider.cs
- CodeTypeMemberCollection.cs
- IisTraceListener.cs
- ValuePattern.cs
- Exceptions.cs
- ItemContainerGenerator.cs
- PartialTrustHelpers.cs
- Gdiplus.cs
- Message.cs
- JsonDataContract.cs
- counter.cs
- MaskedTextBoxTextEditorDropDown.cs
- NetCodeGroup.cs
- HttpDigestClientElement.cs
- CodeGenerator.cs
- EventLogPermissionEntryCollection.cs
- XdrBuilder.cs
- TreeNodeStyleCollection.cs
- CharUnicodeInfo.cs
- _ListenerResponseStream.cs
- UrlEncodedParameterWriter.cs
- AsnEncodedData.cs
- MutexSecurity.cs
- MetaModel.cs
- HMACSHA256.cs
- Point3DConverter.cs
- TemplateField.cs
- TaskFileService.cs
- SByte.cs
- InternalTransaction.cs
- PerformanceCounterCategory.cs
- AnnotationDocumentPaginator.cs
- HttpDictionary.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- ControlValuePropertyAttribute.cs
- FormatterServices.cs
- DummyDataSource.cs
- Base64Encoder.cs
- _LocalDataStore.cs
- ProxyAttribute.cs
- ColorConverter.cs
- ProjectedWrapper.cs
- ClientScriptManagerWrapper.cs
- DataViewListener.cs
- AutomationIdentifier.cs
- RoamingStoreFileUtility.cs
- UnsafeNetInfoNativeMethods.cs
- ObjectPersistData.cs
- StyleSheetRefUrlEditor.cs
- SharedStatics.cs
- OutputCacheProfile.cs
- PassportIdentity.cs
- DbCommandDefinition.cs
- FrameworkObject.cs
- WindowCollection.cs
- WebPartTracker.cs
- ProtectedConfigurationSection.cs
- RC2CryptoServiceProvider.cs
- httpserverutility.cs
- GridViewRowPresenter.cs
- QilTypeChecker.cs
- ThreadAbortException.cs
- ProofTokenCryptoHandle.cs
- BaseCollection.cs
- ButtonBaseAdapter.cs
- XmlSchemaDatatype.cs
- PropertyTab.cs
- AssemblyAttributes.cs
- TagNameToTypeMapper.cs
- QilInvokeEarlyBound.cs
- WebConvert.cs
- GridViewRowEventArgs.cs