COM Object with Protected Methods
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Pls i want to create a COM object, that has Protected methods. pls how do i achieve this. Thanks.
-
Pls i want to create a COM object, that has Protected methods. pls how do i achieve this. Thanks.
-
What do you mean by protected methods? Try and explain what problem you are trying to solve and perhaps someone can make a suggestion to help you.
Just say 'NO' to evaluated arguments for diadic functions! Ash
what i mean is that my COM object only has methods with qualifyers: protected overrides viod some_method().
-
what i mean is that my COM object only has methods with qualifyers: protected overrides viod some_method().