Property | Type | Description | |
---|---|---|---|
access | ACCESS | ||
cTypeVars | int | ||
callingConvention | MethodCallingConventionEnum | ||
method | PREDEFMETH | ||
name | PredefinedName | ||
signature | int[] | ||
type | PredefinedType |
Method | Description | |
---|---|---|
PredefinedMethodInfo ( PREDEFMETH method, MethodRequiredEnum required, PredefinedType type, PredefinedName name, MethodCallingConventionEnum callingConvention, ACCESS access, int cTypeVars, int signature ) : System.Diagnostics |
public PredefinedMethodInfo ( PREDEFMETH method, MethodRequiredEnum required, PredefinedType type, PredefinedName name, MethodCallingConventionEnum callingConvention, ACCESS access, int cTypeVars, int signature ) : System.Diagnostics | ||
method | PREDEFMETH | |
required | MethodRequiredEnum | |
type | PredefinedType | |
name | PredefinedName | |
callingConvention | MethodCallingConventionEnum | |
access | ACCESS | |
cTypeVars | int | |
signature | int | |
return | System.Diagnostics |
public MethodCallingConventionEnum callingConvention | ||
return | MethodCallingConventionEnum |