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
- ComponentManagerBroker.cs
- PlanCompiler.cs
- RegexWorker.cs
- ListItemParagraph.cs
- MsmqMessage.cs
- XmlSchemaComplexContent.cs
- SharedUtils.cs
- PageSettings.cs
- CalendarAutoFormatDialog.cs
- OciHandle.cs
- TypedRowGenerator.cs
- WebConvert.cs
- CodeMemberProperty.cs
- Vector3DCollectionValueSerializer.cs
- SafeFileMapViewHandle.cs
- TemplateBuilder.cs
- cryptoapiTransform.cs
- MemberAssignmentAnalysis.cs
- ExpressionParser.cs
- XmlAnyElementAttribute.cs
- LongTypeConverter.cs
- TimerEventSubscription.cs
- DataGridAutomationPeer.cs
- OdbcUtils.cs
- RowVisual.cs
- GroupJoinQueryOperator.cs
- ProviderConnectionPoint.cs
- XmlWrappingWriter.cs
- ActivityStatusChangeEventArgs.cs
- ClientScriptManagerWrapper.cs
- DesignerActionKeyboardBehavior.cs
- TimerElapsedEvenArgs.cs
- DynamicILGenerator.cs
- Typeface.cs
- StateRuntime.cs
- Message.cs
- ellipse.cs
- Utils.cs
- ConfigXmlSignificantWhitespace.cs
- ObfuscationAttribute.cs
- Simplifier.cs
- Sql8ConformanceChecker.cs
- AlternateView.cs
- SystemInfo.cs
- SettingsProperty.cs
- TreeViewEvent.cs
- AutomationElementIdentifiers.cs
- CompoundFileStreamReference.cs
- CompModSwitches.cs
- DSACryptoServiceProvider.cs
- _LazyAsyncResult.cs
- PassportIdentity.cs
- PrinterSettings.cs
- DynamicRendererThreadManager.cs
- NavigatorInput.cs
- DtrList.cs
- OrthographicCamera.cs
- EntityWrapperFactory.cs
- RequiredAttributeAttribute.cs
- GPRECTF.cs
- XsltInput.cs
- TextSelection.cs
- SystemTcpConnection.cs
- CqlBlock.cs
- ViewManager.cs
- NextPreviousPagerField.cs
- HostedHttpRequestAsyncResult.cs
- AttachedPropertyMethodSelector.cs
- StorageConditionPropertyMapping.cs
- AdRotator.cs
- CodeAccessSecurityEngine.cs
- UnsafeNativeMethods.cs
- InstanceContextMode.cs
- VersionedStream.cs
- XPathDocument.cs
- InfoCardSchemas.cs
- coordinatorscratchpad.cs
- IncrementalReadDecoders.cs
- DataGridViewColumnTypePicker.cs
- DropShadowEffect.cs
- UnicodeEncoding.cs
- DeploymentExceptionMapper.cs
- SynchronizationScope.cs
- RenderDataDrawingContext.cs
- PropVariant.cs
- SchemaMapping.cs
- ReadOnlyDataSourceView.cs
- CodeMemberField.cs
- ProxyWebPart.cs
- KeyBinding.cs
- KnownIds.cs
- SplashScreen.cs
- MarginCollapsingState.cs
- XmlTextReader.cs
- SmiConnection.cs
- AttributeAction.cs
- PropertyCondition.cs
- ImageButton.cs
- DataSourceCache.cs
- ControlBuilder.cs