class WinMD::Include

Defined in:

winmd/template/include.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api : String, file : WinMD::File) #

api will be a string like "System.Com" tfile is the current TFile being processed.


[View source]

Instance Method Detail

def ==(other : String) #

[View source]
def ==(other : Include) #

[View source]
def api : String #

[View source]
def file : WinMD::File #

[View source]
def filename : String #

[View source]
def path : String #

[View source]
def qualified_path #

[View source]
def render #

[View source]
def resolve_path #

[View source]
def same_file : Bool #

[View source]