MusicBeePlugin.Plugin.CopyMemory C# (CSharp) 메소드

CopyMemory() 개인적인 메소드

private CopyMemory ( MusicBeeApiInterface &mbApiInterface, IntPtr src, int length ) : void
mbApiInterface MusicBeeApiInterface
src System.IntPtr
length int
리턴 void
        private static extern void CopyMemory(ref MusicBeeApiInterface mbApiInterface, IntPtr src, int length);