Метод | Описание | |
---|---|---|
ClassGenerator ( |
Initializes a new instance of the ClassGenerator class.
|
|
DefineClassProxy ( |
TODO: Doc
|
Метод | Описание | |
---|---|---|
DefineDelegate ( |
Defines an inner Delegate type for the method to be invoked from Objective-C runtime.
|
|
DefineProxyMethod ( |
Defines a proxy method that is called from Objective-C runtime. This method retrieves the targeted managed instance and passes the parameters.
|
|
EmitProxyMethodBodyForInstanceMethod ( |
||
EmitProxyMethodBodyForStaticMethod ( |
public ClassGenerator ( |
||
assembly | The assembly. | |
is64Bits | bool | |
Результат | System |
public DefineClassProxy ( |
||
type | ||
instanceMethods | IEnumerable |
|
classMethods | IEnumerable |
|
Результат |