Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- MonikerSyntaxException.cs
- Normalization.cs
- ManagedWndProcTracker.cs
- CodeVariableReferenceExpression.cs
- EnumMember.cs
- ValueType.cs
- CatalogZoneBase.cs
- FrameworkPropertyMetadata.cs
- HtmlProps.cs
- SecurityResources.cs
- WebPartDisplayModeEventArgs.cs
- VectorAnimationUsingKeyFrames.cs
- HwndAppCommandInputProvider.cs
- PtsHelper.cs
- CodeCommentStatementCollection.cs
- X509UI.cs
- TableParagraph.cs
- CompilationLock.cs
- HeaderedItemsControl.cs
- DataObjectAttribute.cs
- ProtocolsConfigurationHandler.cs
- __Filters.cs
- ResolveCompletedEventArgs.cs
- WebBrowser.cs
- TextTreeInsertUndoUnit.cs
- Geometry.cs
- LoginName.cs
- Group.cs
- mediaeventshelper.cs
- Sentence.cs
- InitializerFacet.cs
- ComponentCommands.cs
- PtsContext.cs
- CheckBox.cs
- Annotation.cs
- DoubleLink.cs
- DataServices.cs
- XXXInfos.cs
- RewritingSimplifier.cs
- TransactionFilter.cs
- ListCardsInFileRequest.cs
- HtmlDocument.cs
- EmptyStringExpandableObjectConverter.cs
- Label.cs
- PageEventArgs.cs
- Base64Decoder.cs
- MsmqIntegrationBindingElement.cs
- MatrixTransform.cs
- DecoderFallbackWithFailureFlag.cs
- Comparer.cs
- XsltConvert.cs
- relpropertyhelper.cs
- Annotation.cs
- NamespaceEmitter.cs
- Geometry3D.cs
- DataConnectionHelper.cs
- DynamicValueConverter.cs
- GZipUtils.cs
- InternalMappingException.cs
- SearchForVirtualItemEventArgs.cs
- ProvideValueServiceProvider.cs
- RotationValidation.cs
- WinInetCache.cs
- MetadataItem.cs
- DrawTreeNodeEventArgs.cs
- Queue.cs
- KeySpline.cs
- SafeSecurityHelper.cs
- AsyncSerializedWorker.cs
- SecurityPolicySection.cs
- FileNotFoundException.cs
- TextChange.cs
- BuildManager.cs
- IncrementalReadDecoders.cs
- HTTPRemotingHandler.cs
- InputChannelAcceptor.cs
- CryptoApi.cs
- FileFormatException.cs
- PropertyDescriptors.cs
- AdapterSwitches.cs
- XLinq.cs
- PageAdapter.cs
- EntitySqlQueryState.cs
- Base64Encoder.cs
- MethodSet.cs
- ImageInfo.cs
- SecurityUtils.cs
- UnsafeNativeMethods.cs
- WSIdentityFaultException.cs
- ByteAnimationBase.cs
- ToolStripItemTextRenderEventArgs.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- LogSwitch.cs
- BlurEffect.cs
- XmlWhitespace.cs
- MenuAdapter.cs
- DbConnectionInternal.cs
- ISAPIApplicationHost.cs
- tibetanshape.cs
- CodeCommentStatementCollection.cs