Class method RTTI descriptor
Source position: typinfo.pp line 425
type TVmtMethodEntry = packed record |
||
Name: PShortString; |
|
Name of the method |
CodeAddress: Pointer; |
|
Pointer to the code of the method |
end; |
TVmtMethodEntry is a description of the VMT info generated for a method of a class. This is different from interface method RTTI info, which is described by TIntfMethodEntry
|
Interface method description |