Code:
/ FX-1434 / FX-1434 / 1.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
- HijriCalendar.cs
- DiscardableAttribute.cs
- PlatformNotSupportedException.cs
- KeyBinding.cs
- IntegerFacetDescriptionElement.cs
- ViewgenContext.cs
- MouseCaptureWithinProperty.cs
- TextProperties.cs
- BoolExpression.cs
- CodeIdentifier.cs
- OleDbReferenceCollection.cs
- CancellableEnumerable.cs
- Point4D.cs
- ByteConverter.cs
- DesignerVerbToolStripMenuItem.cs
- DataGridViewCellParsingEventArgs.cs
- SelectionItemPatternIdentifiers.cs
- ScrollEvent.cs
- XmlCollation.cs
- SourceElementsCollection.cs
- ConsumerConnectionPointCollection.cs
- BlurBitmapEffect.cs
- _SSPISessionCache.cs
- mongolianshape.cs
- BooleanStorage.cs
- VisualTreeHelper.cs
- StructuralObject.cs
- PropertyFilterAttribute.cs
- BamlMapTable.cs
- Misc.cs
- GetPageCompletedEventArgs.cs
- LOSFormatter.cs
- PenThread.cs
- Region.cs
- DecoderNLS.cs
- XmlEntity.cs
- AsyncDataRequest.cs
- WebPartVerbsEventArgs.cs
- XamlPathDataSerializer.cs
- MultiAsyncResult.cs
- Propagator.JoinPropagator.cs
- AccessViolationException.cs
- NegationPusher.cs
- CqlBlock.cs
- SafeRegistryHandle.cs
- DemultiplexingClientMessageFormatter.cs
- NetCodeGroup.cs
- FixedDSBuilder.cs
- EventProviderWriter.cs
- NativeCppClassAttribute.cs
- WinFormsUtils.cs
- MetadataReference.cs
- CompModHelpers.cs
- RadioButtonRenderer.cs
- InvalidOleVariantTypeException.cs
- CodeEntryPointMethod.cs
- CustomLineCap.cs
- DBSqlParserTableCollection.cs
- CodeArrayCreateExpression.cs
- Avt.cs
- UdpMessageProperty.cs
- messageonlyhwndwrapper.cs
- XmlMembersMapping.cs
- _NestedMultipleAsyncResult.cs
- BitmapPalettes.cs
- DiscoveryClientChannelBase.cs
- TailCallAnalyzer.cs
- AssemblyAssociatedContentFileAttribute.cs
- InheritablePropertyChangeInfo.cs
- QilInvoke.cs
- WorkflowInstanceQuery.cs
- _HelperAsyncResults.cs
- RC2CryptoServiceProvider.cs
- DateTimeValueSerializerContext.cs
- UnsafeNativeMethodsTablet.cs
- CultureNotFoundException.cs
- PropertyGridView.cs
- PathParser.cs
- ApplicationSettingsBase.cs
- RSAProtectedConfigurationProvider.cs
- DataGridColumnCollectionEditor.cs
- CreateWorkflowOwnerCommand.cs
- JsonByteArrayDataContract.cs
- ConfigsHelper.cs
- PerformanceCounter.cs
- ExtentJoinTreeNode.cs
- AsymmetricAlgorithm.cs
- TabPage.cs
- JsonReader.cs
- UnitySerializationHolder.cs
- ProfilePropertySettings.cs
- FullTrustAssemblyCollection.cs
- SqlVisitor.cs
- AttributeEmitter.cs
- ExeConfigurationFileMap.cs
- ActiveXHost.cs
- Debug.cs
- RouteItem.cs
- FlatButtonAppearance.cs
- DictionarySectionHandler.cs