Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / InteropServices / VariantWrapper.cs / 1 / VariantWrapper.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: VariantWrapper. ** ** ** Purpose: Wrapper that is converted to a variant with VT_BYREF | VT_VARIANT. ** ** =============================================================================*/ namespace System.Runtime.InteropServices { using System; [Serializable] public sealed class VariantWrapper { public VariantWrapper(Object obj) { m_WrappedObject = obj; } public Object WrappedObject { get { return m_WrappedObject; } } private Object m_WrappedObject; } } // 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
- Type.cs
- EntityStoreSchemaFilterEntry.cs
- XmlDataProvider.cs
- RelOps.cs
- BlobPersonalizationState.cs
- HMACSHA256.cs
- XmlSchemaCompilationSettings.cs
- EventWaitHandleSecurity.cs
- MatrixCamera.cs
- TrackingProvider.cs
- DataBindingHandlerAttribute.cs
- OleDbSchemaGuid.cs
- updateconfighost.cs
- WriteableBitmap.cs
- TableItemStyle.cs
- SoapClientProtocol.cs
- recordstate.cs
- HttpCookiesSection.cs
- XmlQualifiedName.cs
- EntityDataSourceWrapper.cs
- SqlWebEventProvider.cs
- TreeNode.cs
- PerformanceCounterPermission.cs
- XmlCompatibilityReader.cs
- CurrentChangingEventManager.cs
- OutputWindow.cs
- TextServicesDisplayAttribute.cs
- XmlSubtreeReader.cs
- StyleBamlRecordReader.cs
- Pair.cs
- WebCategoryAttribute.cs
- WinFormsSecurity.cs
- MeasurementDCInfo.cs
- OutKeywords.cs
- DataServiceHost.cs
- WebBaseEventKeyComparer.cs
- XmlQueryRuntime.cs
- ScrollBar.cs
- GeneralTransformGroup.cs
- DataListItemEventArgs.cs
- ScaleTransform3D.cs
- ObjectNotFoundException.cs
- FunctionDetailsReader.cs
- TextSimpleMarkerProperties.cs
- FreeFormPanel.cs
- GridViewDeletedEventArgs.cs
- PageHandlerFactory.cs
- WebControlAdapter.cs
- SQLInt32.cs
- WebServicesDescriptionAttribute.cs
- UMPAttributes.cs
- ColumnHeaderConverter.cs
- CriticalFileToken.cs
- DataGridViewLinkColumn.cs
- Collection.cs
- LogStream.cs
- TableChangeProcessor.cs
- LinearGradientBrush.cs
- CombinedGeometry.cs
- WSSecurityTokenSerializer.cs
- Win32KeyboardDevice.cs
- CommandHelpers.cs
- XhtmlConformanceSection.cs
- GeneralTransform2DTo3DTo2D.cs
- EmptyCollection.cs
- StreamInfo.cs
- MimeWriter.cs
- ToolboxItemLoader.cs
- KeyValuePair.cs
- ObjectReferenceStack.cs
- ObjectStateManager.cs
- GestureRecognitionResult.cs
- SiteMapDataSource.cs
- Attributes.cs
- SmiEventSink_Default.cs
- ExtensionQuery.cs
- ViewPort3D.cs
- EastAsianLunisolarCalendar.cs
- Style.cs
- ContentDisposition.cs
- DES.cs
- TablePattern.cs
- BitmapEffectGroup.cs
- TextEditorCopyPaste.cs
- RealizationContext.cs
- DataListDesigner.cs
- XmlQualifiedName.cs
- XmlSchemaImport.cs
- FilterQuery.cs
- WebPartConnectionsCloseVerb.cs
- ValidatorCompatibilityHelper.cs
- XmlEntityReference.cs
- QueryExpr.cs
- TagPrefixInfo.cs
- DiscoveryClientChannelFactory.cs
- ChangeInterceptorAttribute.cs
- GridView.cs
- _BufferOffsetSize.cs
- AsynchronousChannelMergeEnumerator.cs
- RSAOAEPKeyExchangeFormatter.cs