On static methods in the Windows Runtime and C++/WinRT

31 · Raymond Chen · May 24, 2021, 2:03 p.m.
The Windows Runtime supports static members, which are members that apply to a class as a whole, rather than to particular instances of a class. The expectation is that these members are exposed via the language projection as static members of some language-specific representation of the class. The post On static methods in the Windows Runtime and C++/WinRT appeared first on The Old New Thing....