Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ScriptingRoleServiceSection.cs
- HtmlFormParameterReader.cs
- AsymmetricCryptoHandle.cs
- TdsParserStaticMethods.cs
- ThrowHelper.cs
- WSFederationHttpBindingCollectionElement.cs
- StickyNoteContentControl.cs
- ObjectNavigationPropertyMapping.cs
- ScrollBarAutomationPeer.cs
- FilterException.cs
- HttpPostedFileWrapper.cs
- PropertyDescriptor.cs
- TreeNodeStyleCollection.cs
- LineServices.cs
- MetadataCollection.cs
- DataGridView.cs
- ToolCreatedEventArgs.cs
- DeploymentSectionCache.cs
- BoolExpression.cs
- RectangleGeometry.cs
- MsmqHostedTransportManager.cs
- FieldMetadata.cs
- CheckBox.cs
- CodeMemberProperty.cs
- ParameterToken.cs
- CustomErrorCollection.cs
- ExpressionCopier.cs
- DataControlHelper.cs
- FixedFindEngine.cs
- SessionStateModule.cs
- MappingException.cs
- AsymmetricCryptoHandle.cs
- RuntimeConfig.cs
- GlobalEventManager.cs
- XhtmlBasicLiteralTextAdapter.cs
- ErrorInfoXmlDocument.cs
- RegexCode.cs
- HtmlObjectListAdapter.cs
- XmlExceptionHelper.cs
- PageAdapter.cs
- ContentType.cs
- RuleSet.cs
- TextInfo.cs
- Point.cs
- Size.cs
- MetabaseServerConfig.cs
- CompilerState.cs
- XmlSchemaAnyAttribute.cs
- LicFileLicenseProvider.cs
- HttpListenerContext.cs
- EntityDataSourceValidationException.cs
- HttpPostProtocolReflector.cs
- TableCell.cs
- UserNamePasswordServiceCredential.cs
- DecodeHelper.cs
- SequenceDesigner.cs
- OutOfMemoryException.cs
- Memoizer.cs
- WrappedDispatcherException.cs
- XAMLParseException.cs
- MetadataSource.cs
- IndentTextWriter.cs
- OleDbFactory.cs
- SchemaCollectionPreprocessor.cs
- NativeWindow.cs
- SegmentInfo.cs
- MenuRendererClassic.cs
- ExtractedStateEntry.cs
- Geometry3D.cs
- DockPatternIdentifiers.cs
- X509Utils.cs
- AndCondition.cs
- BitmapEffectDrawing.cs
- SchemaMerger.cs
- cookieexception.cs
- HyperLinkDataBindingHandler.cs
- TimeZone.cs
- BitmapEditor.cs
- RestHandler.cs
- EasingKeyFrames.cs
- ElementHostPropertyMap.cs
- DecoderFallback.cs
- CalendarItem.cs
- WorkflowInstanceExtensionProvider.cs
- DeclarativeExpressionConditionDeclaration.cs
- LineInfo.cs
- ContentFilePart.cs
- PrimaryKeyTypeConverter.cs
- ListCollectionView.cs
- OperatorExpressions.cs
- CLSCompliantAttribute.cs
- DataBoundControlHelper.cs
- ConnectionStringSettings.cs
- HttpGetServerProtocol.cs
- ApplicationException.cs
- CheckBox.cs
- ModifiableIteratorCollection.cs
- PropertyCondition.cs
- ActivityXRefPropertyEditor.cs
- ProcessProtocolHandler.cs