If it were only that easy
error C2248: 'Microsoft::Xbox::Services::Leaderboard::LeaderboardQuery::LeaderboardQuery': cannot access private member declared in class 'Microsoft::Xbox::Services::Leaderboard::LeaderboardQuery'
I can’t instantiate the LeaderboardQuery. C# (https:///Microsoft/xbox-live-api-csharp/blob/master/Source/api/Leaderboard/LeaderboardQuery.cs) looks nice and cleaned up:
Unfortunately I haven’t found the matching repository for the DLL we are using. The “older” version (https:///Microsoft/xbox-live-api/blob/master/Include/xsapi/leaderboard.h) does have a similar setup:
But neither code matches what is in the WINMD file:
The items enclosed by the red box are not one for one in the source that I am referencing. The WINMD doesn’t look like there is a public constructor, unless I missed it.
Are we able to access the repository for the Microsoft::Xbox::Services DLL?