NETType["name",n]
represents a .NET type with the specified name.
Details and Options
  
    
   See Also
 Tech Notes
 Related Guides
 NETLink`
   NETLink`
  NETType
NETType["name",n]
represents a .NET type with the specified name.
Details and Options
- To use NETType, you first need to load .NET/Link using Needs["NETLink`"].
 - NETType expressions cannot be typed in by the user; they are returned by LoadNETType.
 - The second argument is an integer index that is not relevant to users.