runtime icon indicating copy to clipboard operation
runtime copied to clipboard

PersistedAssemblyBuilder missing methods on generated types

Open snakex64 opened this issue 3 months ago • 5 comments

#108733

Add missing methods to PersistedAssemblyBuilder generated types:

  • GetProperties
  • GetProperty
  • GetInterface

Edit:

  • GetNestedType
  • GetNestedTypes
  • GetMember
  • GetMembers

Also provide bugfixes to GetMethods, GetFields, GetProperties, GetInterfaces not returning parent members

snakex64 avatar Oct 28 '24 22:10 snakex64