Share via


VirtualMethodTableInfo.Deconstruct(Void*, Void**) 메서드

정의

이 구조체를 두 필드로 분해합니다.

public:
 void Deconstruct([Runtime::InteropServices::Out] void* % thisPointer, [Runtime::InteropServices::Out] void** % virtualMethodTable);
public void Deconstruct (out void* thisPointer, out void** virtualMethodTable);
member this.Deconstruct : Void* * Void** -> unit

매개 변수

thisPointer
Void*

이 메서드가 반환되면 결과가 포함됩니다 ThisPointer .

virtualMethodTable
Void*

이 메서드가 반환되면 결과가 포함됩니다 VirtualMethodTable .

적용 대상