DotNetInvocationInfo Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Information about a JSInterop call from JavaScript to .NET.
public value class DotNetInvocationInfopublic readonly struct DotNetInvocationInfotype DotNetInvocationInfo = structPublic Structure DotNetInvocationInfo- Inheritance
- 
				DotNetInvocationInfo
Constructors
| DotNetInvocationInfo(String, String, Int64, String) | Initializes a new instance of DotNetInvocationInfo. | 
Properties
| AssemblyName | Gets the name of the assembly containing the method. Only one of DotNetObjectId or AssemblyName may be specified. | 
| CallId | Gets the call identifier. This value is  | 
| DotNetObjectId | Gets the object identifier for instance method calls. Only one of DotNetObjectId or AssemblyName may be specified. | 
| MethodIdentifier | Gets the identifier of the method to be invoked. This is the value specified in the JSInvokableAttribute. |