BStrWrapper 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
BStrWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.
VT_BSTR
형식의 데이터를 관리 코드에서 비관리 코드로 마샬링합니다. 이 클래스는 상속될 수 없습니다.
public ref class BStrWrapper sealed
[System.Obsolete("BStrWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")]
public sealed class BStrWrapper
public sealed class BStrWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public sealed class BStrWrapper
[<System.Obsolete("BStrWrapper and support for marshalling to the VARIANT type may be unavailable in future releases.")>]
type BStrWrapper = class
type BStrWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type BStrWrapper = class
Public NotInheritable Class BStrWrapper
- 상속
-
BStrWrapper
- 특성
설명
클래스는 BStrWrapper 로 전달될 때 래핑된 개체가 마샬링되는 VARIANT
방법을 제어합니다. 개체의 개체 BStrWrapper 를 String 래핑하여 로 VT_BSTR
마샬링할 수 있습니다.
BStrWrapper 은 null 문자열을 관리되지 않는 코드에 전달할 때 유용합니다. 가 없으면 BStrWrappernull 문자열이 로 VT_EMPTY
전달되지만 문자열을 로 BStrWrapper 래핑하면 null 문자열이 로 VT_BSTR
전달됩니다.
생성자
BStrWrapper(Object) |
사용되지 않음.
지정된 BStrWrapper 개체를 사용하여 Object 클래스의 새 인스턴스를 초기화합니다. |
BStrWrapper(String) |
사용되지 않음.
지정된 BStrWrapper 개체를 사용하여 String 클래스의 새 인스턴스를 초기화합니다. |
속성
WrappedObject |
사용되지 않음.
|
메서드
Equals(Object) |
사용되지 않음.
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
사용되지 않음.
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
사용되지 않음.
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
사용되지 않음.
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
.NET