SfcRegistration Class

Definition

public sealed class SfcRegistration
type SfcRegistration = class
Public NotInheritable Class SfcRegistration
Inheritance
SfcRegistration

Properties

Domains

A static function to return the current registered domains, currenly it will return a hard coded list for the only known domains: SMO, DC, Acme and DMF

Methods

CreateObject(String)
GetObjectTypeFromFullName(String)

Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown.

GetObjectTypeFromFullName(String, Boolean)

Get a fully qualified .Net type from fully qualified type name If assembly is not registered, exception is thrown.

GetRegisteredDomainForType(String)

Returns the domain name for a specific type

GetRegisteredDomainForType(String, Boolean)

Returns the domain name for a specific type

GetRegisteredDomainForType(Type)

Returns the domain Information object for a given type

TryGetObjectTypeFromFullName(String)

Get a fully qualified .Net type from fully qualified type name If assembly is not registered, null is returned.

Applies to