R
Rob Blackmore
Hi,
Can anyone advise how to call a private constructor using reflection? I
currently get the above error which is rectified by changing the New() to
Public from Friend but I ideally wish to leave it as Friend to prevent it
being created outside of this project.
Thanks in advance
Rob
Can anyone advise how to call a private constructor using reflection? I
currently get the above error which is rectified by changing the New() to
Public from Friend but I ideally wish to leave it as Friend to prevent it
being created outside of this project.
Thanks in advance
Rob