หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'function' : cannot compile the function to generate managed code
Remarks
The presence of some keywords in a function will cause the function to be compiled to native.
Example
The following example generates C3644:
// C3644.cpp
// compile with: /clr
// processor: x86
void __clrcall Func2(int i) {
__asm {} // C3644
}