ICorDebugModule2.ApplyChanges(UInt32, Byte[], UInt32, Byte[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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())
Parametreler
- cbMetadata
- UInt32
- pbMetadata
- Byte[]
- cbIL
- UInt32
- pbIL
- Byte[]