public interface CLSCTX
Modifier and Type | Field and Description |
---|---|
static int |
ALL
Use this when you don't care where the server is.
|
static int |
INPROC_HANDLER |
static int |
INPROC_SERVER
COM object will be in the same process.
|
static int |
LOCAL_SERVER
COM object will be in another process on the same machine
|
static int |
REMOTE_SERVER
COM object will be in a remote machine.
|
static final int INPROC_SERVER
static final int INPROC_HANDLER
static final int LOCAL_SERVER
static final int REMOTE_SERVER
static final int ALL
Copyright © 2014. All rights reserved.