Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / InteropServices / BStrWrapper.cs / 1 / BStrWrapper.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================================== ** ** Class: BStrWrapper. ** ** ** Purpose: Wrapper that is converted to a variant with VT_BSTR. ** ** =============================================================================*/ namespace System.Runtime.InteropServices { using System; using System.Security; using System.Security.Permissions; [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public sealed class BStrWrapper { [SecurityPermissionAttribute(SecurityAction.Demand,Flags=SecurityPermissionFlag.UnmanagedCode)] public BStrWrapper(String value) { m_WrappedObject = value; } public String WrappedObject { get { return m_WrappedObject; } } private String m_WrappedObject; } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ToolStripArrowRenderEventArgs.cs
- AtomParser.cs
- UpdatePanel.cs
- WinFormsUtils.cs
- SmtpNegotiateAuthenticationModule.cs
- OracleRowUpdatingEventArgs.cs
- _emptywebproxy.cs
- glyphs.cs
- TextBlockAutomationPeer.cs
- hresults.cs
- WinFormsSecurity.cs
- DbgUtil.cs
- EncodingDataItem.cs
- Comparer.cs
- String.cs
- ComponentManagerBroker.cs
- Descriptor.cs
- GridPatternIdentifiers.cs
- GeneralTransformGroup.cs
- ConnectionManagementElementCollection.cs
- printdlgexmarshaler.cs
- HostedTransportConfigurationBase.cs
- dataprotectionpermissionattribute.cs
- PlainXmlWriter.cs
- OracleTimeSpan.cs
- Figure.cs
- AutomationEvent.cs
- ApplicationFileParser.cs
- ClientConfigPaths.cs
- AssociationType.cs
- QueryResultOp.cs
- listviewsubitemcollectioneditor.cs
- RawMouseInputReport.cs
- XNodeValidator.cs
- RegexNode.cs
- ListBox.cs
- PermissionRequestEvidence.cs
- ModelVisual3D.cs
- URLIdentityPermission.cs
- NameTable.cs
- Pair.cs
- IpcPort.cs
- categoryentry.cs
- ArgumentValueSerializer.cs
- RepeatButton.cs
- recordstate.cs
- MdiWindowListStrip.cs
- VariableExpressionConverter.cs
- ApplicationServiceHelper.cs
- webclient.cs
- AttributeCollection.cs
- BasicKeyConstraint.cs
- SoapReflectionImporter.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- FormattedTextSymbols.cs
- Span.cs
- SecurityDocument.cs
- StringSorter.cs
- BufferedStream.cs
- TransactionsSectionGroup.cs
- XmlHelper.cs
- FrameworkTemplate.cs
- DataConnectionHelper.cs
- PauseStoryboard.cs
- VisualStyleTypesAndProperties.cs
- RoleServiceManager.cs
- StringResourceManager.cs
- WindowsListViewGroup.cs
- FileChangesMonitor.cs
- ExpressionPrinter.cs
- FrugalList.cs
- DispatcherExceptionFilterEventArgs.cs
- DefaultBinder.cs
- ResourcePermissionBaseEntry.cs
- ListBox.cs
- URIFormatException.cs
- DescendentsWalkerBase.cs
- InstancePersistenceContext.cs
- HWStack.cs
- ParamArrayAttribute.cs
- WebServiceErrorEvent.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlEntity.cs
- CheckBoxField.cs
- Section.cs
- TableCell.cs
- Types.cs
- XmlTypeAttribute.cs
- MessagingDescriptionAttribute.cs
- IInstanceTable.cs
- ProviderConnectionPointCollection.cs
- Process.cs
- PolicyStatement.cs
- Parser.cs
- IdentityManager.cs
- Inline.cs
- EntitySetBase.cs
- CommonDialog.cs
- webbrowsersite.cs
- DiscoveryDocumentSerializer.cs