Freigeben über


BStrWrapper-Konstruktor: (String)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der BStrWrapper -Klasse mit dem angegebenen String Objekt.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public BStrWrapper(
    string value
)
public:
BStrWrapper(
    String^ value
)
new : 
        value:string -> BStrWrapper
Public Sub New (
    value As String
)

Parameter

  • value
    Type: System.String

    Das zu umschließende Objekt Marshallen als VT_BSTR.

Sicherheit

SecurityPermission

For permission to call unmanaged code. Security action: F:System.Security.Permissions.SecurityAction.Demand. Associated enumeration: F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 2.0
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

BStrWrapper Überladen
BStrWrapper-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang