| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim systemType As Type Dim value As TypeInfo value = TypeInfo.Construct(systemType) | |
| C# | |
|---|---|
| public static TypeInfo Construct( Type systemType ) | |
Parameters
- systemType
- The specified system (framework) type.
Return Value
TypeInfo instance storing information equivalent to the systemType type.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    