class WinMD::Include
- WinMD::Include
- Reference
- Object
Defined in:
winmd/template/include.crConstructors
-
.new(api : String, file : WinMD::File)
api will be a string like "System.Com" tfile is the current TFile being processed.
Instance Method Summary
- #==(other : String)
- #==(other : Include)
- #api : String
- #file : WinMD::File
- #filename : String
- #path : String
- #qualified_path
- #render
- #resolve_path
- #same_file : Bool
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.