C# 클래스 OpenCvSharp.Util.MemoryHelper

파일 보기 프로젝트 열기: shimat/opencvsharp

공개 메소드들

메소드 설명
CopyMemory ( IntPtr outDest, IntPtr inSrc, int inNumOfBytes ) : void
CopyMemory ( IntPtr outDest, IntPtr inSrc, uint inNumOfBytes ) : void
CopyMemory ( void outDest, void inSrc, int inNumOfBytes ) : void
CopyMemory ( void outDest, void inSrc, uint inNumOfBytes ) : void

ZeroMemory ( IntPtr outDest, int inNumOfBytes ) : void
ZeroMemory ( IntPtr outDest, uint inNumOfBytes ) : void
ZeroMemory ( void outDest, int inNumOfBytes ) : void
ZeroMemory ( void outDest, uint inNumOfBytes ) : void

메소드 상세

CopyMemory() 공개 정적인 메소드

public static CopyMemory ( IntPtr outDest, IntPtr inSrc, int inNumOfBytes ) : void
outDest System.IntPtr
inSrc System.IntPtr
inNumOfBytes int
리턴 void

CopyMemory() 공개 정적인 메소드

public static CopyMemory ( IntPtr outDest, IntPtr inSrc, uint inNumOfBytes ) : void
outDest System.IntPtr
inSrc System.IntPtr
inNumOfBytes uint
리턴 void

CopyMemory() 공개 정적인 메소드

public static CopyMemory ( void outDest, void inSrc, int inNumOfBytes ) : void
outDest void
inSrc void
inNumOfBytes int
리턴 void

CopyMemory() 공개 정적인 메소드

public static CopyMemory ( void outDest, void inSrc, uint inNumOfBytes ) : void
outDest void
inSrc void
inNumOfBytes uint
리턴 void

ZeroMemory() 공개 정적인 메소드

public static ZeroMemory ( IntPtr outDest, int inNumOfBytes ) : void
outDest System.IntPtr
inNumOfBytes int
리턴 void

ZeroMemory() 공개 정적인 메소드

public static ZeroMemory ( IntPtr outDest, uint inNumOfBytes ) : void
outDest System.IntPtr
inNumOfBytes uint
리턴 void

ZeroMemory() 공개 정적인 메소드

public static ZeroMemory ( void outDest, int inNumOfBytes ) : void
outDest void
inNumOfBytes int
리턴 void

ZeroMemory() 공개 정적인 메소드

public static ZeroMemory ( void outDest, uint inNumOfBytes ) : void
outDest void
inNumOfBytes uint
리턴 void