[Missing <summary> documentation for "M:VVVV.Utils.Network.IRemotingManagerIPC.GetRemoteObjectIpc``1(System.String,System.String)"]

Namespace: VVVV.Utils.Network
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
T GetRemoteObjectIpc<T>(
	string publicName,
	string portName
)

Parameters

publicName
Type: System..::..String

[Missing <param name="publicName"/> documentation for "M:VVVV.Utils.Network.IRemotingManagerIPC.GetRemoteObjectIpc``1(System.String,System.String)"]

portName
Type: System..::..String

[Missing <param name="portName"/> documentation for "M:VVVV.Utils.Network.IRemotingManagerIPC.GetRemoteObjectIpc``1(System.String,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VVVV.Utils.Network.IRemotingManagerIPC.GetRemoteObjectIpc``1(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:VVVV.Utils.Network.IRemotingManagerIPC.GetRemoteObjectIpc``1(System.String,System.String)"]

See Also