Which type is connected?

how do I know which type is connected with .net ?
nano , pro , square, …

Simple example:

BlinkStick blink = BlinkStick.FindFirst();
string BSType = blink.BlinkStickDevice.ToString();

Thanks.
we are working with .NET 3.5 . somehow he is not there … can that be?

What do you get when trying blink.BlinkStickDevice.ToString() ?

@BenS you can download and compile the latest version from source over here:

thank you. my mistake. it works.
@Arvydas , We can only work with 3.5 , as we work with old embedded systems

Downgrading the library shouldn’t be a problem, because I’m not using anything special within the syntax or dependencies that would require only the latest version of .NET. Glad to hear it works for you!

I can confirm it works when downgrading to .NET 3.5.