S
SM
I found a COM interop code sample and came across these lines of code:
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")]
What do those type of lines encapsuled in [] brackets do? I already tried
to find an answer using web search but no success.
Thanks for any help.
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FC4801A3-2BA9-11CF-A229-00AA003D7352")]
What do those type of lines encapsuled in [] brackets do? I already tried
to find an answer using web search but no success.

Thanks for any help.