Property | Type | Description | |
---|---|---|---|
customAttributes | |||
done | bool | ||
sortTable | bool |
Method | Description | |
---|---|---|
AddCustomAttribute ( |
Associate a custom attribute with this meta data element
|
|
AddCustomAttribute ( |
Add a custom attribute to this item
|
|
AddCustomAttribute ( |
Add a custom attribute to this item
|
|
CompareTo ( object obj ) : int | ||
GetCustomAttributes ( ) : PERWAPI.CustomAttribute[] |
Get any custom attributes associated with this meta data element
|
|
SetCustomAttributes ( |
Associate some custom attribute(s) with this meta data element
|
Method | Description | |
---|---|---|
AddToTable ( |
||
BuildCILInfo ( |
||
BuildMDTables ( |
||
BuildSignatures ( |
||
BuildTables ( |
||
DescriptorError ( |
||
GetCodedIx ( CIx code ) : uint | ||
MetaDataElement ( ) : System | ||
NameString ( ) : string | ||
NeedToSort ( ) : bool | ||
Resolve ( |
||
ResolveDetails ( |
||
SortKey ( ) : uint | ||
Token ( ) : uint | ||
Write ( |
||
Write ( |
||
isDef ( ) : bool |
public AddCustomAttribute ( |
||
ca | ||
return | void |
public AddCustomAttribute ( |
||
ctorMeth | the constructor method for this attribute | |
cVals | the constant values of the parameters | |
return | void |
public AddCustomAttribute ( |
||
ctorMeth | the constructor method for this attribute | |
val | byte | the byte value of the parameters |
return | void |
public GetCustomAttributes ( ) : PERWAPI.CustomAttribute[] | ||
return | PERWAPI.CustomAttribute[] |
public SetCustomAttributes ( |
||
cas | list of custom attributes | |
return | void |
protected ArrayList,System.Collections customAttributes | ||
return |