次の方法で共有


ICorDebugModule2.ApplyChanges(UInt32, Byte[], UInt32, Byte[]) Method

Definition

public:
 void ApplyChanges(System::UInt32 cbMetadata, cli::array <System::Byte> ^ pbMetadata, System::UInt32 cbIL, cli::array <System::Byte> ^ pbIL);
public:
 void ApplyChanges(unsigned int cbMetadata, Platform::Array <byte> ^ pbMetadata, unsigned int cbIL, Platform::Array <byte> ^ pbIL);
void ApplyChanges(unsigned int cbMetadata, std::Array <byte> const & pbMetadata, unsigned int cbIL, std::Array <byte> const & pbIL);
public void ApplyChanges (uint cbMetadata, byte[] pbMetadata, uint cbIL, byte[] pbIL);
abstract member ApplyChanges : uint32 * byte[] * uint32 * byte[] -> unit
Public Sub ApplyChanges (cbMetadata As UInteger, pbMetadata As Byte(), cbIL As UInteger, pbIL As Byte())

Parameters

cbMetadata
UInt32
pbMetadata
Byte[]
cbIL
UInt32
pbIL
Byte[]

Applies to