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
- XmlKeywords.cs
- TextElementAutomationPeer.cs
- FixedSOMLineCollection.cs
- ListCollectionView.cs
- DataBindEngine.cs
- SqlUtils.cs
- ScriptBehaviorDescriptor.cs
- OdbcException.cs
- TaskFileService.cs
- ClientUrlResolverWrapper.cs
- SynchronizedChannelCollection.cs
- streamingZipPartStream.cs
- ActiveXHost.cs
- HelpFileFileNameEditor.cs
- MenuAutomationPeer.cs
- CmsUtils.cs
- TemplateInstanceAttribute.cs
- ConnectionsZone.cs
- QueryCacheEntry.cs
- ClientCultureInfo.cs
- ErrorsHelper.cs
- PersistChildrenAttribute.cs
- QueryContext.cs
- TextElementEnumerator.cs
- ProfessionalColorTable.cs
- ToggleProviderWrapper.cs
- ScrollBarAutomationPeer.cs
- WasEndpointConfigContainer.cs
- AsyncOperation.cs
- XamlPoint3DCollectionSerializer.cs
- DataGridViewLayoutData.cs
- XPathMultyIterator.cs
- TextSpan.cs
- NonVisualControlAttribute.cs
- TrackingProfile.cs
- NoClickablePointException.cs
- TCEAdapterGenerator.cs
- PropertyInfo.cs
- Annotation.cs
- PopupRoot.cs
- RoleProviderPrincipal.cs
- OptimizedTemplateContent.cs
- GroupedContextMenuStrip.cs
- PagePropertiesChangingEventArgs.cs
- SQLInt32.cs
- RoleManagerSection.cs
- SafeLibraryHandle.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- ByteStreamGeometryContext.cs
- ExpressionList.cs
- EventLogStatus.cs
- GroupStyle.cs
- StylusEditingBehavior.cs
- PrePostDescendentsWalker.cs
- DataGridViewComboBoxEditingControl.cs
- XPathNodePointer.cs
- KeyBinding.cs
- WebPartChrome.cs
- AnimatedTypeHelpers.cs
- AuthorizationPolicyTypeElementCollection.cs
- SqlUserDefinedTypeAttribute.cs
- IdentitySection.cs
- UniqueIdentifierService.cs
- WeakKeyDictionary.cs
- SmiRecordBuffer.cs
- JsonByteArrayDataContract.cs
- DataServiceProcessingPipelineEventArgs.cs
- AnchoredBlock.cs
- LockRecoveryTask.cs
- SimpleApplicationHost.cs
- CalendarDesigner.cs
- FlagsAttribute.cs
- SectionRecord.cs
- InputBinding.cs
- AppDomainFactory.cs
- LaxModeSecurityHeaderElementInferenceEngine.cs
- WSFederationHttpSecurity.cs
- GregorianCalendarHelper.cs
- _SpnDictionary.cs
- XmlSerializationGeneratedCode.cs
- StructuredTypeInfo.cs
- LinkedList.cs
- TextRangeBase.cs
- WindowsImpersonationContext.cs
- BodyGlyph.cs
- BaseAsyncResult.cs
- XmlComment.cs
- Literal.cs
- RtfControlWordInfo.cs
- ObjectIDGenerator.cs
- DesignerVerb.cs
- RangeBaseAutomationPeer.cs
- ChangePassword.cs
- FocusWithinProperty.cs
- Compilation.cs
- templategroup.cs
- ThousandthOfEmRealDoubles.cs
- _LocalDataStoreMgr.cs
- HtmlShim.cs
- FigureParaClient.cs