IClrRuntimeInfoGetRuntimeDirectory Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxint GetRuntimeDirectory(
StringBuilder buffer,
out int bufferLength
)
Function GetRuntimeDirectory (
<OutAttribute> buffer As StringBuilder,
<OutAttribute> ByRef bufferLength As Integer
) As Integer
int GetRuntimeDirectory(
[OutAttribute] StringBuilder^ buffer,
[InAttribute] [OutAttribute] int% bufferLength
)
abstract GetRuntimeDirectory :
buffer : StringBuilder byref *
bufferLength : int byref -> int
Parameters
- buffer
- Type: System.TextStringBuilder
- bufferLength
- Type: SystemInt32
Return Value
Type:
Int32
See Also