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);