()
| 2569 | return result; |
| 2570 | } |
| 2571 | public string GetRuntimeVersion() |
| 2572 | { |
| 2573 | IntPtr result = FnTable.GetRuntimeVersion(); |
| 2574 | return Marshal.PtrToStringAnsi(result); |
| 2575 | } |
| 2576 | public EVRInitError SetSDKVersion(uint nVersionMajor,uint nVersionMinor,uint nVersionBuild) |
| 2577 | { |
| 2578 | EVRInitError result = FnTable.SetSDKVersion(nVersionMajor,nVersionMinor,nVersionBuild); |
nothing calls this directly
no outgoing calls
no test coverage detected