[C#/COMMON/.NET6] Marshal 클래스 : WriteByte 정적 메소드를 사용해 비관리 메모리에 바이트 쓰기


■ Marshal 클래스의 WriteByte 정적 메소드를 사용해 비관리 메모리에 바이트를 쓰는 방법을 보여준다.

예제 코드 (C#)