Hello,

Is there something similar like this: ?

If (obj isSubclassOf(Enum)) Then

End If

This is always false: obj.GetType Is GetType([Enum]) I need this for reflection.

try if typeof(obj) is [Enum]

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.