Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- SubclassTypeValidator.cs
- SchemaImporterExtensionElement.cs
- XPathAncestorIterator.cs
- NopReturnReader.cs
- Camera.cs
- SerializeAbsoluteContext.cs
- BypassElement.cs
- NavigationExpr.cs
- InfoCardClaim.cs
- RotateTransform.cs
- XmlElementAttribute.cs
- SqlParameterCollection.cs
- CompatibleComparer.cs
- SchemaElementDecl.cs
- CodeDOMUtility.cs
- FactoryRecord.cs
- LayeredChannelFactory.cs
- MarkerProperties.cs
- WinEventWrap.cs
- ReflectTypeDescriptionProvider.cs
- GlobalizationAssembly.cs
- WeakReferenceKey.cs
- WebEventCodes.cs
- DirectoryNotFoundException.cs
- WorkflowCreationContext.cs
- DataGridViewCellCollection.cs
- Task.cs
- RadioButtonList.cs
- CompiledRegexRunner.cs
- ComplexTypeEmitter.cs
- RuntimeConfigLKG.cs
- SafeNativeMethodsOther.cs
- DataGridViewRowPostPaintEventArgs.cs
- TerminatorSinks.cs
- XmlSchemaType.cs
- ActiveXSite.cs
- SemanticResolver.cs
- PagedControl.cs
- AppDomainShutdownMonitor.cs
- CodeDesigner.cs
- CssClassPropertyAttribute.cs
- OwnerDrawPropertyBag.cs
- ChannelManager.cs
- NetworkStream.cs
- ParameterModifier.cs
- SpeechAudioFormatInfo.cs
- DataFieldConverter.cs
- TextTreeTextNode.cs
- ErrorTableItemStyle.cs
- Certificate.cs
- ContainerVisual.cs
- OleDbSchemaGuid.cs
- OleDbRowUpdatingEvent.cs
- _AutoWebProxyScriptWrapper.cs
- AnnotationResourceChangedEventArgs.cs
- TableColumnCollectionInternal.cs
- EqualityComparer.cs
- input.cs
- GeneralTransformGroup.cs
- QuadraticBezierSegment.cs
- EmptyEnumerator.cs
- GridViewRowEventArgs.cs
- GetMemberBinder.cs
- COM2PropertyPageUITypeConverter.cs
- DataGridRowClipboardEventArgs.cs
- ListViewItemEventArgs.cs
- SchemaTypeEmitter.cs
- Vector3DConverter.cs
- AsymmetricKeyExchangeDeformatter.cs
- ArrangedElement.cs
- ProgressBarRenderer.cs
- DataGridViewColumn.cs
- HttpRawResponse.cs
- Symbol.cs
- BamlReader.cs
- IdleTimeoutMonitor.cs
- MeshGeometry3D.cs
- DefaultTextStore.cs
- SerializableAttribute.cs
- NonClientArea.cs
- SizeValueSerializer.cs
- DataGridViewLinkCell.cs
- SyndicationItemFormatter.cs
- BitmapEffectGeneralTransform.cs
- OleDbError.cs
- WsatConfiguration.cs
- ParseChildrenAsPropertiesAttribute.cs
- QilTernary.cs
- ScaleTransform.cs
- SwitchAttribute.cs
- TriggerBase.cs
- ScriptingJsonSerializationSection.cs
- ProfileService.cs
- SvcMapFileSerializer.cs
- SafeProcessHandle.cs
- BufferedGraphics.cs
- PackageRelationship.cs
- DictionarySurrogate.cs
- ContentType.cs
- Int32CAMarshaler.cs