Method | Description | |
---|---|---|
AddMethodDynamically ( TypeBuilder &myTypeBld, string mthdName, Type mthdParams, Type returnType, string mthdAction ) : void | ||
CreateDynamicAssemblyByInjectingIL ( ) : AssemblyBuilder |
public AddMethodDynamically ( TypeBuilder &myTypeBld, string mthdName, Type mthdParams, Type returnType, string mthdAction ) : void | ||
myTypeBld | TypeBuilder | |
mthdName | string | |
mthdParams | Type | |
returnType | Type | |
mthdAction | string | |
return | void |
public CreateDynamicAssemblyByInjectingIL ( ) : AssemblyBuilder | ||
return | AssemblyBuilder |