Construtor BStrWrapper (String)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Inicializa uma nova instância da classe BStrWrapper com o objeto String especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public BStrWrapper(
string value
)
public:
BStrWrapper(
String^ value
)
new :
value:string -> BStrWrapper
Public Sub New (
value As String
)
Parâmetros
value
Type: System.StringO objeto a ser encapsulado e a ser realizado marshaling como VT_BSTR.
Segurança
For permission to call unmanaged code. Security action: F:System.Security.Permissions.SecurityAction.Demand. Associated enumeration: F:System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
BStrWrapper Sobrecarga
Classe BStrWrapper
Namespace System.Runtime.InteropServices
Retornar ao início