Construtor BStrWrapper (Object)
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 Object especificado.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public BStrWrapper(
object value
)
public:
BStrWrapper(
Object^ value
)
new :
value:Object -> BStrWrapper
Public Sub New (
value As Object
)
Parâmetros
value
Type: System.ObjectO 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 4.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