class WinMD::Type::MissingClrType
- WinMD::Type::MissingClrType
- WinMD::Type
- WinMD::Base
- Reference
- Object
Overview
As far as I'm aware, the missing clr type will be Pointer(Void) because it is not in the metadata.
Defined in:
winmd/template/type/missing_clr_type.crConstructors
-
.new(pull : JSON::PullParser)
As far as I'm aware, the missing clr type will be Pointer(Void) because it is not in the metadata.
Instance Method Summary
Instance methods inherited from class WinMD::Type
file=(file : WinMD::File)
file=,
kind : String
kind,
kind=(kind : String)
kind=,
render
render
Constructor methods inherited from class WinMD::Type
new(pull : JSON::PullParser)
new
Instance methods inherited from class WinMD::Base
after_initialize
after_initialize,
file : WinMD::File | Nil
file,
file=(file : WinMD::File)
file=,
nested_type : Bool
nested_type,
nested_type=(nested_type : Bool)
nested_type=,
pad(p_size : Int32)pad pad, pad_size : Int32 pad_size, pad_size=(pad_size : Int32) pad_size=, pointer=(pointer : Bool) pointer=, pointer? : Bool pointer?
Constructor methods inherited from class WinMD::Base
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
As far as I'm aware, the missing clr type will be Pointer(Void) because it is not in the metadata.