VirtualMethodTableInfo 구조체

정의

중요

이 API는 CLS 규격이 아닙니다.

가상 메서드 테이블 및 관리되지 않는 instance 포인터에 대한 정보를 제공합니다.

public value class VirtualMethodTableInfo
[System.CLSCompliant(false)]
public readonly struct VirtualMethodTableInfo
[<System.CLSCompliant(false)>]
type VirtualMethodTableInfo = struct
Public Structure VirtualMethodTableInfo
상속
VirtualMethodTableInfo
특성

생성자

VirtualMethodTableInfo(Void*, Void**)

지정된 instance 포인터 및 테이블 메모리에서 를 초기화 VirtualMethodTableInfo 합니다.

속성

ThisPointer

관리되지 않는 instance 포인터를 가져옵니다.

VirtualMethodTable

가상 메서드 테이블을 가져옵니다.

메서드

Deconstruct(Void*, Void**)

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

적용 대상