MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / PrintNamespaces

Method PrintNamespaces

src/NodeRTCmd/Program.cs:142–150  ·  view source on GitHub ↗
(Dictionary<string, string> args)

Source from the content-addressed store, hash-verified

140 }
141
142 static void PrintNamespaces(Dictionary<string, string> args)
143 {
144 string customWinMdDir = ValueOrNull(args, "customwinmddir");
145
146 foreach (string str in Reflector.GetNamespaces(args["winmd"], customWinMdDir))
147 {
148 Console.WriteLine(str);
149 }
150 }
151
152 static string ValueOrNull(Dictionary<String, String> args, string key)
153 {

Callers

nothing calls this directly

Calls 1

GetNamespacesMethod · 0.80

Tested by

no test coverage detected