ProtoCamConnectEventArgsParentProcessName Property |
Gets the name of the parent process that instantiated ProtoCam.
Namespace: StreamCoders.DevicesAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string ParentProcessName { get; }
Public ReadOnly Property ParentProcessName As String
Get
public:
property String^ ParentProcessName {
String^ get ();
}
member ParentProcessName : string with get
Property Value
Type:
String
The name of the parent process.
See Also