Method GetTypeDefProps
- Namespace
- Microsoft.Samples.Debugging.CorMetadata.NativeApi
- Assembly
- raw.dll
GetTypeDefProps(int, StringBuilder, int, out int, out TypeAttributes, out int)
void GetTypeDefProps(int td, StringBuilder szTypeDef, int cchTypeDef, out int pchTypeDef, out TypeAttributes pdwTypeDefFlags, out int ptkExtends)
Parameters
td
intszTypeDef
StringBuildercchTypeDef
intpchTypeDef
intpdwTypeDefFlags
TypeAttributesptkExtends
int