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
- WarningException.cs
- ViewStateException.cs
- Base64Decoder.cs
- HttpResponse.cs
- EllipseGeometry.cs
- IgnoreSectionHandler.cs
- DetailsView.cs
- BooleanStorage.cs
- ApplicationFileParser.cs
- sqlcontext.cs
- CounterCreationDataCollection.cs
- TreeNodeClickEventArgs.cs
- TextServicesCompartmentEventSink.cs
- RegexGroup.cs
- DesignerOptions.cs
- Control.cs
- HtmlTableCellCollection.cs
- PerformanceCounterCategory.cs
- ContainerParagraph.cs
- InternalDuplexChannelListener.cs
- TableDetailsRow.cs
- FixedStringLookup.cs
- DataSourceExpressionCollection.cs
- odbcmetadatacollectionnames.cs
- SafeNativeMethodsCLR.cs
- TextTreeInsertElementUndoUnit.cs
- DriveNotFoundException.cs
- SqlGatherProducedAliases.cs
- ClientSettingsSection.cs
- MetadataArtifactLoaderComposite.cs
- NonBatchDirectoryCompiler.cs
- TerminateDesigner.cs
- BitmapVisualManager.cs
- IPGlobalProperties.cs
- AffineTransform3D.cs
- ExtractedStateEntry.cs
- MaskedTextProvider.cs
- SpeechRecognitionEngine.cs
- _NegotiateClient.cs
- DbConnectionHelper.cs
- DataGridViewRowsAddedEventArgs.cs
- RtfFormatStack.cs
- MediaContext.cs
- SegmentTree.cs
- DependentTransaction.cs
- HtmlInputControl.cs
- ThrowHelper.cs
- EntityDataSourceContextDisposingEventArgs.cs
- SecurityCriticalDataForSet.cs
- ServiceObjectContainer.cs
- StringUtil.cs
- ACL.cs
- Int16Converter.cs
- ManagementScope.cs
- CodeFieldReferenceExpression.cs
- translator.cs
- FloaterParaClient.cs
- SystemInfo.cs
- Atom10FormatterFactory.cs
- SplayTreeNode.cs
- DataSourceView.cs
- DataGridViewCellLinkedList.cs
- InputDevice.cs
- OperationCanceledException.cs
- ToolboxCategory.cs
- Operator.cs
- Crypto.cs
- MissingManifestResourceException.cs
- FileStream.cs
- StringUtil.cs
- ControlPaint.cs
- HMACRIPEMD160.cs
- WebInvokeAttribute.cs
- CodeTypeReference.cs
- IndividualDeviceConfig.cs
- SqlBulkCopyColumnMappingCollection.cs
- SqlBuilder.cs
- BrowserCapabilitiesFactoryBase.cs
- BitmapEffect.cs
- DataGridViewColumnEventArgs.cs
- QilTernary.cs
- ITextView.cs
- AdapterUtil.cs
- RawTextInputReport.cs
- SerializationInfo.cs
- UnsafeNativeMethods.cs
- TextCompositionEventArgs.cs
- Point3DKeyFrameCollection.cs
- ProcessModuleCollection.cs
- XmlSchemaSimpleTypeList.cs
- FontInfo.cs
- AssociationSetMetadata.cs
- TemplatedMailWebEventProvider.cs
- PlaceHolder.cs
- DelegatingTypeDescriptionProvider.cs
- BehaviorDragDropEventArgs.cs
- Size3D.cs
- RelatedPropertyManager.cs
- WindowsToolbar.cs
- StrongNameMembershipCondition.cs