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
- CheckableControlBaseAdapter.cs
- DeferredSelectedIndexReference.cs
- RemoteWebConfigurationHost.cs
- Typeface.cs
- ContentDefinition.cs
- designeractionlistschangedeventargs.cs
- SmtpSection.cs
- Timeline.cs
- ReflectEventDescriptor.cs
- HttpWriter.cs
- util.cs
- CacheSection.cs
- RequestQueue.cs
- IntSecurity.cs
- CommittableTransaction.cs
- CountdownEvent.cs
- LogStore.cs
- CipherData.cs
- _NetworkingPerfCounters.cs
- ExpressionBuilder.cs
- HtmlMeta.cs
- ChildrenQuery.cs
- InputScopeNameConverter.cs
- DependencyPropertyKey.cs
- PropagatorResult.cs
- SendKeys.cs
- RenderDataDrawingContext.cs
- ScopedMessagePartSpecification.cs
- OutputCacheProfile.cs
- ComPlusInstanceProvider.cs
- SurrogateSelector.cs
- InheritanceAttribute.cs
- DynamicRenderer.cs
- ResourcesGenerator.cs
- ContextDataSourceView.cs
- TextBreakpoint.cs
- FormViewInsertedEventArgs.cs
- JoinTreeNode.cs
- WindowsListViewItemCheckBox.cs
- SharedPerformanceCounter.cs
- CompiledQueryCacheKey.cs
- HttpCacheVaryByContentEncodings.cs
- ReachVisualSerializerAsync.cs
- TextChange.cs
- SynchronizingStream.cs
- RemotingAttributes.cs
- externdll.cs
- BitSet.cs
- TextCollapsingProperties.cs
- SocketPermission.cs
- SmiConnection.cs
- Keyboard.cs
- BlobPersonalizationState.cs
- WindowsStartMenu.cs
- RotateTransform.cs
- ProjectionCamera.cs
- DodSequenceMerge.cs
- ObjectPersistData.cs
- ToolStripLabel.cs
- SqlMethodCallConverter.cs
- SystemNetHelpers.cs
- Double.cs
- IResourceProvider.cs
- MethodRental.cs
- ColorInterpolationModeValidation.cs
- EventMappingSettings.cs
- XPathMultyIterator.cs
- FileDialogCustomPlace.cs
- Timer.cs
- PersonalizableTypeEntry.cs
- TextCharacters.cs
- KeyInterop.cs
- ScriptManager.cs
- rsa.cs
- WebPartTransformerCollection.cs
- ExceptionUtil.cs
- StyleSheetDesigner.cs
- XsdDateTime.cs
- CustomCategoryAttribute.cs
- ScalarOps.cs
- ExtensionSimplifierMarkupObject.cs
- ListBoxItemWrapperAutomationPeer.cs
- SoapTransportImporter.cs
- messageonlyhwndwrapper.cs
- ContextStaticAttribute.cs
- counter.cs
- XamlSerializer.cs
- Button.cs
- CAGDesigner.cs
- ProcessModuleDesigner.cs
- ReadWriteSpinLock.cs
- EntityDataSourceContextCreatedEventArgs.cs
- Funcletizer.cs
- FacetDescriptionElement.cs
- CatalogZoneAutoFormat.cs
- DbConnectionPoolGroup.cs
- Enlistment.cs
- DynamicObject.cs
- NullableIntAverageAggregationOperator.cs
- ColorConvertedBitmap.cs