Condividi tramite


IVsDebuggerDeployConnection.WriteFile(String, Byte[], UInt32, Int32) Method

Definition

public:
 int WriteFile(System::String ^ szRemoteFilePath, cli::array <System::Byte> ^ contentValue, System::UInt32 contentSize, int fOverwriteExisting);
public:
 int WriteFile(Platform::String ^ szRemoteFilePath, Platform::Array <byte> ^ contentValue, unsigned int contentSize, int fOverwriteExisting);
int WriteFile(std::wstring const & szRemoteFilePath, std::Array <byte> const & contentValue, unsigned int contentSize, int fOverwriteExisting);
public int WriteFile (string szRemoteFilePath, byte[] contentValue, uint contentSize, int fOverwriteExisting);
abstract member WriteFile : string * byte[] * uint32 * int -> int
Public Function WriteFile (szRemoteFilePath As String, contentValue As Byte(), contentSize As UInteger, fOverwriteExisting As Integer) As Integer

Parameters

szRemoteFilePath
String
contentValue
Byte[]
contentSize
UInt32
fOverwriteExisting
Int32

Returns

Applies to