System::Runtime::InteropServices::Marshal::Copy μέθοδος

Marshal::Copy(const container&, int, IntPtr, int) method

Υλοποιεί public static void Copy(char[] source, int startIndex, IntPtr destination, int length).

template<typename container> static void System::Runtime::InteropServices::Marshal::Copy(const container &source, int startIndex, IntPtr destination, int length)
ParameterΠεριγραφή
κοντέινερΤύπος δοχείου προέλευσης.
ParameterTypeΠεριγραφή
προέλευσηconst container&Δείκτης δεδομένων προέλευσης.
startIndexintΑρχικός δείκτης προέλευσης.
destinationIntPtrΔείκτης δεδομένων προορισμού.
lengthintΑριθμός στοιχείων προς αντιγραφή.

Δείτε επίσης

Marshal::Copy(const container&, int, void *, int) method

Υλοποιεί public static void Copy(char[] source, int startIndex, IntPtr destination, int length).

template<typename container> static void System::Runtime::InteropServices::Marshal::Copy(const container &source, int startIndex, void *destination, int length)
ParameterΠεριγραφή
κοντέινερΤύπος δοχείου προέλευσης.
ParameterTypeΠεριγραφή
προέλευσηconst container&Δείκτης δεδομένων προέλευσης.
startIndexintΑρχικός δείκτης προέλευσης.
destinationvoid *Δείκτης δεδομένων προορισμού.
lengthintΑριθμός στοιχείων προς αντιγραφή.

Δείτε επίσης

Marshal::Copy(const IntPtr, container&&, int, int) method

Υλοποιεί public static void Copy(IntPtr source, byte[] destination, int startIndex, int length) σημασιολογία.

template<typename container> static void System::Runtime::InteropServices::Marshal::Copy(const IntPtr source, container &&destination, int startIndex, int length)
ParameterΠεριγραφή
κοντέινερΤύπος δοχείου προορισμού.
ParameterTypeΠεριγραφή
προέλευσηconst IntPtrΔείκτης δεδομένων προέλευσης.
destinationcontainer&&Δοχείο για αντιγραφή δεδομένων.
startIndexintΑρχικός δείκτης προέλευσης.
lengthintΑριθμός στοιχείων προς αντιγραφή.

Δείτε επίσης

Marshal::Copy(const void *, container&&, int, int) method

Υλοποιεί public static void Copy(IntPtr source, byte[] destination, int startIndex, int length) σημασιολογία.

template<typename container> static void System::Runtime::InteropServices::Marshal::Copy(const void *source, container &&destination, int startIndex, int length)
ParameterΠεριγραφή
κοντέινερΤύπος δοχείου προορισμού.
ParameterTypeΠεριγραφή
προέλευσηconst void *Δείκτης δεδομένων προέλευσης.
destinationcontainer&&Δοχείο για αντιγραφή δεδομένων.
startIndexintΑρχικός δείκτης προέλευσης.
lengthintΑριθμός στοιχείων προς αντιγραφή.

Δείτε επίσης