Method | Description | |
---|---|---|
GetAttributes ( |
||
GetParameters ( |
||
GetTypeParameters ( |
||
IsImplementationSpecificAttribute ( string name ) : bool | ||
PopulateMemberLists ( |
||
PopulateMethodList ( |
||
PopulateTypeLists ( |
public static GetAttributes ( |
||
attributes | ||
return | List |
public static GetParameters ( |
||
parameters | ||
return | List |
public static GetTypeParameters ( |
||
gparams | ||
return | List |
public static IsImplementationSpecificAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public static PopulateMemberLists ( |
||
xml_cls | ||
interface_list | List |
|
constructor_list | List |
|
method_list | List |
|
property_list | List |
|
field_list | List |
|
event_list | List |
|
return | void |
public static PopulateMethodList ( |
||
methods | ||
method_list | List |
|
return | void |
public static PopulateTypeLists ( |
||
fromDef | ||
class_list | List |
|
enum_list | List |
|
delegate_list | List |
|
interface_list | List |
|
struct_list | List |
|
return | void |