0

I want to know what they really mean by this statement. Does it mean regasm.exe doesn't actually register types? Or, does it mean that you need to register every instance you make (which seems odd)? Etc..

Taken from: learn.microsoft.com/en-us/dotnet/framework/tools/regasm-exe-assembly-registration-tool

Olivier10178
  • 191
  • 11
  • 1
    regasm registers what COM needs to create instance: progids, interfaces, classids, typelibs, coclasses, etc. you don't have to register instances – Simon Mourier Sep 01 '17 at 15:01
  • 1
    https://stackoverflow.com/a/10188202/4645236 – M Y Sep 01 '17 at 15:03
  • 1
    In short, "They" refers to the "classes", not the "instances". They even say one sentence earlier: "Once a class is registered..." – Euro Micelli Sep 02 '17 at 01:49

0 Answers0