MarshalAsAttribute.MarshalType 필드
사용자 지정 마샬러의 정규화된 이름을 지정합니다.
네임스페이스: System.Runtime.InteropServices
어셈블리: mscorlib(mscorlib.dll)
구문
‘선언
<ComVisibleAttribute(True)> _
Public MarshalType As String
‘사용 방법
Dim instance As MarshalAsAttribute
Dim value As String
value = instance.MarshalType
instance.MarshalType = value
[ComVisibleAttribute(true)]
public string MarshalType
[ComVisibleAttribute(true)]
public:
String^ MarshalType
/** @attribute ComVisibleAttribute(true) */
public String MarshalType
ComVisibleAttribute(true)
public var MarshalType : String
설명
MarshalType 또는 MarshalAsAttribute.MarshalTypeRef 필드를 사용하여 특성 사용 매개 변수, 필드 또는 반환 형식에 대해 사용자 지정 마샬러 형식을 지정할 수 있습니다. MarshalType 필드를 사용하여 사용자 지정 마샬러의 정규화된 이름을 나타내는 문자열을 지정할 수 있습니다. 런타임에 바인딩된 참조에는 유용하지만 일반적으로 MarshalTypeRef를 사용하여 사용자 지정 마샬러를 지정합니다. 사용자 지정 마샬러를 만들고 사용하는 것에 대한 자세한 내용은 사용자 지정 마샬링을 참조하십시오.
플랫폼
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
.NET Compact Framework
2.0에서 지원
참고 항목
참조
MarshalAsAttribute 클래스
MarshalAsAttribute 멤버
System.Runtime.InteropServices 네임스페이스
MarshalTypeRef