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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbConnection.cs
- StateBag.cs
- WebUtil.cs
- MappingModelBuildProvider.cs
- NativeMethods.cs
- DesignerDataRelationship.cs
- RegisteredExpandoAttribute.cs
- TextStore.cs
- OleDbPropertySetGuid.cs
- TemplateField.cs
- designeractionlistschangedeventargs.cs
- XhtmlBasicPhoneCallAdapter.cs
- dataSvcMapFileLoader.cs
- SyndicationDeserializer.cs
- UpDownBase.cs
- LocalizedNameDescriptionPair.cs
- DynamicResourceExtension.cs
- ProtocolViolationException.cs
- PixelFormats.cs
- XmlAtomicValue.cs
- DataGridLinkButton.cs
- IfJoinedCondition.cs
- Message.cs
- DataKey.cs
- ConfigurationElement.cs
- InstalledFontCollection.cs
- ThousandthOfEmRealDoubles.cs
- BamlTreeNode.cs
- MetafileHeaderWmf.cs
- RotateTransform.cs
- SqlInternalConnectionTds.cs
- TempEnvironment.cs
- DataGridViewRowConverter.cs
- DPCustomTypeDescriptor.cs
- DataRowCollection.cs
- ImageButton.cs
- DataGridViewBand.cs
- QueryResponse.cs
- TimeIntervalCollection.cs
- X509Utils.cs
- Parsers.cs
- ToolBar.cs
- WebControlsSection.cs
- ProcessHostMapPath.cs
- TableAdapterManagerMethodGenerator.cs
- InputBinder.cs
- SrgsElementList.cs
- LicenseContext.cs
- BaseServiceProvider.cs
- WebPartConnectionCollection.cs
- QuarticEase.cs
- DoubleLinkList.cs
- ReflectPropertyDescriptor.cs
- InternalUserCancelledException.cs
- PowerStatus.cs
- SQLInt32.cs
- StateManagedCollection.cs
- mediapermission.cs
- OAVariantLib.cs
- ValidationResult.cs
- PlatformNotSupportedException.cs
- WebBrowserHelper.cs
- XmlDocumentFragment.cs
- ValidatorCompatibilityHelper.cs
- GlyphRun.cs
- GraphicsState.cs
- RelOps.cs
- GeometryDrawing.cs
- PointLight.cs
- CacheAxisQuery.cs
- XPathItem.cs
- ClientFormsIdentity.cs
- NonSerializedAttribute.cs
- NotificationContext.cs
- TTSEvent.cs
- MDIClient.cs
- TextElementEditingBehaviorAttribute.cs
- DBParameter.cs
- FieldReference.cs
- XmlSchemaElement.cs
- MD5CryptoServiceProvider.cs
- ConfigurationManagerHelperFactory.cs
- CodeDOMProvider.cs
- MissingManifestResourceException.cs
- CollectionViewProxy.cs
- FunctionImportElement.cs
- TextBox.cs
- FrameworkTextComposition.cs
- GregorianCalendarHelper.cs
- XmlQualifiedNameTest.cs
- SystemPens.cs
- TdsParser.cs
- DataGridViewImageCell.cs
- OpenFileDialog.cs
- DesignerView.Commands.cs
- RecognizedWordUnit.cs
- SafeProcessHandle.cs
- SqlCommandBuilder.cs
- AuthorizationRule.cs
- SmtpCommands.cs