You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
22
+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherNewsEntry"/>.<br/>
23
23
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
24
24
/// </summary>
25
25
/// <param name="handle">The handle to the pointer of the <see cref="LauncherNewsEntry"/> data</param>
/// Get the carousel image entries for the launcher.<br/>
33
-
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
33
+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherCarouselEntry"/>.<br/>
34
34
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
35
35
/// </summary>
36
36
/// <param name="handle">The handle to the pointer of the <see cref="LauncherCarouselEntry"/> data</param>
/// Get the social media info entries for the launcher.<br/>
44
-
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherPathEntry"/>.<br/>
44
+
/// This method returns a handle to the <see cref="PluginDisposableMemory{T}"/> of <see cref="LauncherSocialMediaEntry"/>.<br/>
45
45
/// Pass this method to <see cref="PluginDisposableMemoryExtension.ToManagedSpan{T}(PluginDisposableMemoryExtension.MarshalToMemorySelectorDelegate)"/> to get the span.
46
46
/// </summary>
47
47
/// <param name="handle">The handle to the pointer of the <see cref="LauncherSocialMediaEntry"/> data</param>
0 commit comments