Class AotStubWriter
Inheritance
AotStubWriter
Syntax
public abstract class AotStubWriter
Constructors
AotStubWriter(Object)
Declaration
protected AotStubWriter(object stub)
Parameters
Type |
Name |
Description |
Object |
stub |
|
Properties
skip
Declaration
public virtual bool skip { get; }
Property Value
stub
Declaration
public object stub { get; }
Property Value
Declaration
public abstract string stubMethodComment { get; }
Property Value
stubMethodName
Declaration
public abstract string stubMethodName { get; }
Property Value
Methods
GetStubStatements()
Declaration
public abstract IEnumerable<CodeStatement> GetStubStatements()
Returns
Extension Methods