[This is preliminary documentation and is subject to change.]
Looks-up an existing application component instance by its ComponentSID or null
Namespace: NFX.ApplicationModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ApplicationComponent GetAppComponentBySID(
ulong sid
)
public static ApplicationComponent GetAppComponentBySID(
ulong sid
)
Public Shared Function GetAppComponentBySID (
sid As ULong
) As ApplicationComponent
Public Shared Function GetAppComponentBySID (
sid As ULong
) As ApplicationComponent
public:
static ApplicationComponent^ GetAppComponentBySID(
unsigned long long sid
)
public:
static ApplicationComponent^ GetAppComponentBySID(
unsigned long long sid
)
static member GetAppComponentBySID :
sid : uint64 -> ApplicationComponent
static member GetAppComponentBySID :
sid : uint64 -> ApplicationComponent
Return Value
Type:
ApplicationComponent