This method of the ComLib class returns the GUID from the @com.class or @com.interface attributed class, which can then be used for J/Direct operations or other ComLib services.
public static _Guid getGuidOf(Class cl);
The _Guid of the class if it was declared with @com.class or @com.interface; otherwise null.
cl | The class for which to return the GUID. |
This method was added as of versions 2925 through 3167 of the Microsoft virtual machine.