Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeRT/NodeRT
/ functions
Functions
301 in github.com/NodeRT/NodeRT
⨍
Functions
301
◇
Types & classes
33
↓ 69 callers
Function
NewString
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:143
↓ 56 callers
Method
ToWinRT
(Type type, bool generateHat = true)
src/NodeRTLib/Reflector.cs:440
↓ 53 callers
Method
Set
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:157
↓ 30 callers
Method
Append
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:866
↓ 25 callers
Method
Uncap
(string s)
src/NodeRTLib/Reflector.cs:542
↓ 14 callers
Method
ToJS
(Type type, bool typeIsInNameSpace = false)
src/NodeRTLib/Converter.cs:97
↓ 13 callers
Method
ToWinRT
(Type type, bool typeIsInNameSpace = false)
src/NodeRTLib/Converter.cs:536
↓ 11 callers
Method
ToJsDefinitonType
<summary> Convert a C# dataType to its equivlant JavaScript dataType, here used to generate TypeScript and JavaScript definition files </summary> <par
src/NodeRTLib/Converter.cs:32
↓ 10 callers
Function
Init
src/NodeRTLib/CppTemplates/InitExports.cpp:2
↓ 10 callers
Function
SetHiddenValue
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:295
↓ 9 callers
Method
First
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1823
↓ 8 callers
Method
CSharpMethodToCppMethod
(string methodName)
src/NodeRTLib/Reflector.cs:362
↓ 8 callers
Method
Remove
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1763
↓ 8 callers
Function
foreach
(var propertyInfo in Model.StaticProperties)
src/NodeRTLib/DefinitonTemplates/Js/Type.js:39
↓ 7 callers
Function
foreach
(var propertyInfo in Model.StaticProperties)
src/NodeRTLib/DefinitonTemplates/Ts/Type.ts:6
↓ 5 callers
Method
GetAt
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1074
↓ 5 callers
Method
GetObjectInstance
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1704
↓ 5 callers
Method
GetParamsFromJsMethodForDefinitions
(dynamic method, bool isAsync = false)
src/NodeRTLib/Reflector.cs:377
↓ 5 callers
Method
GetParamsFromTsMethodForDefinitions
(dynamic method, bool isAsync = false)
src/NodeRTLib/Reflector.cs:397
↓ 4 callers
Function
CaseInsenstiveEquals
compares 2 strings using a case insensitive comparison
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:186
↓ 4 callers
Method
Clear
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1927
↓ 4 callers
Function
GetHiddenValue
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:309
↓ 4 callers
Method
IsAsync
We are interseted in methods which return type IAsyncOperation/IAsyncAction
src/NodeRTLib/Reflector.cs:596
↓ 3 callers
Method
GetNamespaces
(string winmdFile, string baseWinMDDir)
src/NodeRTLib/Reflector.cs:61
↓ 3 callers
Method
IsIClosableClose
checks whether the given method is of type
src/NodeRTLib/Reflector.cs:682
↓ 3 callers
Method
IsMethodNotImplemented
(MethodInfo info)
src/NodeRTLib/Reflector.cs:653
↓ 3 callers
Method
TypeCheck
(Type type, bool typeIsInNameSpace = false)
src/NodeRTLib/Converter.cs:679
↓ 2 callers
Method
BuildWithNodeGyp
Builds the given project/sln for the given platforms and copies the output & package file to the output directory
src/NodeRTLib/NodeRTProjectBuildUtils.cs:27
↓ 2 callers
Function
CallCallbackInDomain
Calls the callback in the appropriate domwin, expects an object in the following format: { "callback" : [callback function] "domain" : [the domain in
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:123
↓ 2 callers
Function
FillMapFromJsArray
src/NodeRTLib/ProjectFiles/CollectionsConverter.h:205
↓ 2 callers
Function
FillMapFromJsObject
src/NodeRTLib/ProjectFiles/CollectionsConverter.h:257
↓ 2 callers
Method
GenerateProject
(string winmdFile, string winRTNamespace, string destinationFolder, NodeRTProjectGenerator generator,
src/NodeRTLib/Reflector.cs:277
↓ 2 callers
Method
Run
src/NodeRTLib/ProjectFiles/node-async.h:159
↓ 2 callers
Method
ShouldIgnoreMethod
(MethodInfo info)
src/NodeRTLib/Reflector.cs:316
↓ 2 callers
Method
Split
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1564
↓ 2 callers
Function
StrToGuid
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:341
↓ 2 callers
Method
VerifyVsAndWinVersions
(WinVersions winVersion, VsVersions vsVersion, out string errorMessage)
src/NodeRTLib/NodeRTProjectGenerator.cs:72
↓ 2 callers
Function
foreach
(var propertyInfo in Model.MemberProperties)
src/NodeRTLib/DefinitonTemplates/Js/Constructor.js:20
↓ 2 callers
Function
min
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:175
↓ 1 callers
Function
CreateCallbackObjectInDomain
creates an object with the following structure: { "callback" : [callback fuction] "domain" : [the domain in which the async function/event was called/
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:84
↓ 1 callers
Method
ForEachEvent
(IEnumerable<dynamic> events, string format, int lenToRemove)
src/NodeRTLib/Reflector.cs:547
↓ 1 callers
Method
ForEachType
(IEnumerable<Type> types, string format, int lenToRemove)
src/NodeRTLib/Reflector.cs:569
↓ 1 callers
Method
Get
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:135
↓ 1 callers
Method
GetExternalReferencedDataForType
(dynamic typeDefinition, List<Type> externalValueTypes, List<String> externalNamespaces)
src/NodeRTLib/ExternalTypesHelper.cs:129
↓ 1 callers
Method
GetView
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1897
↓ 1 callers
Method
HasKey
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1732
↓ 1 callers
Method
IndexOf
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1175
↓ 1 callers
Method
Insert
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1792
↓ 1 callers
Function
InsertToVector
src/NodeRTLib/ProjectFiles/CollectionsConverter.h:165
↓ 1 callers
Method
IsArrayAsOut
(MethodInfo info, out string sizeStr)
src/NodeRTLib/Reflector.cs:621
↓ 1 callers
Function
IsWinRtWrapper
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:274
↓ 1 callers
Method
LazyTemplate
(string templateName, string templateLocation, string templateExtension)
src/NodeRTLib/Reflector.cs:326
↓ 1 callers
Method
Lookup
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1866
↓ 1 callers
Function
RegisterNameSpace
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:200
↓ 1 callers
Method
SetAt
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1111
↓ 1 callers
Function
SetHiddenValueWithObject
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:302
↓ 1 callers
Function
StringToWchar
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:152
↓ 1 callers
Method
TryParseWinVersion
(string winVerString, out WinVersions winVer)
src/NodeRTLib/NodeRTProjectGenerator.cs:52
↓ 1 callers
Function
captureImage
(fileName)
samples/media/capture_image.js:9
↓ 1 callers
Function
cls
()
src/NodeRTLib/DefinitonTemplates/Js/ValueType.js:5
↓ 1 callers
Function
foreach
src/NodeRTLib/CppTemplates/StaticAsyncMethod.cpp:29
↓ 1 callers
Function
foreach
src/NodeRTLib/CppTemplates/MemberSyncMethod.cpp:19
↓ 1 callers
Function
foreach
src/NodeRTLib/CppTemplates/Constructor.cpp:63
↓ 1 callers
Function
foreach
src/NodeRTLib/CppTemplates/StaticSyncMethod.cpp:14
↓ 1 callers
Function
foreach
src/NodeRTLib/CppTemplates/MemberAsyncMethod.cpp:35
↓ 1 callers
Function
initProps
src/NodeRTLib/ProjectFiles/CollectionsConverter.h:29
↓ 1 callers
Function
showNotification
(title, text, onActiviation, onDismissal)
samples/notification/notification.js:20
Method
ArrayWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:98
Method
AsyncAfter
src/NodeRTLib/ProjectFiles/node-async.h:315
Method
AsyncWork
src/NodeRTLib/ProjectFiles/node-async.h:302
Method
AyncCloseCb
called after the async handle is closed in order to free it's memory
src/NodeRTLib/ProjectFiles/node-async.h:354
Method
Baton
src/NodeRTLib/ProjectFiles/node-async.h:69
Method
BuildModule
(string moduleDirectory, VsVersions vsVersion, bool verbose)
src/NodeRTLib/NodeRTProjectBuildUtils.cs:56
Function
CastFrom
src/NodeRTLib/CppTemplates/CastFrom.cpp:2
Method
Clear
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:895
Method
ClearSettingsAndUI
()
src/NodeRTUI/MainForm.cs:87
Function
ColorFromJs
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:398
Function
ColorToJs
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:382
Method
CopyAndGenerateJsPackageFiles
(string destinationFolder, string winRTNamespace, string projectName, string npmPackageVersion, string npmScop
src/NodeRTLib/NodeRTProjectGenerator.cs:234
Method
CopyDirRecurse
(string srcDir, string destDir)
src/NodeRTLib/NodeRTProjectGenerator.cs:350
Method
CopyProjectFiles
(string destinationFolder)
src/NodeRTLib/NodeRTProjectGenerator.cs:343
Method
CreateArrayWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:63
Method
CreateBuildCmd
(string moduleDirectory, VsVersions vsVersion)
src/NodeRTLib/NodeRTProjectBuildUtils.cs:32
Method
CreateCallbackData
src/NodeRTLib/ProjectFiles/node-async.h:267
Function
CreateExternalWinRTObject
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:220
Method
CreateIterableWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:380
Method
CreateIteratorWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:229
Method
CreateKeyValuePairWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1270
Method
CreateMapViewWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1399
Method
CreateMapWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:1670
Method
CreateNpmPackageName
(String namepsace, String npmScope)
src/NodeRTLib/NodeRTProjectGenerator.cs:178
Method
CreateVectorViewWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:496
Method
CreateVectorWrapper
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:758
Method
CurrentGetter
src/NodeRTLib/ProjectFiles/CollectionsWrap.h:310
Function
DateTimeFromJSDate
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:320
Function
DateTimeToJS
src/NodeRTLib/ProjectFiles/NodeRtUtils.cpp:333
Method
Dispose
<summary> Clean up any resources being used. </summary> <param name="disposing">true if managed resources should be disposed; otherwise, false.</param
src/NodeRTUI/MainForm.Designer.cs:23
Method
DynamicTemplate
(string templateLocation, string templateExtension)
src/NodeRTLib/Reflector.cs:763
Function
Enum
src/NodeRTLib/CppTemplates/Enum.cpp:2
Method
ExecuteCommand
(string cmd, bool verbose)
src/NodeRTLib/NodeRTProjectBuildUtils.cs:65
next →
1–100 of 301, ranked by callers