Method | Description | |
---|---|---|
CreateAutoDoc ( |
||
CreateAutoDoc ( |
||
CreateAutoDoc ( |
||
DocOneInfo ( |
||
DocOneInfo ( |
||
DocOneInfo ( |
||
DocOneInfo ( |
||
DocOneInfo ( |
||
GetOverloadDoc ( |
||
GetOverloadDoc ( |
Creates a DLR OverloadDoc object which describes information about this overload.
|
Method | Description | |
---|---|---|
AppendTypeFormat ( |
Converts a Type object into a string suitable for lookup in the help file. All generic types are converted down to their generic type definition.
|
|
CreateAutoDoc ( |
||
CreateAutoDoc ( |
||
DocOneInfoForProperty ( |
||
GetDefaultDocumentation ( string methodName ) : string | ||
GetPythonTypeName ( |
||
GetXPathDocument ( |
Gets the XPathDocument for the specified assembly, or null if one is not available.
|
|
GetXmlDoc ( |
Gets the Xml documentation for the specified Field.
|
|
GetXmlDoc ( |
Gets the Xml documentation for the specified MethodBase.
|
|
GetXmlDoc ( |
Gets the Xml documentation for the specified Type.
|
|
GetXmlDocForProperty ( |
Gets the Xml documentation for the specified Field.
|
|
GetXmlDocLocation ( |
||
GetXmlName ( |
||
GetXmlName ( |
||
GetXmlName ( |
||
GetXmlNameForProperty ( |
||
XmlToString ( |
Converts the XML as stored in the config file into a human readable string.
|
public static CreateAutoDoc ( |
||
info | ||
return | string |
public static CreateAutoDoc ( |
||
info | ||
return | string |
public static CreateAutoDoc ( |
||
t | ||
return | string |
public static DocOneInfo ( |
||
info | ||
return | string |
public static DocOneInfo ( |
||
info | ||
return | string |
public static DocOneInfo ( |
||
info | ||
name | string | |
return | string |
public static DocOneInfo ( |
||
info | ||
name | string | |
includeSelf | bool | |
return | string |
public static DocOneInfo ( |
||
info | ||
return | string |
public static GetOverloadDoc ( |
||
info | ||
name | string | |
endParamSkip | int | |
return | Microsoft.Scripting.Hosting.OverloadDoc |
public static GetOverloadDoc ( |
||
info | The method to document | |
name | string | The name of the method if it should override the name in the MethodBase |
endParamSkip | int | Parameters to skip at the end - used for removing the value on a setter method |
includeSelf | bool | true to include self on instance methods |
return | Microsoft.Scripting.Hosting.OverloadDoc |