Freigeben über


BStrWrapper-Konstruktor: (Object)

 

Veröffentlicht: Oktober 2016

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

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

Syntax

public BStrWrapper(
    object value
)
public:
BStrWrapper(
    Object^ value
)
new : 
        value:Object -> BStrWrapper
Public Sub New (
    value As Object
)

Parameter

  • value
    Type: System.Object

    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 4.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