Error Message) 한글: System.ArgumentNullException: 값은 null일 수 없습니다. 매개 변수 이름: 영어: System.ArgumentNullException: Value cannot be null.
Parameter name: 저의 경우 Marshal.GetDelegateForFunctionPointer 메서드에 전달된 IntPtr ptr 매개 변수가 IntPtr ptr 매개 변수에 null이 전달되었기 때문에 발생했습니다. Stace Trace) ERROR: System.ArgumentNullException: 값은 null일 수 없습니다.
매개 변수 이름: ptr 위치: System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t) 위치: System.Runtime.InteropServices.Marshal.GetDelegateForFunction...
#
argumentNullException
#
GetDelegateForFunctionPointer
#
GetProcAddress
#
LoadLibrary
#
system
#
의존성