DotNetInvocationInfo(String, String, Int64, String) 생성자

정의

DotNetInvocationInfo의 새 인스턴스를 초기화합니다.

public:
 DotNetInvocationInfo(System::String ^ assemblyName, System::String ^ methodIdentifier, long dotNetObjectId, System::String ^ callId);
public DotNetInvocationInfo (string assemblyName, string methodIdentifier, long dotNetObjectId, string callId);
public DotNetInvocationInfo (string? assemblyName, string methodIdentifier, long dotNetObjectId, string? callId);
new Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo : string * string * int64 * string -> Microsoft.JSInterop.Infrastructure.DotNetInvocationInfo
Public Sub New (assemblyName As String, methodIdentifier As String, dotNetObjectId As Long, callId As String)

매개 변수

assemblyName
String

메서드를 포함하는 어셈블리의 이름입니다.

methodIdentifier
String

호출할 메서드의 식별자입니다.

dotNetObjectId
Int64

instance 메서드 호출의 개체 식별자입니다.

callId
String

호출 식별자입니다.

적용 대상