|
89 | 89 | <returns>The value of the property with the specified name.</returns>
|
90 | 90 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not a Boolean.</remarks>
|
91 | 91 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not a <see cref="T:System.Boolean" />.</exception>
|
| 92 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 93 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
92 | 94 | </Docs>
|
93 | 95 | </Member>
|
94 | 96 | <Member MemberName="GetPropertyAsByteArray">
|
|
124 | 126 | <returns>The value of the property with the specified name.</returns>
|
125 | 127 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not an array.</remarks>
|
126 | 128 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not an array.</exception>
|
| 129 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 130 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
127 | 131 | </Docs>
|
128 | 132 | </Member>
|
129 | 133 | <Member MemberName="GetPropertyAsDouble">
|
|
153 | 157 | <returns>The value of the property with the specified name.</returns>
|
154 | 158 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not a number.</remarks>
|
155 | 159 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not a number.</exception>
|
| 160 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 161 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
156 | 162 | </Docs>
|
157 | 163 | </Member>
|
158 | 164 | <Member MemberName="GetPropertyAsInt32">
|
|
182 | 188 | <returns>The value of the property with the specified name.</returns>
|
183 | 189 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not an integer.</remarks>
|
184 | 190 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not an integer.</exception>
|
| 191 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 192 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
185 | 193 | </Docs>
|
186 | 194 | </Member>
|
187 | 195 | <Member MemberName="GetPropertyAsJSObject">
|
|
217 | 225 | <returns>The value of the property with the specified name.</returns>
|
218 | 226 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not an object.</remarks>
|
219 | 227 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not a <see cref="T:System.Runtime.InteropServices.JavaScript.JSObject" />.</exception>
|
| 228 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 229 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
220 | 230 | </Docs>
|
221 | 231 | </Member>
|
222 | 232 | <Member MemberName="GetPropertyAsString">
|
|
252 | 262 | <returns>The value of the property with the specified name.</returns>
|
253 | 263 | <remarks>This method throws a <see cref="T:System.Runtime.InteropServices.JavaScript.JSException" /> when the property value is not a string.</remarks>
|
254 | 264 | <exception cref="T:System.Runtime.InteropServices.JavaScript.JSException">The property value is not a string.</exception>
|
| 265 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.GetTypeOfProperty(System.String)" /> |
| 266 | + <seealso cref="M:System.Runtime.InteropServices.JavaScript.JSObject.HasProperty(System.String)" /> |
255 | 267 | </Docs>
|
256 | 268 | </Member>
|
257 | 269 | <Member MemberName="GetTypeOfProperty">
|
|
0 commit comments