Is there any way to fetch multiple selection assets?

I have noticed that I can get the single selected asset by using Selection.activeObjects.But How can I get the list of my selection while I choosing multiple assets,like shift+click or another operation.I need that list in my custom editor script.

Selection.objects to get all objects selected, or Selection.GetFiltered to get only a list of specific type of objects.