Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- GACMembershipCondition.cs
- Profiler.cs
- StartUpEventArgs.cs
- RegistryExceptionHelper.cs
- CurrentTimeZone.cs
- XmlChoiceIdentifierAttribute.cs
- HttpListenerException.cs
- DataGridTemplateColumn.cs
- ReferentialConstraint.cs
- HostingEnvironmentException.cs
- RightsManagementInformation.cs
- ThrowHelper.cs
- HostingEnvironmentException.cs
- MessageHeader.cs
- AndCondition.cs
- StringAttributeCollection.cs
- WpfWebRequestHelper.cs
- DataProtection.cs
- CodeStatementCollection.cs
- TraceFilter.cs
- ImportContext.cs
- SafeNativeMethods.cs
- TextCollapsingProperties.cs
- StorageAssociationSetMapping.cs
- ConfigurationManagerHelper.cs
- ObjectSpanRewriter.cs
- ColorBuilder.cs
- CompilerResults.cs
- ControlsConfig.cs
- ObfuscationAttribute.cs
- ProcessProtocolHandler.cs
- SelectionEditor.cs
- MobileTextWriter.cs
- HttpListenerRequestTraceRecord.cs
- TextEffectCollection.cs
- PeerEndPoint.cs
- XmlSerializableServices.cs
- HtmlForm.cs
- ByteConverter.cs
- Comparer.cs
- TraceListener.cs
- FigureParagraph.cs
- ConfigurationManagerHelper.cs
- VirtualizingPanel.cs
- WebPartDescriptionCollection.cs
- ActionItem.cs
- PeerObject.cs
- SemanticValue.cs
- CngProperty.cs
- TypedElement.cs
- CodeTypeMember.cs
- DataChangedEventManager.cs
- XmlSchemaGroupRef.cs
- webbrowsersite.cs
- MulticastOption.cs
- RuntimeResourceSet.cs
- GroupBox.cs
- IUnknownConstantAttribute.cs
- SerializationSectionGroup.cs
- SqlWorkflowPersistenceService.cs
- EncryptedHeaderXml.cs
- ReferencedType.cs
- ContainsSearchOperator.cs
- GridViewCellAutomationPeer.cs
- ProcessThreadCollection.cs
- StringArrayConverter.cs
- ProcessHostMapPath.cs
- SystemIPGlobalProperties.cs
- MailDefinition.cs
- UnsafeNativeMethods.cs
- BigInt.cs
- GZipStream.cs
- EditCommandColumn.cs
- APCustomTypeDescriptor.cs
- AssemblyBuilder.cs
- DESCryptoServiceProvider.cs
- mactripleDES.cs
- SecureUICommand.cs
- AuthenticationException.cs
- IndexedSelectQueryOperator.cs
- TargetInvocationException.cs
- Transform3DGroup.cs
- xsdvalidator.cs
- OleDbPermission.cs
- StringOutput.cs
- BitmapEffect.cs
- PrimitiveCodeDomSerializer.cs
- FixedTextBuilder.cs
- UnsafeNativeMethods.cs
- BufferModesCollection.cs
- SystemIPGlobalProperties.cs
- ProtocolsSection.cs
- DescendantQuery.cs
- WindowsFormsLinkLabel.cs
- XmlTextReaderImpl.cs
- RuntimeArgumentHandle.cs
- CallbackHandler.cs
- CommandDesigner.cs
- ZipArchive.cs
- AutomationIdentifierGuids.cs