WindowsRuntimeMarshal.FreeHString(IntPtr) 메서드

정의

지정된 Windows 런타임HSTRING을 해제합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static void FreeHString(IntPtr ptr);
[System.Security.SecurityCritical]
public static void FreeHString(IntPtr ptr);
public static void FreeHString(IntPtr ptr);
[<System.Security.SecurityCritical>]
static member FreeHString : nativeint -> unit
static member FreeHString : nativeint -> unit
Public Shared Sub FreeHString (ptr As IntPtr)

매개 변수

ptr
IntPtr

nativeint

해제할 HSTRING 의 주소입니다.

특성

예외

Windows 런타임은 현재 버전의 운영 체제에서 지원되지 않습니다.

적용 대상

추가 정보