Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / Remoting / __TransparentProxy.cs / 1 / __TransparentProxy.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** File: __TransparentProxy.cs ** ** ** Purpose: Defines Transparent proxy ** ** ===========================================================*/ namespace System.Runtime.Remoting.Proxies { using System.Runtime.Remoting; // Transparent proxy and Real proxy are vital pieces of the // remoting data structures. Transparent proxy magically // creates a message that represents a call on it and delegates // to the Real proxy to do the real remoting work. using System; internal sealed class __TransparentProxy { // Created inside EE private __TransparentProxy() { throw new NotSupportedException(Environment.GetResourceString(ResId.NotSupported_Constructor)); } // Private members called by VM #pragma warning disable 169 private RealProxy _rp; // Reference to the real proxy private Object _stubData; // Data used by stubs to decide whether to short circuit calls or not private IntPtr _pMT; // Method table of the class this proxy represents private IntPtr _pInterfaceMT; // Cached interface method table private IntPtr _stub; // Unmanaged code that decides whether to short circuit calls or not #pragma warning restore 169 } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StrokeNodeData.cs
- DictionaryGlobals.cs
- Imaging.cs
- AssociatedControlConverter.cs
- CalendarTable.cs
- Control.cs
- DataServices.cs
- DataFieldConverter.cs
- UntypedNullExpression.cs
- CreateUserWizardAutoFormat.cs
- HelpInfo.cs
- ModuleBuilderData.cs
- ThumbAutomationPeer.cs
- DateTimeUtil.cs
- PointConverter.cs
- ListViewSortEventArgs.cs
- SerializableAttribute.cs
- SecUtil.cs
- InputBindingCollection.cs
- InternalTransaction.cs
- XslVisitor.cs
- TabControlCancelEvent.cs
- ResourceIDHelper.cs
- PathData.cs
- RestHandlerFactory.cs
- TranslateTransform3D.cs
- WebPartsPersonalizationAuthorization.cs
- LocalServiceSecuritySettings.cs
- Wizard.cs
- LinearQuaternionKeyFrame.cs
- TextShapeableCharacters.cs
- CompiledAction.cs
- Compensate.cs
- SchemaEntity.cs
- PageAdapter.cs
- DataBinder.cs
- MsmqHostedTransportConfiguration.cs
- PeerCredentialElement.cs
- XamlVector3DCollectionSerializer.cs
- externdll.cs
- GenericWebPart.cs
- ObjectListItemCollection.cs
- AlternateView.cs
- MenuItem.cs
- WorkflowServiceAttributesTypeConverter.cs
- coordinatorscratchpad.cs
- FixedSOMContainer.cs
- PermissionToken.cs
- TreeNodeSelectionProcessor.cs
- PlaceHolder.cs
- InputLangChangeRequestEvent.cs
- NavigationProperty.cs
- Formatter.cs
- recordstate.cs
- TextRangeEditTables.cs
- TerminatorSinks.cs
- Rect3DConverter.cs
- OraclePermissionAttribute.cs
- DeferrableContentConverter.cs
- ReplacementText.cs
- CommonGetThemePartSize.cs
- SpeechDetectedEventArgs.cs
- FormsAuthenticationUserCollection.cs
- FunctionImportMapping.cs
- SignedXml.cs
- objectresult_tresulttype.cs
- IDataContractSurrogate.cs
- SHA1CryptoServiceProvider.cs
- SafeJobHandle.cs
- NumericUpDown.cs
- TextTreeNode.cs
- ServiceHttpHandlerFactory.cs
- WindowsTokenRoleProvider.cs
- DllNotFoundException.cs
- __Filters.cs
- GenericXmlSecurityTokenAuthenticator.cs
- ValidationErrorEventArgs.cs
- SmiSettersStream.cs
- BufferedWebEventProvider.cs
- SafeFileMappingHandle.cs
- SignatureHelper.cs
- HtmlImage.cs
- ElementFactory.cs
- WebCodeGenerator.cs
- BasicBrowserDialog.cs
- Effect.cs
- graph.cs
- SqlCommandSet.cs
- IODescriptionAttribute.cs
- DbConnectionPoolGroupProviderInfo.cs
- WebBrowsableAttribute.cs
- SevenBitStream.cs
- BufferModeSettings.cs
- ConnectionProviderAttribute.cs
- PkcsMisc.cs
- CustomErrorCollection.cs
- ControlParser.cs
- DetailsView.cs
- InputEventArgs.cs
- NavigationFailedEventArgs.cs