The word type is required in COBOL because you are invoking the static method FinalReleaseComObject in the class Marshal. You always need to use type when what follows it is a direct class name and not an object. If you are invoking an object then you do not use type.
↧