메소드 | 설명 | |
---|---|---|
CreateMember ( string assembly, string ns, string type, string member ) : |
||
CreateNamespace ( string assembly, string name ) : |
||
CreateType ( string assembly, string ns, string type, bool shallow ) : |
||
GetIndex ( ) : List |
||
Initialize ( string docDirectory ) : void |
public static CreateMember ( string assembly, string ns, string type, string member ) : |
||
assembly | string | |
ns | string | |
type | string | |
member | string | |
리턴 |
public static CreateNamespace ( string assembly, string name ) : |
||
assembly | string | |
name | string | |
리턴 |
public static CreateType ( string assembly, string ns, string type, bool shallow ) : |
||
assembly | string | |
ns | string | |
type | string | |
shallow | bool | |
리턴 |
public static Initialize ( string docDirectory ) : void | ||
docDirectory | string | |
리턴 | void |