Code:
/ 4.0 / 4.0 / 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.
// ==++==
//
// 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
- NamedPipeTransportElement.cs
- WinFormsSecurity.cs
- GenericPrincipal.cs
- InternalResources.cs
- ObjectListSelectEventArgs.cs
- GeometryCollection.cs
- IdentitySection.cs
- XsltCompileContext.cs
- XPathExpr.cs
- ProxyElement.cs
- Token.cs
- DiscoveryClientReferences.cs
- DiscreteKeyFrames.cs
- ObjectStateEntryDbDataRecord.cs
- ObjectDataSourceDisposingEventArgs.cs
- VectorAnimationBase.cs
- StorageComplexTypeMapping.cs
- AssemblyNameProxy.cs
- CommandDevice.cs
- ReaderContextStackData.cs
- UnsafeNativeMethods.cs
- WorkflowNamespace.cs
- Bits.cs
- ImageMap.cs
- HttpResponse.cs
- XPathNodeInfoAtom.cs
- DbParameterCollectionHelper.cs
- versioninfo.cs
- Constants.cs
- DataView.cs
- SafeNativeMethodsOther.cs
- HttpCacheParams.cs
- AccessibilityApplicationManager.cs
- ProcessingInstructionAction.cs
- UnicodeEncoding.cs
- CommentAction.cs
- COM2ColorConverter.cs
- EventProviderTraceListener.cs
- StreamInfo.cs
- CompilerResults.cs
- ArrayConverter.cs
- ReadWriteSpinLock.cs
- SQLDateTimeStorage.cs
- ConnectorSelectionGlyph.cs
- DesignerAttributeInfo.cs
- WebControlToolBoxItem.cs
- Line.cs
- ComponentDispatcher.cs
- DocumentsTrace.cs
- InputDevice.cs
- HScrollBar.cs
- DockPanel.cs
- SessionStateSection.cs
- LocalValueEnumerator.cs
- SpotLight.cs
- XmlSchemaImporter.cs
- MgmtConfigurationRecord.cs
- XmlQualifiedNameTest.cs
- ThreadAbortException.cs
- HeaderedItemsControl.cs
- ObjectStateEntryDbDataRecord.cs
- OutputCacheSettingsSection.cs
- sqlpipe.cs
- PictureBox.cs
- ConnectorMovedEventArgs.cs
- ConcurrencyBehavior.cs
- MulticastOption.cs
- ExpressionBinding.cs
- DataControlFieldCell.cs
- ValueOfAction.cs
- SymbolMethod.cs
- DrawTreeNodeEventArgs.cs
- ConditionedDesigner.cs
- ManagedFilter.cs
- SelectorItemAutomationPeer.cs
- GridView.cs
- SchemaConstraints.cs
- ParserHooks.cs
- InvalidFilterCriteriaException.cs
- ConstraintCollection.cs
- CultureInfo.cs
- MergeLocalizationDirectives.cs
- BaseTemplateParser.cs
- FormsAuthenticationConfiguration.cs
- UIElement3DAutomationPeer.cs
- UpDownEvent.cs
- shaper.cs
- RangeValidator.cs
- SortedSet.cs
- SystemIPInterfaceStatistics.cs
- CodeAccessSecurityEngine.cs
- HandlerFactoryWrapper.cs
- ArgumentsParser.cs
- FixedHyperLink.cs
- ToolStripContainer.cs
- DetailsViewRow.cs
- SafeViewOfFileHandle.cs
- CharacterBuffer.cs
- VerificationAttribute.cs
- RoutedEventConverter.cs