Property | Type | Description | |
---|---|---|---|
Function | |||
Name | string |
Property | Type | Description | |
---|---|---|---|
_IsReference | bool |
Method | Description | |
---|---|---|
Dereference ( ) : |
||
Equals ( object obj ) : bool | ||
GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : |
||
GetHashCode ( ) : int | ||
GetParameter ( ) : |
||
JSVariable ( string name, |
||
New ( Mono.Cecil.ParameterReference parameter, |
||
New ( string name, |
||
Reference ( ) : |
||
ReplaceChild ( JSNode oldChild, JSNode newChild ) : void | ||
ToString ( ) : string |
public GetActualType ( Mono.Cecil.TypeSystem typeSystem ) : |
||
typeSystem | Mono.Cecil.TypeSystem | |
return |
public JSVariable ( string name, |
||
name | string | |
type | ||
function | ||
defaultValue | JSExpression | |
return | System |
public static New ( Mono.Cecil.ParameterReference parameter, |
||
parameter | Mono.Cecil.ParameterReference | |
function | ||
return |
public static New ( string name, |
||
name | string | |
type | ||
function | ||
return |
public ReplaceChild ( JSNode oldChild, JSNode newChild ) : void | ||
oldChild | JSNode | |
newChild | JSNode | |
return | void |
public MethodReference,Mono.Cecil Function | ||
return |