Property | Type | Description | |
---|---|---|---|
IsParameter | bool |
Method | Description | |
---|---|---|
Create ( |
||
Create ( |
||
GetStructFieldInfo ( string fieldName ) : |
||
IsAssigned ( |
||
IsFullyInitialized ( Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc ) : bool | ||
IsStructFieldAssigned ( |
||
SetAssigned ( |
||
SetStructFieldAssigned ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
VariableInfo ( |
||
VariableInfo ( string name, System.TypeSpec type, int offset, IMemberContext context ) : System |
public static Create ( |
||
bc | ||
variable | ||
return |
public static Create ( |
||
bc | ||
parameter | ||
return |
public GetStructFieldInfo ( string fieldName ) : |
||
fieldName | string | |
return |
public IsAssigned ( |
||
vector | ||
return | bool |
public IsFullyInitialized ( Mono.CSharp.FlowAnalysisContext fc, Mono.CSharp.Location loc ) : bool | ||
fc | Mono.CSharp.FlowAnalysisContext | |
loc | Mono.CSharp.Location | |
return | bool |
public IsStructFieldAssigned ( |
||
vector | ||
field_name | string | |
return | bool |
public SetAssigned ( |
||
vector | ||
generatedAssignment | bool | |
return | void |
public SetStructFieldAssigned ( |
||
vector | ||
field_name | string | |
return | void |