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

Method GenerateString

src/NodeRTLib/Reflector.cs:256–260  ·  view source on GitHub ↗
(string winmdFile, string winRTNamespace, string baseWinMDDir)

Source from the content-addressed store, hash-verified

254 }
255
256 public static string GenerateString(string winmdFile, string winRTNamespace, string baseWinMDDir)
257 {
258 var mainModel = GenerateModel(winmdFile, winRTNamespace, baseWinMDDir);
259 return TX.CppTemplates.Wrapper(mainModel);
260 }
261
262 // Used in order to retreive the namespace with the appropriate casings
263 private static string ResolveNamespaceCasing(string winmdFile, string winRTNamespace, string baseWinMDDir)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected