Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // // ==--== /*============================================================================== ** ** 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CustomAttributeBuilder.cs
- MenuBindingsEditor.cs
- TypeDescriptionProviderAttribute.cs
- DynamicAttribute.cs
- HttpWriter.cs
- URLAttribute.cs
- FunctionUpdateCommand.cs
- LinqDataSourceSelectEventArgs.cs
- UniqueEventHelper.cs
- WindowHideOrCloseTracker.cs
- XmlAttributeAttribute.cs
- MinimizableAttributeTypeConverter.cs
- SerialReceived.cs
- SkipQueryOptionExpression.cs
- BindToObject.cs
- MembershipUser.cs
- EventBuilder.cs
- EnvelopedPkcs7.cs
- SimpleType.cs
- MenuItem.cs
- AddInProcess.cs
- IncrementalReadDecoders.cs
- CompModHelpers.cs
- ObjectManager.cs
- UInt32Converter.cs
- AttachedAnnotationChangedEventArgs.cs
- hresults.cs
- WebBrowserUriTypeConverter.cs
- QuestionEventArgs.cs
- StrongTypingException.cs
- HebrewNumber.cs
- WorkflowInstanceSuspendedRecord.cs
- RegexCompiler.cs
- Label.cs
- FixedHighlight.cs
- SafeFileMappingHandle.cs
- GradientSpreadMethodValidation.cs
- GlyphCache.cs
- MaterialGroup.cs
- LinqDataView.cs
- TraceLevelStore.cs
- CheckBoxAutomationPeer.cs
- InputProviderSite.cs
- TreeNodeCollection.cs
- ObfuscateAssemblyAttribute.cs
- TransactionManager.cs
- BitmapVisualManager.cs
- PathFigure.cs
- GeometryGroup.cs
- MessagePropertyVariants.cs
- InputLanguageManager.cs
- MulticastNotSupportedException.cs
- DataGridViewToolTip.cs
- DependentList.cs
- CodeLinePragma.cs
- UrlMappingCollection.cs
- LocalizationComments.cs
- BaseParser.cs
- ApplicationException.cs
- HttpCapabilitiesEvaluator.cs
- AssertHelper.cs
- GridViewUpdateEventArgs.cs
- SqlWorkflowInstanceStore.cs
- SetIterators.cs
- DockProviderWrapper.cs
- ZoneMembershipCondition.cs
- DataSourceGroupCollection.cs
- _ConnectionGroup.cs
- DataAdapter.cs
- PathGeometry.cs
- ScrollProperties.cs
- Site.cs
- PixelShader.cs
- Substitution.cs
- CacheAxisQuery.cs
- Int32RectConverter.cs
- BrowserCapabilitiesFactoryBase.cs
- PrimitiveSchema.cs
- StylusEditingBehavior.cs
- StorageFunctionMapping.cs
- XamlGridLengthSerializer.cs
- AgileSafeNativeMemoryHandle.cs
- XmlLanguageConverter.cs
- QilStrConcatenator.cs
- UserPersonalizationStateInfo.cs
- IsolationInterop.cs
- OutputCacheSettingsSection.cs
- ConnectionStringsExpressionBuilder.cs
- SqlSelectClauseBuilder.cs
- PiiTraceSource.cs
- Metadata.cs
- DataGridViewUtilities.cs
- SecurityKeyType.cs
- DataColumnMappingCollection.cs
- SelectionGlyphBase.cs
- WindowsListViewGroupHelper.cs
- TagPrefixAttribute.cs
- SecurityManager.cs
- WebEvents.cs
- Pen.cs