In VB6 when creating a class there is an Instancing property that can be set to Public Non Creatable/GlobalMultiuse etc.

I used a GlobalMultiuse class for the ErrorHandler DLL I have.

I know wish to create a similar ErrorHandler Class (as a DLL) in .NET, but I am not sure how to set it to the equivelent of GlobalMultiuse. ie - I don't want to have to set up the class as a global object in .NET, I just want it to be available.

All help would be appreciated.

Thanks