Property | Type | Description | |
---|---|---|---|
localBuilderRepository | ILocalBuilderRepository | ||
parameters | System.Reflection.ParameterInfo[] |
Method | Description | |
---|---|---|
Contains ( int argPosition ) : bool | ||
EmitLoadLocalAddress ( |
||
RestoreArgsIfNeeded ( |
||
StoreArgsIfNeeded ( |
Method | Description | |
---|---|---|
AbstractByRefArgumentsStoreWeaver ( |
public abstract Contains ( int argPosition ) : bool | ||
argPosition | int | |
return | bool |
public abstract EmitLoadLocalAddress ( |
||
ilGenerator | ||
argPosition | int | |
return | void |
public abstract RestoreArgsIfNeeded ( |
||
ilGenerator | ||
return | void |
public abstract StoreArgsIfNeeded ( |
||
ilGenerator | ||
return | void |
protected ILocalBuilderRepository localBuilderRepository | ||
return | ILocalBuilderRepository |