C# Class GraphView.DeployScriptTemplate

Show file Open project: Microsoft/GraphView Class Usage Examples

Public Properties

Property Type Description
Type int

Public Methods

Method Description
TransformText ( ) : string

Create the template output

TransformText ( string path ) : string

Private Methods

Method Description
ObtainHexStringOfAssembly ( string fullPathToAssembly ) : string

Encodes the binary bits of the assembly DLL into a string containing a hexadecimal number.

Method Details

TransformText() public method

Create the template output
public TransformText ( ) : string
return string

TransformText() public method

public TransformText ( string path ) : string
path string
return string

Property Details

Type public property

public int Type
return int