다음을 통해 공유


Overlapped.Free(NativeOverlapped*) 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

Pack 메서드에서 할당하는 중첩된 네이티브 구조체에 연결된 관리되지 않는 메모리를 확보합니다.

public:
 static void Free(System::Threading::NativeOverlapped* nativeOverlappedPtr);
[System.CLSCompliant(false)]
public static void Free (System.Threading.NativeOverlapped* nativeOverlappedPtr);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
public static void Free (System.Threading.NativeOverlapped* nativeOverlappedPtr);
[<System.CLSCompliant(false)>]
static member Free : nativeptr<System.Threading.NativeOverlapped> -> unit
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
static member Free : nativeptr<System.Threading.NativeOverlapped> -> unit

매개 변수

nativeOverlappedPtr
NativeOverlapped*

해제할 NativeOverlapped 구조체에 대한 포인터입니다.

특성

예외

nativeOverlappedPtr이(가) null인 경우

설명

메서드에서 Free Pack 받은 모든 NativeOverlapped 포인터에서 메서드를 정확히 한 번 호출해야 합니다. 메서드를 호출하지 않으면 메모리가 Free 누수됩니다. 메서드를 Free 두 번 이상 호출하면 메모리가 손상됩니다.

적용 대상