|
|
||
|
|
| NETTypeInfo[type] prints information about the specified type, including its inheritance hierarchy, assembly name, and its public members (constructors, methods, properties, and so on). |
| NETTypeInfo[obj] prints information about the object's type. |
| NETTypeInfo[assembly] prints information about the types in the assembly specified by the given NETAssembly expression. |
| NETTypeInfo prints information about only the specified members, which can be any of the following strings (or a list of them): |
| NETTypeInfo prints only the members whose names match the given string pattern. |
| LanguageSyntax | "CSharp" | the language syntax in which output should be formatted (must be | |
| Inherited | True | whether to include inherited members | |
| IgnoreCase | False | whether to ignore case in matching names to a string pattern |