Autogenerated Thumbnails of GameObjects

Hey there, is there a way to access the thumbnails?

EDIT: Maybe I have to be more specific: The Thumbs should be displayed in this Selectiongrid.

This works:

using UnityEditor;

public GameObject tower;
Texture2D icon1 = AssetPreview.GetAssetPreview(tower);

That works perfectly!