|
|
||
|
|
| 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[type, members] prints information about only the specified members, which can be any of the following strings (or a list of them): "Type", "Constructors", "Methods", "Fields", "Properties", or "Events". |
| NETTypeInfo[type, members, pattern] prints only the members whose names match the given string pattern. |
| LanguageSyntax | "CSharp" | the language syntax in which output should be formatted (must be "CSharp" or "VisualBasic") | |
| Inherited | True | whether to include inherited members | |
| IgnoreCase | False | whether to ignore case in matching names to a string pattern |
| © 2008 Wolfram Research, Inc. |