Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / clr / src / BCL / System / Runtime / InteropServices / UnknownWrapper.cs / 1 / UnknownWrapper.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: UnknownWrapper. ** ** ** Purpose: Wrapper that is converted to a variant with VT_UNKNOWN. ** ** =============================================================================*/ namespace System.Runtime.InteropServices { using System; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public sealed class UnknownWrapper { public UnknownWrapper(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. // // ==--== /*============================================================================== ** ** Class: UnknownWrapper. ** ** ** Purpose: Wrapper that is converted to a variant with VT_UNKNOWN. ** ** =============================================================================*/ namespace System.Runtime.InteropServices { using System; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public sealed class UnknownWrapper { public UnknownWrapper(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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EditorOptionAttribute.cs
- WebBrowserBase.cs
- XmlEncodedRawTextWriter.cs
- WebPartMenu.cs
- log.cs
- StorageEntitySetMapping.cs
- ScrollData.cs
- ProfileServiceManager.cs
- UncommonField.cs
- UIPermission.cs
- CryptoConfig.cs
- WhitespaceSignificantCollectionAttribute.cs
- MessageOperationFormatter.cs
- MediaElement.cs
- SinglePageViewer.cs
- StatusBar.cs
- EntityDataSource.cs
- ParserOptions.cs
- DataSourceHelper.cs
- Pointer.cs
- OdbcDataAdapter.cs
- WSHttpTransportSecurityElement.cs
- DataGridViewEditingControlShowingEventArgs.cs
- PatternMatchRules.cs
- OracleDataReader.cs
- Selection.cs
- OverflowException.cs
- FileRegion.cs
- DataServiceKeyAttribute.cs
- UnsafeNativeMethods.cs
- PrivilegedConfigurationManager.cs
- UnsupportedPolicyOptionsException.cs
- PathFigure.cs
- RtfToXamlLexer.cs
- GridViewCommandEventArgs.cs
- GregorianCalendar.cs
- ComponentDispatcher.cs
- Rotation3D.cs
- XsdBuilder.cs
- AssociationType.cs
- LineSegment.cs
- RawMouseInputReport.cs
- SimpleTextLine.cs
- HyperLinkColumn.cs
- TrackingServices.cs
- CodeGenerationManager.cs
- Timer.cs
- CodeNamespace.cs
- SecureStringHasher.cs
- SimpleWebHandlerParser.cs
- SpeakProgressEventArgs.cs
- TreeNodeStyleCollection.cs
- WebPartManager.cs
- ButtonField.cs
- TextAnchor.cs
- XamlStream.cs
- AccessDataSource.cs
- OpenTypeLayout.cs
- CollectionConverter.cs
- TableItemProviderWrapper.cs
- TreeNodeBinding.cs
- NullRuntimeConfig.cs
- Identifier.cs
- FastEncoderWindow.cs
- PropertyValueChangedEvent.cs
- SymbolEqualComparer.cs
- TriggerBase.cs
- Subtree.cs
- EmptyEnumerator.cs
- CacheChildrenQuery.cs
- _AuthenticationState.cs
- Section.cs
- KnownBoxes.cs
- MimeMapping.cs
- ColumnCollection.cs
- PartialList.cs
- LabelAutomationPeer.cs
- InfoCardProofToken.cs
- WrappedKeySecurityTokenParameters.cs
- PolyLineSegmentFigureLogic.cs
- AttributeSetAction.cs
- NotificationContext.cs
- GridViewSortEventArgs.cs
- StandardToolWindows.cs
- SerialReceived.cs
- TypeUtil.cs
- XmlNodeChangedEventManager.cs
- LocalizableAttribute.cs
- ToolboxItem.cs
- WebPartManagerInternals.cs
- NativeMethods.cs
- TextEndOfParagraph.cs
- XamlSerializerUtil.cs
- NullableDecimalSumAggregationOperator.cs
- ResourceSetExpression.cs
- IntegerFacetDescriptionElement.cs
- DataSourceCache.cs
- CompilerGlobalScopeAttribute.cs
- DbProviderConfigurationHandler.cs
- CodeAttributeArgument.cs